#96425E

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

Shades of Cadillac #96425E

Tints of Cadillac #96425E

Color information

#96425E (or 0x96425E) is unknown color: approx Cadillac. HEX triplet: 96, 42 and 5E. RGB value is (150,66,94). Sum of RGB (Red+Green+Blue) = 150+66+94=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96425E is #69BDA1. Grayscale: #5E5E5E. Windows color (decimal): -6929826 or 6177430. OLE color: 6177430.

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

Color convert

RGB1506694-
CMYK00.560.370.41
HSL340º38.89%42.35%-
HSV(B)340º56%58.82%-
XYZ16.5511.1911.88-
YUV94.31127.83167.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 66 (26.17% from 255) = 21.29%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=48.39%
G=21.29%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150669400.560.370.4134038.8942.35
Hex96425E0382529154272a
Octal22610213607045515244752
Binary10010110100001010111100111000100101101001101010100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96425E; }

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

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

<style>
 a { background-color: #96425E; }

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

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

<style>
 span { border-color: #96425E; }

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

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