Shades of Cadillac #964559
Tints of Cadillac #964559
RGB
CMYK
RGB Variations
Color information
#964559 (or 0x964559) is known color: Cadillac. HEX triplet: 96, 45 and 59. RGB value is (150,69,89). Sum of RGB (Red+Green+Blue) = 150+69+89=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #964559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964559 is #69BAA6. Grayscale: #5F5F5F. Windows color (decimal): -6929063 or 5850518. OLE color: 5850518.
HSL color Cylindrical-coordinate representation of color #964559: hue angle of 345.19º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964559 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 89 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.41 |
| HSL | 345.19º | 0.37% | 0.43% | - |
| HSV(B) | 345.19º | 0.54% | 0.59% | - |
| XYZ | 16.51 | 11.46 | 10.79 | - |
| YUV | 95.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 89 | 0 | 0.54 | 0.41 | 0.41 | 345.19 | 0.37 | 0.43 |
| Hex | 96 | 45 | 59 | 0 | 36 | 29 | 29 | 159 | 25 | 2B |
| Octal | 226 | 105 | 131 | 0 | 66 | 51 | 51 | 531 | 45 | 53 |
| Binary | 10010110 | 1000101 | 1011001 | 0 | 110110 | 101001 | 101001 | 101011001 | 100101 | 101011 |
Color Harmonies of #964559
Complementary color
Monochromatic Colors of #964559
Black with #964559
Text Example
Text Example
White with #964559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964559; }
p { color: rgb(150,69,89); }
H1.HeaderClassName
{
color: #964559;
}
.AnyTagClassName
{
color: #964559;
}
</style>
background-color css
<style>
a { background-color: #964559; }
a { background-color: rgb(150,69,89); }
div.DivClassName
{
background-color: #964559;
}
.BgClassName
{
background-color: #964559;
}
</style>
border-color css
<style>
span { border-color: #964559; }
span { border-color: rgb(150,69,89); }
td.TdClassName
{
border-color: #964559;
}
.TagClassName
{
border-color: #964559;
}
</style>