Shades of Cadillac #964674
Tints of Cadillac #964674
RGB
CMYK
RGB Variations
Color information
#964674 (or 0x964674) is known color: Cadillac. HEX triplet: 96, 46 and 74. RGB value is (150,70,116). Sum of RGB (Red+Green+Blue) = 150+70+116=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #964674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964674 is #69B98B. Grayscale: #636363. Windows color (decimal): -6928780 or 7620246. OLE color: 7620246.
HSL color Cylindrical-coordinate representation of color #964674: hue angle of 325.5º 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 #964674 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 116 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.41 |
| HSL | 325.5º | 0.36% | 0.43% | - |
| HSV(B) | 325.5º | 0.53% | 0.59% | - |
| XYZ | 17.92 | 12.13 | 17.92 | - |
| YUV | 99.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 116 | 0 | 0.53 | 0.23 | 0.41 | 325.5 | 0.36 | 0.43 |
| Hex | 96 | 46 | 74 | 0 | 35 | 17 | 29 | 146 | 24 | 2B |
| Octal | 226 | 106 | 164 | 0 | 65 | 27 | 51 | 506 | 44 | 53 |
| Binary | 10010110 | 1000110 | 1110100 | 0 | 110101 | 10111 | 101001 | 101000110 | 100100 | 101011 |
Color Harmonies of #964674
Complementary color
Monochromatic Colors of #964674
Black with #964674
Text Example
Text Example
White with #964674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964674; }
p { color: rgb(150,70,116); }
H1.HeaderClassName
{
color: #964674;
}
.AnyTagClassName
{
color: #964674;
}
</style>
background-color css
<style>
a { background-color: #964674; }
a { background-color: rgb(150,70,116); }
div.DivClassName
{
background-color: #964674;
}
.BgClassName
{
background-color: #964674;
}
</style>
border-color css
<style>
span { border-color: #964674; }
span { border-color: rgb(150,70,116); }
td.TdClassName
{
border-color: #964674;
}
.TagClassName
{
border-color: #964674;
}
</style>