Shades of Cadillac #964370
Tints of Cadillac #964370
RGB
CMYK
RGB Variations
Color information
#964370 (or 0x964370) is known color: Cadillac. HEX triplet: 96, 43 and 70. RGB value is (150,67,112). Sum of RGB (Red+Green+Blue) = 150+67+112=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #964370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964370 is #69BC8F. Grayscale: #606060. Windows color (decimal): -6929552 or 7357334. OLE color: 7357334.
HSL color Cylindrical-coordinate representation of color #964370: hue angle of 327.47º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964370 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 112 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.41 |
| HSL | 327.47º | 0.38% | 0.43% | - |
| HSV(B) | 327.47º | 0.55% | 0.59% | - |
| XYZ | 17.51 | 11.67 | 16.66 | - |
| YUV | 96.95 | 136.5 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 112 | 0 | 0.55 | 0.25 | 0.41 | 327.47 | 0.38 | 0.43 |
| Hex | 96 | 43 | 70 | 0 | 37 | 19 | 29 | 147 | 26 | 2B |
| Octal | 226 | 103 | 160 | 0 | 67 | 31 | 51 | 507 | 46 | 53 |
| Binary | 10010110 | 1000011 | 1110000 | 0 | 110111 | 11001 | 101001 | 101000111 | 100110 | 101011 |
Color Harmonies of #964370
Complementary color
Monochromatic Colors of #964370
Black with #964370
Text Example
Text Example
White with #964370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964370; }
p { color: rgb(150,67,112); }
H1.HeaderClassName
{
color: #964370;
}
.AnyTagClassName
{
color: #964370;
}
</style>
background-color css
<style>
a { background-color: #964370; }
a { background-color: rgb(150,67,112); }
div.DivClassName
{
background-color: #964370;
}
.BgClassName
{
background-color: #964370;
}
</style>
border-color css
<style>
span { border-color: #964370; }
span { border-color: rgb(150,67,112); }
td.TdClassName
{
border-color: #964370;
}
.TagClassName
{
border-color: #964370;
}
</style>