#964870

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

Shades of Cadillac #964870

Tints of Cadillac #964870

Color information

#964870 (or 0x964870) is unknown color: approx Cadillac. HEX triplet: 96, 48 and 70. RGB value is (150,72,112). Sum of RGB (Red+Green+Blue) = 150+72+112=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #964870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964870 is #69B78F. Grayscale: #636363. Windows color (decimal): -6928272 or 7358614. OLE color: 7358614.

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

Color convert

RGB15072112-
CMYK00.520.250.41
HSL329.23º35.14%43.53%-
HSV(B)329.23º52%58.82%-
XYZ17.8212.2916.76-
YUV99.88134.84163.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 72 (28.52% from 255) = 21.56%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=44.91%
G=21.56%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507211200.520.250.41329.2335.1443.53
Hex9648700341929149232c
Octal22611016006431515114354
Binary1001011010010001110000011010011001101001101001001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964870; }

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

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

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

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

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

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

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

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