Shades of Cadillac #964971
Tints of Cadillac #964971
RGB
CMYK
RGB Variations
Color information
#964971 (or 0x964971) is known color: Cadillac. HEX triplet: 96, 49 and 71. RGB value is (150,73,113). Sum of RGB (Red+Green+Blue) = 150+73+113=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #964971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964971 is #69B68E. Grayscale: #646464. Windows color (decimal): -6928015 or 7424406. OLE color: 7424406.
HSL color Cylindrical-coordinate representation of color #964971: hue angle of 328.83º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964971 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 113 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.41 |
| HSL | 328.83º | 0.35% | 0.44% | - |
| HSV(B) | 328.83º | 0.51% | 0.59% | - |
| XYZ | 17.94 | 12.44 | 17.08 | - |
| YUV | 100.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 113 | 0 | 0.51 | 0.25 | 0.41 | 328.83 | 0.35 | 0.44 |
| Hex | 96 | 49 | 71 | 0 | 33 | 19 | 29 | 149 | 23 | 2C |
| Octal | 226 | 111 | 161 | 0 | 63 | 31 | 51 | 511 | 43 | 54 |
| Binary | 10010110 | 1001001 | 1110001 | 0 | 110011 | 11001 | 101001 | 101001001 | 100011 | 101100 |
Color Harmonies of #964971
Complementary color
Monochromatic Colors of #964971
Black with #964971
Text Example
Text Example
White with #964971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964971; }
p { color: rgb(150,73,113); }
H1.HeaderClassName
{
color: #964971;
}
.AnyTagClassName
{
color: #964971;
}
</style>
background-color css
<style>
a { background-color: #964971; }
a { background-color: rgb(150,73,113); }
div.DivClassName
{
background-color: #964971;
}
.BgClassName
{
background-color: #964971;
}
</style>
border-color css
<style>
span { border-color: #964971; }
span { border-color: rgb(150,73,113); }
td.TdClassName
{
border-color: #964971;
}
.TagClassName
{
border-color: #964971;
}
</style>