Shades of Cadillac #9C4D70
Tints of Cadillac #9C4D70
RGB
CMYK
RGB Variations
Color information
#9C4D70 (or 0x9C4D70) is known color: Cadillac. HEX triplet: 9C, 4D and 70. RGB value is (156,77,112). Sum of RGB (Red+Green+Blue) = 156+77+112=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D70 is #63B28F. Grayscale: #686868. Windows color (decimal): -6533776 or 7359900. OLE color: 7359900.
HSL color Cylindrical-coordinate representation of color #9C4D70: hue angle of 333.42º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C4D70 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 112 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.39 |
| HSL | 333.42º | 0.34% | 0.46% | - |
| HSV(B) | 333.42º | 0.51% | 0.61% | - |
| XYZ | 19.29 | 13.55 | 16.93 | - |
| YUV | 104.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 112 | 0 | 0.51 | 0.28 | 0.39 | 333.42 | 0.34 | 0.46 |
| Hex | 9C | 4D | 70 | 0 | 33 | 1C | 27 | 14D | 22 | 2E |
| Octal | 234 | 115 | 160 | 0 | 63 | 34 | 47 | 515 | 42 | 56 |
| Binary | 10011100 | 1001101 | 1110000 | 0 | 110011 | 11100 | 100111 | 101001101 | 100010 | 101110 |
Color Harmonies of #9C4D70
Complementary color
Monochromatic Colors of #9C4D70
Black with #9C4D70
Text Example
Text Example
White with #9C4D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D70; }
p { color: rgb(156,77,112); }
H1.HeaderClassName
{
color: #9C4D70;
}
.AnyTagClassName
{
color: #9C4D70;
}
</style>
background-color css
<style>
a { background-color: #9C4D70; }
a { background-color: rgb(156,77,112); }
div.DivClassName
{
background-color: #9C4D70;
}
.BgClassName
{
background-color: #9C4D70;
}
</style>
border-color css
<style>
span { border-color: #9C4D70; }
span { border-color: rgb(156,77,112); }
td.TdClassName
{
border-color: #9C4D70;
}
.TagClassName
{
border-color: #9C4D70;
}
</style>