Shades of Cadillac #964D62
Tints of Cadillac #964D62
RGB
CMYK
RGB Variations
Color information
#964D62 (or 0x964D62) is known color: 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
| RGB | 150 | 77 | 98 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.41 |
| HSL | 342.74º | 0.32% | 0.45% | - |
| HSV(B) | 342.74º | 0.49% | 0.59% | - |
| XYZ | 17.44 | 12.67 | 13.08 | - |
| YUV | 101.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 98 | 0 | 0.49 | 0.35 | 0.41 | 342.74 | 0.32 | 0.45 |
| Hex | 96 | 4D | 62 | 0 | 31 | 23 | 29 | 157 | 20 | 2D |
| Octal | 226 | 115 | 142 | 0 | 61 | 43 | 51 | 527 | 40 | 55 |
| Binary | 10010110 | 1001101 | 1100010 | 0 | 110001 | 100011 | 101001 | 101010111 | 100000 | 101101 |
Color Harmonies of #964D62
Complementary color
Monochromatic Colors of #964D62
Black with #964D62
Text Example
Text Example
White with #964D62
Text Example
Text Example
HTML Codes & Css Web 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>