Shades of Cadillac #9C4D6F
Tints of Cadillac #9C4D6F
RGB
CMYK
RGB Variations
Color information
#9C4D6F (or 0x9C4D6F) is known color: Cadillac. HEX triplet: 9C, 4D and 6F. RGB value is (156,77,111). Sum of RGB (Red+Green+Blue) = 156+77+111=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D6F is #63B290. Grayscale: #686868. Windows color (decimal): -6533777 or 7294364. OLE color: 7294364.
HSL color Cylindrical-coordinate representation of color #9C4D6F: hue angle of 334.18º 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 #9C4D6F is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 111 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.39 |
| HSL | 334.18º | 0.34% | 0.46% | - |
| HSV(B) | 334.18º | 0.51% | 0.61% | - |
| XYZ | 19.23 | 13.52 | 16.64 | - |
| YUV | 104.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 111 | 0 | 0.51 | 0.29 | 0.39 | 334.18 | 0.34 | 0.46 |
| Hex | 9C | 4D | 6F | 0 | 33 | 1D | 27 | 14E | 22 | 2E |
| Octal | 234 | 115 | 157 | 0 | 63 | 35 | 47 | 516 | 42 | 56 |
| Binary | 10011100 | 1001101 | 1101111 | 0 | 110011 | 11101 | 100111 | 101001110 | 100010 | 101110 |
Color Harmonies of #9C4D6F
Complementary color
Monochromatic Colors of #9C4D6F
Black with #9C4D6F
Text Example
Text Example
White with #9C4D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D6F; }
p { color: rgb(156,77,111); }
H1.HeaderClassName
{
color: #9C4D6F;
}
.AnyTagClassName
{
color: #9C4D6F;
}
</style>
background-color css
<style>
a { background-color: #9C4D6F; }
a { background-color: rgb(156,77,111); }
div.DivClassName
{
background-color: #9C4D6F;
}
.BgClassName
{
background-color: #9C4D6F;
}
</style>
border-color css
<style>
span { border-color: #9C4D6F; }
span { border-color: rgb(156,77,111); }
td.TdClassName
{
border-color: #9C4D6F;
}
.TagClassName
{
border-color: #9C4D6F;
}
</style>