#964062

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

Shades of Cadillac #964062

Tints of Cadillac #964062

Color information

#964062 (or 0x964062) is unknown color: approx Cadillac. HEX triplet: 96, 40 and 62. RGB value is (150,64,98). Sum of RGB (Red+Green+Blue) = 150+64+98=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #964062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964062 is #69BF9D. Grayscale: #5D5D5D. Windows color (decimal): -6930334 or 6439062. OLE color: 6439062.

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

Color convert

RGB1506498-
CMYK00.570.350.41
HSL336.28º40.19%41.96%-
HSV(B)336.28º57.33%58.82%-
XYZ16.6211.0312.81-
YUV93.59130.49168.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 64 (25.39% from 255) = 20.51%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=48.08%
G=20.51%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150649800.570.350.41336.2840.1941.96
Hex9640620392329150282a
Octal22610014207143515205052
Binary10010110100000011000100111001100011101001101010000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964062; }

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

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

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

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

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

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

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

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