#96426C

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

Shades of Cadillac #96426C

Tints of Cadillac #96426C

Color information

#96426C (or 0x96426C) is unknown color: approx Cadillac. HEX triplet: 96, 42 and 6C. RGB value is (150,66,108). Sum of RGB (Red+Green+Blue) = 150+66+108=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96426C is #69BD93. Grayscale: #5F5F5F. Windows color (decimal): -6929812 or 7094934. OLE color: 7094934.

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

Color convert

RGB15066108-
CMYK00.560.280.41
HSL330º38.89%42.35%-
HSV(B)330º56%58.82%-
XYZ17.2311.4615.49-
YUV95.9134.83166.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=46.30%
G=20.37%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506610800.560.280.4133038.8942.35
Hex96426C0381C2914a272a
Octal22610215407034515124752
Binary1001011010000101101100011100011100101001101001010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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