#964D62

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

Shades of Cadillac #964D62

Tints of Cadillac #964D62

Color information

#964D62 (or 0x964D62) is unknown color: approx Cadillac. HEX triplet: 96, 4D and 62. RGB value is (150,77,98). Sum of RGB (Red+Green+Blue) = 150+77+98=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #964D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D62 is #69B29D. Grayscale: #656565. Windows color (decimal): -6927006 or 6442390. OLE color: 6442390.

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

Color convert

RGB1507798-
CMYK00.490.350.41
HSL342.74º32.16%44.51%-
HSV(B)342.74º48.67%58.82%-
XYZ17.4412.6713.08-
YUV101.22126.18162.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 98 (38.67% from 255) = 30.15%
R=46.15%
G=23.69%
B=30.15%

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
Decimal150779800.490.350.41342.7432.1644.51
Hex964D620312329157202d
Octal22611514206143515274055
Binary10010110100110111000100110001100011101001101010111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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