#964069

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

Shades of Cadillac #964069

Tints of Cadillac #964069

Color information

#964069 (or 0x964069) is unknown color: approx Cadillac. HEX triplet: 96, 40 and 69. RGB value is (150,64,105). Sum of RGB (Red+Green+Blue) = 150+64+105=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #964069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964069 is #69BF96. Grayscale: #5E5E5E. Windows color (decimal): -6930327 or 6897814. OLE color: 6897814.

HSL color Cylindrical-coordinate representation of color #964069: hue angle of 331.4º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964069 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15064105-
CMYK00.570.300.41
HSL331.4º40.19%41.96%-
HSV(B)331.4º57.33%58.82%-
XYZ16.9611.1714.63-
YUV94.39133.99167.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=47.02%
G=20.06%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506410500.570.300.41331.440.1941.96
Hex9640690391E2914b282a
Octal22610015107136515135052
Binary1001011010000001101001011100111110101001101001011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964069; }

 p { color: rgb(150,64,105); }

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

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

 a { background-color: rgb(150,64,105); }

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

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

 span { border-color: rgb(150,64,105); }

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