#964479

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

Shades of Cadillac #964479

Tints of Cadillac #964479

Color information

#964479 (or 0x964479) is unknown color: approx Cadillac. HEX triplet: 96, 44 and 79. RGB value is (150,68,121). Sum of RGB (Red+Green+Blue) = 150+68+121=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #964479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964479 is #69BB86. Grayscale: #626262. Windows color (decimal): -6929287 or 7947414. OLE color: 7947414.

HSL color Cylindrical-coordinate representation of color #964479: hue angle of 321.22º 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 #964479 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15068121-
CMYK00.550.190.41
HSL321.22º37.61%42.75%-
HSV(B)321.22º54.67%58.82%-
XYZ18.11219.45-
YUV98.56140.67164.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=44.25%
G=20.06%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506812100.550.190.41321.2237.6142.75
Hex9644790371329141262b
Octal22610417106723515014653
Binary1001011010001001111001011011110011101001101000001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964479; }

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

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

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

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

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

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

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

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