#96476F

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

Shades of Cadillac #96476F

Tints of Cadillac #96476F

Color information

#96476F (or 0x96476F) is unknown color: approx Cadillac. HEX triplet: 96, 47 and 6F. RGB value is (150,71,111). Sum of RGB (Red+Green+Blue) = 150+71+111=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96476F is #69B890. Grayscale: #636363. Windows color (decimal): -6928529 or 7292822. OLE color: 7292822.

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

Color convert

RGB15071111-
CMYK00.530.260.41
HSL329.62º35.75%43.33%-
HSV(B)329.62º52.67%58.82%-
XYZ17.712.1416.45-
YUV99.18134.67164.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 71 (28.12% from 255) = 21.39%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=45.18%
G=21.39%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507111100.530.260.41329.6235.7543.33
Hex96476F0351A2914a242b
Octal22610715706532515124453
Binary1001011010001111101111011010111010101001101001010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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