#96426F

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

Shades of Cadillac #96426F

Tints of Cadillac #96426F

Color information

#96426F (or 0x96426F) is unknown color: approx Cadillac. HEX triplet: 96, 42 and 6F. RGB value is (150,66,111). Sum of RGB (Red+Green+Blue) = 150+66+111=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96426F is #69BD90. Grayscale: #606060. Windows color (decimal): -6929809 or 7291542. OLE color: 7291542.

HSL color Cylindrical-coordinate representation of color #96426F: hue angle of 327.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96426F is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15066111-
CMYK00.560.260.41
HSL327.86º38.89%42.35%-
HSV(B)327.86º56%58.82%-
XYZ17.411.5316.35-
YUV96.25136.33166.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=45.87%
G=20.18%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506611100.560.260.41327.8638.8942.35
Hex96426F0381A29148272a
Octal22610215707032515104752
Binary1001011010000101101111011100011010101001101001000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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