#96466C

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

Shades of Cadillac #96466C

Tints of Cadillac #96466C

Color information

#96466C (or 0x96466C) is unknown color: approx Cadillac. HEX triplet: 96, 46 and 6C. RGB value is (150,70,108). Sum of RGB (Red+Green+Blue) = 150+70+108=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96466C is #69B993. Grayscale: #626262. Windows color (decimal): -6928788 or 7095958. OLE color: 7095958.

HSL color Cylindrical-coordinate representation of color #96466C: hue angle of 331.5º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96466C is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15070108-
CMYK00.530.280.41
HSL331.5º36.36%43.14%-
HSV(B)331.5º53.33%58.82%-
XYZ17.4711.9515.57-
YUV98.25133.5164.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 70 (27.73% from 255) = 21.34%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=45.73%
G=21.34%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507010800.530.280.41331.536.3643.14
Hex96466C0351C2914c242b
Octal22610615406534515144453
Binary1001011010001101101100011010111100101001101001100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96466C; }

 p { color: rgb(150,70,108); }

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

<style>
 a { background-color: #96466C; }

 a { background-color: rgb(150,70,108); }

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

<style>
 span { border-color: #96466C; }

 span { border-color: rgb(150,70,108); }

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