Shades of Cadillac #9D4D63
Tints of Cadillac #9D4D63
RGB
CMYK
RGB Variations
Color information
#9D4D63 (or 0x9D4D63) is known color: Cadillac. HEX triplet: 9D, 4D and 63. RGB value is (157,77,99). Sum of RGB (Red+Green+Blue) = 157+77+99=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4D63 is #62B29C. Grayscale: #676767. Windows color (decimal): -6468253 or 6507933. OLE color: 6507933.
HSL color Cylindrical-coordinate representation of color #9D4D63: hue angle of 343.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 #9D4D63 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 99 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.38 |
| HSL | 343.5º | 0.34% | 0.46% | - |
| HSV(B) | 343.5º | 0.51% | 0.62% | - |
| XYZ | 18.81 | 13.38 | 13.39 | - |
| YUV | 103.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 99 | 0 | 0.51 | 0.37 | 0.38 | 343.5 | 0.34 | 0.46 |
| Hex | 9D | 4D | 63 | 0 | 33 | 25 | 26 | 158 | 22 | 2E |
| Octal | 235 | 115 | 143 | 0 | 63 | 45 | 46 | 530 | 42 | 56 |
| Binary | 10011101 | 1001101 | 1100011 | 0 | 110011 | 100101 | 100110 | 101011000 | 100010 | 101110 |
Color Harmonies of #9D4D63
Complementary color
Monochromatic Colors of #9D4D63
Black with #9D4D63
Text Example
Text Example
White with #9D4D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D63; }
p { color: rgb(157,77,99); }
H1.HeaderClassName
{
color: #9D4D63;
}
.AnyTagClassName
{
color: #9D4D63;
}
</style>
background-color css
<style>
a { background-color: #9D4D63; }
a { background-color: rgb(157,77,99); }
div.DivClassName
{
background-color: #9D4D63;
}
.BgClassName
{
background-color: #9D4D63;
}
</style>
border-color css
<style>
span { border-color: #9D4D63; }
span { border-color: rgb(157,77,99); }
td.TdClassName
{
border-color: #9D4D63;
}
.TagClassName
{
border-color: #9D4D63;
}
</style>