Shades of Cadillac #964662
Tints of Cadillac #964662
RGB
CMYK
RGB Variations
Color information
#964662 (or 0x964662) is known color: Cadillac. HEX triplet: 96, 46 and 62. RGB value is (150,70,98). Sum of RGB (Red+Green+Blue) = 150+70+98=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #964662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964662 is #69B99D. Grayscale: #616161. Windows color (decimal): -6928798 or 6440598. OLE color: 6440598.
HSL color Cylindrical-coordinate representation of color #964662: hue angle of 339º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964662 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 98 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.41 |
| HSL | 339º | 0.36% | 0.43% | - |
| HSV(B) | 339º | 0.53% | 0.59% | - |
| XYZ | 16.97 | 11.75 | 12.93 | - |
| YUV | 97.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 98 | 0 | 0.53 | 0.35 | 0.41 | 339 | 0.36 | 0.43 |
| Hex | 96 | 46 | 62 | 0 | 35 | 23 | 29 | 153 | 24 | 2B |
| Octal | 226 | 106 | 142 | 0 | 65 | 43 | 51 | 523 | 44 | 53 |
| Binary | 10010110 | 1000110 | 1100010 | 0 | 110101 | 100011 | 101001 | 101010011 | 100100 | 101011 |
Color Harmonies of #964662
Complementary color
Monochromatic Colors of #964662
Black with #964662
Text Example
Text Example
White with #964662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964662; }
p { color: rgb(150,70,98); }
H1.HeaderClassName
{
color: #964662;
}
.AnyTagClassName
{
color: #964662;
}
</style>
background-color css
<style>
a { background-color: #964662; }
a { background-color: rgb(150,70,98); }
div.DivClassName
{
background-color: #964662;
}
.BgClassName
{
background-color: #964662;
}
</style>
border-color css
<style>
span { border-color: #964662; }
span { border-color: rgb(150,70,98); }
td.TdClassName
{
border-color: #964662;
}
.TagClassName
{
border-color: #964662;
}
</style>