Shades of Cadillac #9D4D69
Tints of Cadillac #9D4D69
RGB
CMYK
RGB Variations
Color information
#9D4D69 (or 0x9D4D69) is known color: Cadillac. HEX triplet: 9D, 4D and 69. RGB value is (157,77,105). Sum of RGB (Red+Green+Blue) = 157+77+105=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4D69 is #62B296. Grayscale: #686868. Windows color (decimal): -6468247 or 6901149. OLE color: 6901149.
HSL color Cylindrical-coordinate representation of color #9D4D69: hue angle of 339º 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 #9D4D69 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 105 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.38 |
| HSL | 339º | 0.34% | 0.46% | - |
| HSV(B) | 339º | 0.51% | 0.62% | - |
| XYZ | 19.11 | 13.5 | 14.96 | - |
| YUV | 104.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 105 | 0 | 0.51 | 0.33 | 0.38 | 339 | 0.34 | 0.46 |
| Hex | 9D | 4D | 69 | 0 | 33 | 21 | 26 | 153 | 22 | 2E |
| Octal | 235 | 115 | 151 | 0 | 63 | 41 | 46 | 523 | 42 | 56 |
| Binary | 10011101 | 1001101 | 1101001 | 0 | 110011 | 100001 | 100110 | 101010011 | 100010 | 101110 |
Color Harmonies of #9D4D69
Complementary color
Monochromatic Colors of #9D4D69
Black with #9D4D69
Text Example
Text Example
White with #9D4D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D69; }
p { color: rgb(157,77,105); }
H1.HeaderClassName
{
color: #9D4D69;
}
.AnyTagClassName
{
color: #9D4D69;
}
</style>
background-color css
<style>
a { background-color: #9D4D69; }
a { background-color: rgb(157,77,105); }
div.DivClassName
{
background-color: #9D4D69;
}
.BgClassName
{
background-color: #9D4D69;
}
</style>
border-color css
<style>
span { border-color: #9D4D69; }
span { border-color: rgb(157,77,105); }
td.TdClassName
{
border-color: #9D4D69;
}
.TagClassName
{
border-color: #9D4D69;
}
</style>