Shades of Cadillac #9C4E75
Tints of Cadillac #9C4E75
RGB
CMYK
RGB Variations
Color information
#9C4E75 (or 0x9C4E75) is known color: Cadillac. HEX triplet: 9C, 4E and 75. RGB value is (156,78,117). Sum of RGB (Red+Green+Blue) = 156+78+117=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4E75 is #63B18A. Grayscale: #696969. Windows color (decimal): -6533515 or 7687836. OLE color: 7687836.
HSL color Cylindrical-coordinate representation of color #9C4E75: hue angle of 330º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C4E75 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 78 | 117 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.39 |
| HSL | 330º | 0.33% | 0.46% | - |
| HSV(B) | 330º | 0.5% | 0.61% | - |
| XYZ | 19.65 | 13.8 | 18.46 | - |
| YUV | 105.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 117 | 0 | 0.5 | 0.25 | 0.39 | 330 | 0.33 | 0.46 |
| Hex | 9C | 4E | 75 | 0 | 32 | 19 | 27 | 14A | 21 | 2E |
| Octal | 234 | 116 | 165 | 0 | 62 | 31 | 47 | 512 | 41 | 56 |
| Binary | 10011100 | 1001110 | 1110101 | 0 | 110010 | 11001 | 100111 | 101001010 | 100001 | 101110 |
Color Harmonies of #9C4E75
Complementary color
Monochromatic Colors of #9C4E75
Black with #9C4E75
Text Example
Text Example
White with #9C4E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4E75; }
p { color: rgb(156,78,117); }
H1.HeaderClassName
{
color: #9C4E75;
}
.AnyTagClassName
{
color: #9C4E75;
}
</style>
background-color css
<style>
a { background-color: #9C4E75; }
a { background-color: rgb(156,78,117); }
div.DivClassName
{
background-color: #9C4E75;
}
.BgClassName
{
background-color: #9C4E75;
}
</style>
border-color css
<style>
span { border-color: #9C4E75; }
span { border-color: rgb(156,78,117); }
td.TdClassName
{
border-color: #9C4E75;
}
.TagClassName
{
border-color: #9C4E75;
}
</style>