Shades of Cadillac #9C4D6D
Tints of Cadillac #9C4D6D
RGB
CMYK
RGB Variations
Color information
#9C4D6D (or 0x9C4D6D) is known color: Cadillac. HEX triplet: 9C, 4D and 6D. RGB value is (156,77,109). Sum of RGB (Red+Green+Blue) = 156+77+109=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D6D is #63B292. Grayscale: #686868. Windows color (decimal): -6533779 or 7163292. OLE color: 7163292.
HSL color Cylindrical-coordinate representation of color #9C4D6D: hue angle of 335.7º 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 #9C4D6D is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 109 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.39 |
| HSL | 335.7º | 0.34% | 0.46% | - |
| HSV(B) | 335.7º | 0.51% | 0.61% | - |
| XYZ | 19.12 | 13.48 | 16.06 | - |
| YUV | 104.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 109 | 0 | 0.51 | 0.30 | 0.39 | 335.7 | 0.34 | 0.46 |
| Hex | 9C | 4D | 6D | 0 | 33 | 1E | 27 | 150 | 22 | 2E |
| Octal | 234 | 115 | 155 | 0 | 63 | 36 | 47 | 520 | 42 | 56 |
| Binary | 10011100 | 1001101 | 1101101 | 0 | 110011 | 11110 | 100111 | 101010000 | 100010 | 101110 |
Color Harmonies of #9C4D6D
Complementary color
Monochromatic Colors of #9C4D6D
Black with #9C4D6D
Text Example
Text Example
White with #9C4D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D6D; }
p { color: rgb(156,77,109); }
H1.HeaderClassName
{
color: #9C4D6D;
}
.AnyTagClassName
{
color: #9C4D6D;
}
</style>
background-color css
<style>
a { background-color: #9C4D6D; }
a { background-color: rgb(156,77,109); }
div.DivClassName
{
background-color: #9C4D6D;
}
.BgClassName
{
background-color: #9C4D6D;
}
</style>
border-color css
<style>
span { border-color: #9C4D6D; }
span { border-color: rgb(156,77,109); }
td.TdClassName
{
border-color: #9C4D6D;
}
.TagClassName
{
border-color: #9C4D6D;
}
</style>