Shades of Cadillac #964459
Tints of Cadillac #964459
RGB
CMYK
RGB Variations
Color information
#964459 (or 0x964459) is known color: Cadillac. HEX triplet: 96, 44 and 59. RGB value is (150,68,89). Sum of RGB (Red+Green+Blue) = 150+68+89=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #964459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964459 is #69BBA6. Grayscale: #5E5E5E. Windows color (decimal): -6929319 or 5850262. OLE color: 5850262.
HSL color Cylindrical-coordinate representation of color #964459: hue angle of 344.63º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964459 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 89 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.41 |
| HSL | 344.63º | 0.38% | 0.43% | - |
| HSV(B) | 344.63º | 0.55% | 0.59% | - |
| XYZ | 16.45 | 11.34 | 10.77 | - |
| YUV | 94.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 89 | 0 | 0.55 | 0.41 | 0.41 | 344.63 | 0.38 | 0.43 |
| Hex | 96 | 44 | 59 | 0 | 37 | 29 | 29 | 159 | 26 | 2B |
| Octal | 226 | 104 | 131 | 0 | 67 | 51 | 51 | 531 | 46 | 53 |
| Binary | 10010110 | 1000100 | 1011001 | 0 | 110111 | 101001 | 101001 | 101011001 | 100110 | 101011 |
Color Harmonies of #964459
Complementary color
Monochromatic Colors of #964459
Black with #964459
Text Example
Text Example
White with #964459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964459; }
p { color: rgb(150,68,89); }
H1.HeaderClassName
{
color: #964459;
}
.AnyTagClassName
{
color: #964459;
}
</style>
background-color css
<style>
a { background-color: #964459; }
a { background-color: rgb(150,68,89); }
div.DivClassName
{
background-color: #964459;
}
.BgClassName
{
background-color: #964459;
}
</style>
border-color css
<style>
span { border-color: #964459; }
span { border-color: rgb(150,68,89); }
td.TdClassName
{
border-color: #964459;
}
.TagClassName
{
border-color: #964459;
}
</style>