Shades of Cadillac #9C4D75
Tints of Cadillac #9C4D75
RGB
CMYK
RGB Variations
Color information
#9C4D75 (or 0x9C4D75) is known color: Cadillac. HEX triplet: 9C, 4D and 75. RGB value is (156,77,117). Sum of RGB (Red+Green+Blue) = 156+77+117=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D75 is #63B28A. Grayscale: #696969. Windows color (decimal): -6533771 or 7687580. OLE color: 7687580.
HSL color Cylindrical-coordinate representation of color #9C4D75: hue angle of 329.62º 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 #9C4D75 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 117 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.39 |
| HSL | 329.62º | 0.34% | 0.46% | - |
| HSV(B) | 329.62º | 0.51% | 0.61% | - |
| XYZ | 19.58 | 13.66 | 18.43 | - |
| YUV | 105.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 117 | 0 | 0.51 | 0.25 | 0.39 | 329.62 | 0.34 | 0.46 |
| Hex | 9C | 4D | 75 | 0 | 33 | 19 | 27 | 14A | 22 | 2E |
| Octal | 234 | 115 | 165 | 0 | 63 | 31 | 47 | 512 | 42 | 56 |
| Binary | 10011100 | 1001101 | 1110101 | 0 | 110011 | 11001 | 100111 | 101001010 | 100010 | 101110 |
Color Harmonies of #9C4D75
Complementary color
Monochromatic Colors of #9C4D75
Black with #9C4D75
Text Example
Text Example
White with #9C4D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D75; }
p { color: rgb(156,77,117); }
H1.HeaderClassName
{
color: #9C4D75;
}
.AnyTagClassName
{
color: #9C4D75;
}
</style>
background-color css
<style>
a { background-color: #9C4D75; }
a { background-color: rgb(156,77,117); }
div.DivClassName
{
background-color: #9C4D75;
}
.BgClassName
{
background-color: #9C4D75;
}
</style>
border-color css
<style>
span { border-color: #9C4D75; }
span { border-color: rgb(156,77,117); }
td.TdClassName
{
border-color: #9C4D75;
}
.TagClassName
{
border-color: #9C4D75;
}
</style>