Shades of Cadillac #9D4D60
Tints of Cadillac #9D4D60
RGB
CMYK
RGB Variations
Color information
#9D4D60 (or 0x9D4D60) is known color: Cadillac. HEX triplet: 9D, 4D and 60. RGB value is (157,77,96). Sum of RGB (Red+Green+Blue) = 157+77+96=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4D60 is #62B29F. Grayscale: #676767. Windows color (decimal): -6468256 or 6311325. OLE color: 6311325.
HSL color Cylindrical-coordinate representation of color #9D4D60: hue angle of 345.75º 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 #9D4D60 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 96 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.38 |
| HSL | 345.75º | 0.34% | 0.46% | - |
| HSV(B) | 345.75º | 0.51% | 0.62% | - |
| XYZ | 18.67 | 13.32 | 12.65 | - |
| YUV | 103.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 96 | 0 | 0.51 | 0.39 | 0.38 | 345.75 | 0.34 | 0.46 |
| Hex | 9D | 4D | 60 | 0 | 33 | 27 | 26 | 15A | 22 | 2E |
| Octal | 235 | 115 | 140 | 0 | 63 | 47 | 46 | 532 | 42 | 56 |
| Binary | 10011101 | 1001101 | 1100000 | 0 | 110011 | 100111 | 100110 | 101011010 | 100010 | 101110 |
Color Harmonies of #9D4D60
Complementary color
Monochromatic Colors of #9D4D60
Black with #9D4D60
Text Example
Text Example
White with #9D4D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D60; }
p { color: rgb(157,77,96); }
H1.HeaderClassName
{
color: #9D4D60;
}
.AnyTagClassName
{
color: #9D4D60;
}
</style>
background-color css
<style>
a { background-color: #9D4D60; }
a { background-color: rgb(157,77,96); }
div.DivClassName
{
background-color: #9D4D60;
}
.BgClassName
{
background-color: #9D4D60;
}
</style>
border-color css
<style>
span { border-color: #9D4D60; }
span { border-color: rgb(157,77,96); }
td.TdClassName
{
border-color: #9D4D60;
}
.TagClassName
{
border-color: #9D4D60;
}
</style>