Shades of Cadillac #964070
Tints of Cadillac #964070
RGB
CMYK
RGB Variations
Color information
#964070 (or 0x964070) is known color: Cadillac. HEX triplet: 96, 40 and 70. RGB value is (150,64,112). Sum of RGB (Red+Green+Blue) = 150+64+112=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #964070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964070 is #69BF8F. Grayscale: #5F5F5F. Windows color (decimal): -6930320 or 7356566. OLE color: 7356566.
HSL color Cylindrical-coordinate representation of color #964070: hue angle of 326.51º 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 #964070 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 112 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.41 |
| HSL | 326.51º | 0.4% | 0.42% | - |
| HSV(B) | 326.51º | 0.57% | 0.59% | - |
| XYZ | 17.34 | 11.32 | 16.6 | - |
| YUV | 95.19 | 137.49 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 112 | 0 | 0.57 | 0.25 | 0.41 | 326.51 | 0.4 | 0.42 |
| Hex | 96 | 40 | 70 | 0 | 39 | 19 | 29 | 147 | 28 | 2A |
| Octal | 226 | 100 | 160 | 0 | 71 | 31 | 51 | 507 | 50 | 52 |
| Binary | 10010110 | 1000000 | 1110000 | 0 | 111001 | 11001 | 101001 | 101000111 | 101000 | 101010 |
Color Harmonies of #964070
Complementary color
Monochromatic Colors of #964070
Black with #964070
Text Example
Text Example
White with #964070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964070; }
p { color: rgb(150,64,112); }
H1.HeaderClassName
{
color: #964070;
}
.AnyTagClassName
{
color: #964070;
}
</style>
background-color css
<style>
a { background-color: #964070; }
a { background-color: rgb(150,64,112); }
div.DivClassName
{
background-color: #964070;
}
.BgClassName
{
background-color: #964070;
}
</style>
border-color css
<style>
span { border-color: #964070; }
span { border-color: rgb(150,64,112); }
td.TdClassName
{
border-color: #964070;
}
.TagClassName
{
border-color: #964070;
}
</style>