#964660

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

Shades of Cadillac #964660

Tints of Cadillac #964660

Color information

#964660 (or 0x964660) is unknown color: approx Cadillac. HEX triplet: 96, 46 and 60. RGB value is (150,70,96). Sum of RGB (Red+Green+Blue) = 150+70+96=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #964660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964660 is #69B99F. Grayscale: #606060. Windows color (decimal): -6928800 or 6309526. OLE color: 6309526.

HSL color Cylindrical-coordinate representation of color #964660: hue angle of 340.5º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964660 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB1507096-
CMYK00.530.360.41
HSL340.5º36.36%43.14%-
HSV(B)340.5º53.33%58.82%-
XYZ16.8811.7112.44-
YUV96.88127.5165.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 96 (37.89% from 255) = 30.38%
R=47.47%
G=22.15%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150709600.530.360.41340.536.3643.14
Hex9646600352429154242b
Octal22610614006544515244453
Binary10010110100011011000000110101100100101001101010100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964660; }

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

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

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

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

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

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

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

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