#964476

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

Shades of Cadillac #964476

Tints of Cadillac #964476

Color information

#964476 (or 0x964476) is unknown color: approx Cadillac. HEX triplet: 96, 44 and 76. RGB value is (150,68,118). Sum of RGB (Red+Green+Blue) = 150+68+118=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #964476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964476 is #69BB89. Grayscale: #626262. Windows color (decimal): -6929290 or 7750806. OLE color: 7750806.

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

Color convert

RGB15068118-
CMYK00.550.210.41
HSL323.41º37.61%42.75%-
HSV(B)323.41º54.67%58.82%-
XYZ17.9111.9318.5-
YUV98.22139.17164.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 68 (26.95% from 255) = 20.24%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=44.64%
G=20.24%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506811800.550.210.41323.4137.6142.75
Hex9644760371529143262b
Octal22610416606725515034653
Binary1001011010001001110110011011110101101001101000011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964476; }

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

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

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

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

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

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

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

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