Shades of Cadillac #9D486D
Tints of Cadillac #9D486D
RGB
CMYK
RGB Variations
Color information
#9D486D (or 0x9D486D) is known color: Cadillac. HEX triplet: 9D, 48 and 6D. RGB value is (157,72,109). Sum of RGB (Red+Green+Blue) = 157+72+109=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D486D is #62B792. Grayscale: #656565. Windows color (decimal): -6469523 or 7162013. OLE color: 7162013.
HSL color Cylindrical-coordinate representation of color #9D486D: hue angle of 333.88º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D486D is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 72 | 109 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.38 |
| HSL | 333.88º | 0.37% | 0.45% | - |
| HSV(B) | 333.88º | 0.54% | 0.62% | - |
| XYZ | 18.98 | 12.91 | 15.96 | - |
| YUV | 101.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 72 | 109 | 0 | 0.54 | 0.31 | 0.38 | 333.88 | 0.37 | 0.45 |
| Hex | 9D | 48 | 6D | 0 | 36 | 1F | 26 | 14E | 25 | 2D |
| Octal | 235 | 110 | 155 | 0 | 66 | 37 | 46 | 516 | 45 | 55 |
| Binary | 10011101 | 1001000 | 1101101 | 0 | 110110 | 11111 | 100110 | 101001110 | 100101 | 101101 |
Color Harmonies of #9D486D
Complementary color
Monochromatic Colors of #9D486D
Black with #9D486D
Text Example
Text Example
White with #9D486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D486D; }
p { color: rgb(157,72,109); }
H1.HeaderClassName
{
color: #9D486D;
}
.AnyTagClassName
{
color: #9D486D;
}
</style>
background-color css
<style>
a { background-color: #9D486D; }
a { background-color: rgb(157,72,109); }
div.DivClassName
{
background-color: #9D486D;
}
.BgClassName
{
background-color: #9D486D;
}
</style>
border-color css
<style>
span { border-color: #9D486D; }
span { border-color: rgb(157,72,109); }
td.TdClassName
{
border-color: #9D486D;
}
.TagClassName
{
border-color: #9D486D;
}
</style>