#964962

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

Shades of Cadillac #964962

Tints of Cadillac #964962

Color information

#964962 (or 0x964962) is unknown color: approx Cadillac. HEX triplet: 96, 49 and 62. RGB value is (150,73,98). Sum of RGB (Red+Green+Blue) = 150+73+98=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #964962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964962 is #69B69D. Grayscale: #626262. Windows color (decimal): -6928030 or 6441366. OLE color: 6441366.

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

Color convert

RGB1507398-
CMYK00.510.350.41
HSL340.52º34.53%43.73%-
HSV(B)340.52º51.33%58.82%-
XYZ17.1612.1312.99-
YUV98.87127.51164.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 73 (28.91% from 255) = 22.74%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=46.73%
G=22.74%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150739800.510.350.41340.5234.5343.73
Hex9649620332329155232c
Octal22611114206343515254354
Binary10010110100100111000100110011100011101001101010101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964962; }

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

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

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

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

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

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

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

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