#964360

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

Shades of Cadillac #964360

Tints of Cadillac #964360

Color information

#964360 (or 0x964360) is unknown color: approx Cadillac. HEX triplet: 96, 43 and 60. RGB value is (150,67,96). Sum of RGB (Red+Green+Blue) = 150+67+96=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #964360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964360 is #69BC9F. Grayscale: #5F5F5F. Windows color (decimal): -6929568 or 6308758. OLE color: 6308758.

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

Color convert

RGB1506796-
CMYK00.550.360.41
HSL339.04º38.25%42.55%-
HSV(B)339.04º55.33%58.82%-
XYZ16.711.3412.38-
YUV95.12128.5167.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=47.92%
G=21.41%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150679600.550.360.41339.0438.2542.55
Hex9643600372429153262b
Octal22610314006744515234653
Binary10010110100001111000000110111100100101001101010011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964360; }

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

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

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

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

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

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

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

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