#964C62

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

Shades of Cadillac #964C62

Tints of Cadillac #964C62

Color information

#964C62 (or 0x964C62) is unknown color: approx Cadillac. HEX triplet: 96, 4C and 62. RGB value is (150,76,98). Sum of RGB (Red+Green+Blue) = 150+76+98=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #964C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C62 is #69B39D. Grayscale: #646464. Windows color (decimal): -6927262 or 6442134. OLE color: 6442134.

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

Color convert

RGB1507698-
CMYK00.490.350.41
HSL342.16º32.74%44.31%-
HSV(B)342.16º49.33%58.82%-
XYZ17.3712.5313.06-
YUV100.63126.52163.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 76 (30.08% from 255) = 23.46%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=46.30%
G=23.46%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150769800.490.350.41342.1632.7444.31
Hex964C620312329156212c
Octal22611414206143515264154
Binary10010110100110011000100110001100011101001101010110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964C62; }

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

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

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

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

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

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

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

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