Shades of Cadillac #9D4D61
Tints of Cadillac #9D4D61
RGB
CMYK
RGB Variations
Color information
#9D4D61 (or 0x9D4D61) is known color: Cadillac. HEX triplet: 9D, 4D and 61. RGB value is (157,77,97). Sum of RGB (Red+Green+Blue) = 157+77+97=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4D61 is #62B29E. Grayscale: #676767. Windows color (decimal): -6468255 or 6376861. OLE color: 6376861.
HSL color Cylindrical-coordinate representation of color #9D4D61: hue angle of 345º 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 #9D4D61 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 97 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.38 |
| HSL | 345º | 0.34% | 0.46% | - |
| HSV(B) | 345º | 0.51% | 0.62% | - |
| XYZ | 18.72 | 13.34 | 12.9 | - |
| YUV | 103.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 97 | 0 | 0.51 | 0.38 | 0.38 | 345 | 0.34 | 0.46 |
| Hex | 9D | 4D | 61 | 0 | 33 | 26 | 26 | 159 | 22 | 2E |
| Octal | 235 | 115 | 141 | 0 | 63 | 46 | 46 | 531 | 42 | 56 |
| Binary | 10011101 | 1001101 | 1100001 | 0 | 110011 | 100110 | 100110 | 101011001 | 100010 | 101110 |
Color Harmonies of #9D4D61
Complementary color
Monochromatic Colors of #9D4D61
Black with #9D4D61
Text Example
Text Example
White with #9D4D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D61; }
p { color: rgb(157,77,97); }
H1.HeaderClassName
{
color: #9D4D61;
}
.AnyTagClassName
{
color: #9D4D61;
}
</style>
background-color css
<style>
a { background-color: #9D4D61; }
a { background-color: rgb(157,77,97); }
div.DivClassName
{
background-color: #9D4D61;
}
.BgClassName
{
background-color: #9D4D61;
}
</style>
border-color css
<style>
span { border-color: #9D4D61; }
span { border-color: rgb(157,77,97); }
td.TdClassName
{
border-color: #9D4D61;
}
.TagClassName
{
border-color: #9D4D61;
}
</style>