Shades of Cadillac #9D4D5F
Tints of Cadillac #9D4D5F
RGB
CMYK
RGB Variations
Color information
#9D4D5F (or 0x9D4D5F) is known color: Cadillac. HEX triplet: 9D, 4D and 5F. RGB value is (157,77,95). Sum of RGB (Red+Green+Blue) = 157+77+95=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4D5F is #62B2A0. Grayscale: #666666. Windows color (decimal): -6468257 or 6245789. OLE color: 6245789.
HSL color Cylindrical-coordinate representation of color #9D4D5F: hue angle of 346.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 #9D4D5F is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 95 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.38 |
| HSL | 346.5º | 0.34% | 0.46% | - |
| HSV(B) | 346.5º | 0.51% | 0.62% | - |
| XYZ | 18.62 | 13.3 | 12.41 | - |
| YUV | 102.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 95 | 0 | 0.51 | 0.39 | 0.38 | 346.5 | 0.34 | 0.46 |
| Hex | 9D | 4D | 5F | 0 | 33 | 27 | 26 | 15A | 22 | 2E |
| Octal | 235 | 115 | 137 | 0 | 63 | 47 | 46 | 532 | 42 | 56 |
| Binary | 10011101 | 1001101 | 1011111 | 0 | 110011 | 100111 | 100110 | 101011010 | 100010 | 101110 |
Color Harmonies of #9D4D5F
Complementary color
Monochromatic Colors of #9D4D5F
Black with #9D4D5F
Text Example
Text Example
White with #9D4D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D5F; }
p { color: rgb(157,77,95); }
H1.HeaderClassName
{
color: #9D4D5F;
}
.AnyTagClassName
{
color: #9D4D5F;
}
</style>
background-color css
<style>
a { background-color: #9D4D5F; }
a { background-color: rgb(157,77,95); }
div.DivClassName
{
background-color: #9D4D5F;
}
.BgClassName
{
background-color: #9D4D5F;
}
</style>
border-color css
<style>
span { border-color: #9D4D5F; }
span { border-color: rgb(157,77,95); }
td.TdClassName
{
border-color: #9D4D5F;
}
.TagClassName
{
border-color: #9D4D5F;
}
</style>