#964059

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

Shades of Cadillac #964059

Tints of Cadillac #964059

Color information

#964059 (or 0x964059) is unknown color: approx Cadillac. HEX triplet: 96, 40 and 59. RGB value is (150,64,89). Sum of RGB (Red+Green+Blue) = 150+64+89=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #964059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964059 is #69BFA6. Grayscale: #5C5C5C. Windows color (decimal): -6930343 or 5849238. OLE color: 5849238.

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

Color convert

RGB1506489-
CMYK00.570.410.41
HSL342.56º40.19%41.96%-
HSV(B)342.56º57.33%58.82%-
XYZ16.2110.8710.7-
YUV92.56125.99168.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 89 (35.16% from 255) = 29.37%
R=49.50%
G=21.12%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150648900.570.410.41342.5640.1941.96
Hex9640590392929157282a
Octal22610013107151515275052
Binary10010110100000010110010111001101001101001101010111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964059; }

 p { color: rgb(150,64,89); }

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

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

 a { background-color: rgb(150,64,89); }

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

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

 span { border-color: rgb(150,64,89); }

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