#96476C

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

Shades of Cadillac #96476C

Tints of Cadillac #96476C

Color information

#96476C (or 0x96476C) is unknown color: approx Cadillac. HEX triplet: 96, 47 and 6C. RGB value is (150,71,108). Sum of RGB (Red+Green+Blue) = 150+71+108=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96476C is #69B893. Grayscale: #626262. Windows color (decimal): -6928532 or 7096214. OLE color: 7096214.

HSL color Cylindrical-coordinate representation of color #96476C: hue angle of 331.9º 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 #96476C is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15071108-
CMYK00.530.280.41
HSL331.9º35.75%43.33%-
HSV(B)331.9º52.67%58.82%-
XYZ17.5412.0715.59-
YUV98.84133.17164.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=45.59%
G=21.58%
B=32.83%

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
Decimal1507110800.530.280.41331.935.7543.33
Hex96476C0351C2914c242b
Octal22610715406534515144453
Binary1001011010001111101100011010111100101001101001100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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