#9F4E66

Color #9F4E66 Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #9F4E66

Tints of Cadillac #9F4E66

Color information

#9F4E66 (or 0x9F4E66) is unknown color: approx Cadillac. HEX triplet: 9F, 4E and 66. RGB value is (159,78,102). Sum of RGB (Red+Green+Blue) = 159+78+102=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E66 is #60B199. Grayscale: #686868. Windows color (decimal): -6336922 or 6704799. OLE color: 6704799.

HSL color Cylindrical-coordinate representation of color #9F4E66: hue angle of 342.22º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F4E66 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB15978102-
CMYK00.510.360.38
HSL342.22º34.18%46.47%-
HSV(B)342.22º50.94%62.35%-
XYZ19.4213.7814.21-
YUV104.96126.34166.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 46.90%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=46.90%
G=23.01%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597810200.510.360.38342.2234.1846.47
Hex9F4E660332426156222e
Octal23711614606344465264256
Binary10011111100111011001100110011100100100110101010110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F4E66; }

 p { color: rgb(159,78,102); }

 H1.HeaderClassName
 {
   color: #9F4E66;
 }
 .AnyTagClassName
 {
   color: #9F4E66;
 }
</style>
background-color css

<style>
 a { background-color: #9F4E66; }

 a { background-color: rgb(159,78,102); }

 div.DivClassName
 {
   background-color: #9F4E66;
 }
 .BgClassName
 {
   background-color: #9F4E66;
 }
</style>
border-color css

<style>
 span { border-color: #9F4E66; }

 span { border-color: rgb(159,78,102); }

 td.TdClassName
 {
   border-color: #9F4E66;
 }
 .TagClassName
 {
   border-color: #9F4E66;
 }
</style>