Shades of Cadillac #9E4D73
Tints of Cadillac #9E4D73
RGB
CMYK
RGB Variations
Color information
#9E4D73 (or 0x9E4D73) is known color: Cadillac. HEX triplet: 9E, 4D and 73. RGB value is (158,77,115). Sum of RGB (Red+Green+Blue) = 158+77+115=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4D73 is #61B28C. Grayscale: #696969. Windows color (decimal): -6402701 or 7556510. OLE color: 7556510.
HSL color Cylindrical-coordinate representation of color #9E4D73: hue angle of 331.85º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4D73 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 115 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.38 |
| HSL | 331.85º | 0.34% | 0.46% | - |
| HSV(B) | 331.85º | 0.51% | 0.62% | - |
| XYZ | 19.85 | 13.81 | 17.84 | - |
| YUV | 105.55 | 133.34 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 115 | 0 | 0.51 | 0.27 | 0.38 | 331.85 | 0.34 | 0.46 |
| Hex | 9E | 4D | 73 | 0 | 33 | 1B | 26 | 14C | 22 | 2E |
| Octal | 236 | 115 | 163 | 0 | 63 | 33 | 46 | 514 | 42 | 56 |
| Binary | 10011110 | 1001101 | 1110011 | 0 | 110011 | 11011 | 100110 | 101001100 | 100010 | 101110 |
Color Harmonies of #9E4D73
Complementary color
Monochromatic Colors of #9E4D73
Black with #9E4D73
Text Example
Text Example
White with #9E4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D73; }
p { color: rgb(158,77,115); }
H1.HeaderClassName
{
color: #9E4D73;
}
.AnyTagClassName
{
color: #9E4D73;
}
</style>
background-color css
<style>
a { background-color: #9E4D73; }
a { background-color: rgb(158,77,115); }
div.DivClassName
{
background-color: #9E4D73;
}
.BgClassName
{
background-color: #9E4D73;
}
</style>
border-color css
<style>
span { border-color: #9E4D73; }
span { border-color: rgb(158,77,115); }
td.TdClassName
{
border-color: #9E4D73;
}
.TagClassName
{
border-color: #9E4D73;
}
</style>