#96436C

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

Shades of Cadillac #96436C

Tints of Cadillac #96436C

Color information

#96436C (or 0x96436C) is unknown color: approx Cadillac. HEX triplet: 96, 43 and 6C. RGB value is (150,67,108). Sum of RGB (Red+Green+Blue) = 150+67+108=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96436C is #69BC93. Grayscale: #606060. Windows color (decimal): -6929556 or 7095190. OLE color: 7095190.

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

Color convert

RGB15067108-
CMYK00.550.280.41
HSL330.36º38.25%42.55%-
HSV(B)330.36º55.33%58.82%-
XYZ17.2911.5815.51-
YUV96.49134.5166.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=46.15%
G=20.62%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506710800.550.280.41330.3638.2542.55
Hex96436C0371C2914a262b
Octal22610315406734515124653
Binary1001011010000111101100011011111100101001101001010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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