Shades of Cadillac #9D4D62
Tints of Cadillac #9D4D62
RGB
CMYK
RGB Variations
Color information
#9D4D62 (or 0x9D4D62) is known color: Cadillac. HEX triplet: 9D, 4D and 62. RGB value is (157,77,98). Sum of RGB (Red+Green+Blue) = 157+77+98=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4D62 is #62B29D. Grayscale: #676767. Windows color (decimal): -6468254 or 6442397. OLE color: 6442397.
HSL color Cylindrical-coordinate representation of color #9D4D62: hue angle of 344.25º 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 #9D4D62 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 98 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.38 |
| HSL | 344.25º | 0.34% | 0.46% | - |
| HSV(B) | 344.25º | 0.51% | 0.62% | - |
| XYZ | 18.76 | 13.36 | 13.14 | - |
| YUV | 103.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 98 | 0 | 0.51 | 0.38 | 0.38 | 344.25 | 0.34 | 0.46 |
| Hex | 9D | 4D | 62 | 0 | 33 | 26 | 26 | 158 | 22 | 2E |
| Octal | 235 | 115 | 142 | 0 | 63 | 46 | 46 | 530 | 42 | 56 |
| Binary | 10011101 | 1001101 | 1100010 | 0 | 110011 | 100110 | 100110 | 101011000 | 100010 | 101110 |
Color Harmonies of #9D4D62
Complementary color
Monochromatic Colors of #9D4D62
Black with #9D4D62
Text Example
Text Example
White with #9D4D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D62; }
p { color: rgb(157,77,98); }
H1.HeaderClassName
{
color: #9D4D62;
}
.AnyTagClassName
{
color: #9D4D62;
}
</style>
background-color css
<style>
a { background-color: #9D4D62; }
a { background-color: rgb(157,77,98); }
div.DivClassName
{
background-color: #9D4D62;
}
.BgClassName
{
background-color: #9D4D62;
}
</style>
border-color css
<style>
span { border-color: #9D4D62; }
span { border-color: rgb(157,77,98); }
td.TdClassName
{
border-color: #9D4D62;
}
.TagClassName
{
border-color: #9D4D62;
}
</style>