#964970

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

Shades of Cadillac #964970

Tints of Cadillac #964970

Color information

#964970 (or 0x964970) is unknown color: approx Cadillac. HEX triplet: 96, 49 and 70. RGB value is (150,73,112). Sum of RGB (Red+Green+Blue) = 150+73+112=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #964970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964970 is #69B68F. Grayscale: #646464. Windows color (decimal): -6928016 or 7358870. OLE color: 7358870.

HSL color Cylindrical-coordinate representation of color #964970: hue angle of 329.61º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964970 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15073112-
CMYK00.510.250.41
HSL329.61º34.53%43.73%-
HSV(B)329.61º51.33%58.82%-
XYZ17.8812.4216.78-
YUV100.47134.51163.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=44.78%
G=21.79%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507311200.510.250.41329.6134.5343.73
Hex964970033192914a232c
Octal22611116006331515124354
Binary1001011010010011110000011001111001101001101001010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964970; }

 p { color: rgb(150,73,112); }

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

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

 a { background-color: rgb(150,73,112); }

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

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

 span { border-color: rgb(150,73,112); }

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