Shades of Cadillac #964959
Tints of Cadillac #964959
RGB
CMYK
RGB Variations
Color information
#964959 (or 0x964959) is known color: Cadillac. HEX triplet: 96, 49 and 59. RGB value is (150,73,89). Sum of RGB (Red+Green+Blue) = 150+73+89=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #964959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964959 is #69B6A6. Grayscale: #616161. Windows color (decimal): -6928039 or 5851542. OLE color: 5851542.
HSL color Cylindrical-coordinate representation of color #964959: hue angle of 347.53º 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 #964959 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 89 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.41 |
| HSL | 347.53º | 0.35% | 0.44% | - |
| HSV(B) | 347.53º | 0.51% | 0.59% | - |
| XYZ | 16.76 | 11.97 | 10.88 | - |
| YUV | 97.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 89 | 0 | 0.51 | 0.41 | 0.41 | 347.53 | 0.35 | 0.44 |
| Hex | 96 | 49 | 59 | 0 | 33 | 29 | 29 | 15C | 23 | 2C |
| Octal | 226 | 111 | 131 | 0 | 63 | 51 | 51 | 534 | 43 | 54 |
| Binary | 10010110 | 1001001 | 1011001 | 0 | 110011 | 101001 | 101001 | 101011100 | 100011 | 101100 |
Color Harmonies of #964959
Complementary color
Monochromatic Colors of #964959
Black with #964959
Text Example
Text Example
White with #964959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964959; }
p { color: rgb(150,73,89); }
H1.HeaderClassName
{
color: #964959;
}
.AnyTagClassName
{
color: #964959;
}
</style>
background-color css
<style>
a { background-color: #964959; }
a { background-color: rgb(150,73,89); }
div.DivClassName
{
background-color: #964959;
}
.BgClassName
{
background-color: #964959;
}
</style>
border-color css
<style>
span { border-color: #964959; }
span { border-color: rgb(150,73,89); }
td.TdClassName
{
border-color: #964959;
}
.TagClassName
{
border-color: #964959;
}
</style>