#964A6F

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

Shades of Cadillac #964A6F

Tints of Cadillac #964A6F

Color information

#964A6F (or 0x964A6F) is unknown color: approx Cadillac. HEX triplet: 96, 4A and 6F. RGB value is (150,74,111). Sum of RGB (Red+Green+Blue) = 150+74+111=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #964A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A6F is #69B590. Grayscale: #646464. Windows color (decimal): -6927761 or 7293590. OLE color: 7293590.

HSL color Cylindrical-coordinate representation of color #964A6F: hue angle of 330.79º degrees, saturation: 0.34, 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 #964A6F is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15074111-
CMYK00.510.260.41
HSL330.79º33.93%43.92%-
HSV(B)330.79º50.67%58.82%-
XYZ17.912.5316.51-
YUV100.94133.68162.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=44.78%
G=22.09%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507411100.510.260.41330.7933.9343.92
Hex964A6F0331A2914b222c
Octal22611215706332515134254
Binary1001011010010101101111011001111010101001101001011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964A6F; }

 p { color: rgb(150,74,111); }

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

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

 a { background-color: rgb(150,74,111); }

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

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

 span { border-color: rgb(150,74,111); }

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