#964060

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

Shades of Cadillac #964060

Tints of Cadillac #964060

Color information

#964060 (or 0x964060) is unknown color: approx Cadillac. HEX triplet: 96, 40 and 60. RGB value is (150,64,96). Sum of RGB (Red+Green+Blue) = 150+64+96=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #964060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964060 is #69BF9F. Grayscale: #5D5D5D. Windows color (decimal): -6930336 or 6307990. OLE color: 6307990.

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

Color convert

RGB1506496-
CMYK00.570.360.41
HSL337.67º40.19%41.96%-
HSV(B)337.67º57.33%58.82%-
XYZ16.521112.32-
YUV93.36129.49168.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 64 (25.39% from 255) = 20.65%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=48.39%
G=20.65%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150649600.570.360.41337.6740.1941.96
Hex9640600392429152282a
Octal22610014007144515225052
Binary10010110100000011000000111001100100101001101010010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964060; }

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

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

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

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

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

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

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

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