#964576

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

Shades of Cadillac #964576

Tints of Cadillac #964576

Color information

#964576 (or 0x964576) is unknown color: approx Cadillac. HEX triplet: 96, 45 and 76. RGB value is (150,69,118). Sum of RGB (Red+Green+Blue) = 150+69+118=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #964576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964576 is #69BA89. Grayscale: #626262. Windows color (decimal): -6929034 or 7751062. OLE color: 7751062.

HSL color Cylindrical-coordinate representation of color #964576: hue angle of 323.7º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964576 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15069118-
CMYK00.540.210.41
HSL323.7º36.99%42.94%-
HSV(B)323.7º54%58.82%-
XYZ17.9812.0518.52-
YUV98.8138.84164.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=44.51%
G=20.47%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506911800.540.210.41323.736.9942.94
Hex9645760361529144252b
Octal22610516606625515044553
Binary1001011010001011110110011011010101101001101000100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964576; }

 p { color: rgb(150,69,118); }

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

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

 a { background-color: rgb(150,69,118); }

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

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

 span { border-color: rgb(150,69,118); }

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