Shades of Cadillac #964071
Tints of Cadillac #964071
RGB
CMYK
RGB Variations
Color information
#964071 (or 0x964071) is known color: Cadillac. HEX triplet: 96, 40 and 71. RGB value is (150,64,113). Sum of RGB (Red+Green+Blue) = 150+64+113=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #964071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964071 is #69BF8E. Grayscale: #5F5F5F. Windows color (decimal): -6930319 or 7422102. OLE color: 7422102.
HSL color Cylindrical-coordinate representation of color #964071: hue angle of 325.81º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964071 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 113 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.41 |
| HSL | 325.81º | 0.4% | 0.42% | - |
| HSV(B) | 325.81º | 0.57% | 0.59% | - |
| XYZ | 17.39 | 11.34 | 16.9 | - |
| YUV | 95.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 113 | 0 | 0.57 | 0.25 | 0.41 | 325.81 | 0.4 | 0.42 |
| Hex | 96 | 40 | 71 | 0 | 39 | 19 | 29 | 146 | 28 | 2A |
| Octal | 226 | 100 | 161 | 0 | 71 | 31 | 51 | 506 | 50 | 52 |
| Binary | 10010110 | 1000000 | 1110001 | 0 | 111001 | 11001 | 101001 | 101000110 | 101000 | 101010 |
Color Harmonies of #964071
Complementary color
Monochromatic Colors of #964071
Black with #964071
Text Example
Text Example
White with #964071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964071; }
p { color: rgb(150,64,113); }
H1.HeaderClassName
{
color: #964071;
}
.AnyTagClassName
{
color: #964071;
}
</style>
background-color css
<style>
a { background-color: #964071; }
a { background-color: rgb(150,64,113); }
div.DivClassName
{
background-color: #964071;
}
.BgClassName
{
background-color: #964071;
}
</style>
border-color css
<style>
span { border-color: #964071; }
span { border-color: rgb(150,64,113); }
td.TdClassName
{
border-color: #964071;
}
.TagClassName
{
border-color: #964071;
}
</style>