Shades of Cadillac #9D4D73
Tints of Cadillac #9D4D73
RGB
CMYK
RGB Variations
Color information
#9D4D73 (or 0x9D4D73) is known color: Cadillac. HEX triplet: 9D, 4D and 73. RGB value is (157,77,115). Sum of RGB (Red+Green+Blue) = 157+77+115=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4D73 is #62B28C. Grayscale: #696969. Windows color (decimal): -6468237 or 7556509. OLE color: 7556509.
HSL color Cylindrical-coordinate representation of color #9D4D73: hue angle of 331.5º 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 #9D4D73 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 115 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.38 |
| HSL | 331.5º | 0.34% | 0.46% | - |
| HSV(B) | 331.5º | 0.51% | 0.62% | - |
| XYZ | 19.65 | 13.71 | 17.83 | - |
| YUV | 105.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 115 | 0 | 0.51 | 0.27 | 0.38 | 331.5 | 0.34 | 0.46 |
| Hex | 9D | 4D | 73 | 0 | 33 | 1B | 26 | 14C | 22 | 2E |
| Octal | 235 | 115 | 163 | 0 | 63 | 33 | 46 | 514 | 42 | 56 |
| Binary | 10011101 | 1001101 | 1110011 | 0 | 110011 | 11011 | 100110 | 101001100 | 100010 | 101110 |
Color Harmonies of #9D4D73
Complementary color
Monochromatic Colors of #9D4D73
Black with #9D4D73
Text Example
Text Example
White with #9D4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D73; }
p { color: rgb(157,77,115); }
H1.HeaderClassName
{
color: #9D4D73;
}
.AnyTagClassName
{
color: #9D4D73;
}
</style>
background-color css
<style>
a { background-color: #9D4D73; }
a { background-color: rgb(157,77,115); }
div.DivClassName
{
background-color: #9D4D73;
}
.BgClassName
{
background-color: #9D4D73;
}
</style>
border-color css
<style>
span { border-color: #9D4D73; }
span { border-color: rgb(157,77,115); }
td.TdClassName
{
border-color: #9D4D73;
}
.TagClassName
{
border-color: #9D4D73;
}
</style>