Shades of Cadillac #964564
Tints of Cadillac #964564
RGB
CMYK
RGB Variations
Color information
#964564 (or 0x964564) is known color: Cadillac. HEX triplet: 96, 45 and 64. RGB value is (150,69,100). Sum of RGB (Red+Green+Blue) = 150+69+100=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #964564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964564 is #69BA9B. Grayscale: #606060. Windows color (decimal): -6929052 or 6571414. OLE color: 6571414.
HSL color Cylindrical-coordinate representation of color #964564: hue angle of 337.04º 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 #964564 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 100 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.41 |
| HSL | 337.04º | 0.37% | 0.43% | - |
| HSV(B) | 337.04º | 0.54% | 0.59% | - |
| XYZ | 17.01 | 11.66 | 13.41 | - |
| YUV | 96.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 100 | 0 | 0.54 | 0.33 | 0.41 | 337.04 | 0.37 | 0.43 |
| Hex | 96 | 45 | 64 | 0 | 36 | 21 | 29 | 151 | 25 | 2B |
| Octal | 226 | 105 | 144 | 0 | 66 | 41 | 51 | 521 | 45 | 53 |
| Binary | 10010110 | 1000101 | 1100100 | 0 | 110110 | 100001 | 101001 | 101010001 | 100101 | 101011 |
Color Harmonies of #964564
Complementary color
Monochromatic Colors of #964564
Black with #964564
Text Example
Text Example
White with #964564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964564; }
p { color: rgb(150,69,100); }
H1.HeaderClassName
{
color: #964564;
}
.AnyTagClassName
{
color: #964564;
}
</style>
background-color css
<style>
a { background-color: #964564; }
a { background-color: rgb(150,69,100); }
div.DivClassName
{
background-color: #964564;
}
.BgClassName
{
background-color: #964564;
}
</style>
border-color css
<style>
span { border-color: #964564; }
span { border-color: rgb(150,69,100); }
td.TdClassName
{
border-color: #964564;
}
.TagClassName
{
border-color: #964564;
}
</style>