#96406E

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

Shades of Cadillac #96406E

Tints of Cadillac #96406E

Color information

#96406E (or 0x96406E) is unknown color: approx Cadillac. HEX triplet: 96, 40 and 6E. RGB value is (150,64,110). Sum of RGB (Red+Green+Blue) = 150+64+110=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96406E is #69BF91. Grayscale: #5E5E5E. Windows color (decimal): -6930322 or 7225494. OLE color: 7225494.

HSL color Cylindrical-coordinate representation of color #96406E: hue angle of 327.91º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96406E is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15064110-
CMYK00.570.270.41
HSL327.91º40.19%41.96%-
HSV(B)327.91º57.33%58.82%-
XYZ17.2311.2816.02-
YUV94.96136.49167.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=46.30%
G=19.75%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506411000.570.270.41327.9140.1941.96
Hex96406E0391B29148282a
Octal22610015607133515105052
Binary1001011010000001101110011100111011101001101001000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96406E; }

 p { color: rgb(150,64,110); }

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

<style>
 a { background-color: #96406E; }

 a { background-color: rgb(150,64,110); }

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

<style>
 span { border-color: #96406E; }

 span { border-color: rgb(150,64,110); }

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