#964560

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

Shades of Cadillac #964560

Tints of Cadillac #964560

Color information

#964560 (or 0x964560) is unknown color: approx Cadillac. HEX triplet: 96, 45 and 60. RGB value is (150,69,96). Sum of RGB (Red+Green+Blue) = 150+69+96=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #964560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964560 is #69BA9F. Grayscale: #606060. Windows color (decimal): -6929056 or 6309270. OLE color: 6309270.

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

Color convert

RGB1506996-
CMYK00.540.360.41
HSL340º36.99%42.94%-
HSV(B)340º54%58.82%-
XYZ16.8211.5812.42-
YUV96.3127.84166.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=47.62%
G=21.90%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150699600.540.360.4134036.9942.94
Hex9645600362429154252b
Octal22610514006644515244553
Binary10010110100010111000000110110100100101001101010100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964560; }

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

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

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

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

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

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

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

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