Shades of Cadillac #9F486C
Tints of Cadillac #9F486C
RGB
CMYK
RGB Variations
Color information
#9F486C (or 0x9F486C) is known color: Cadillac. HEX triplet: 9F, 48 and 6C. RGB value is (159,72,108). Sum of RGB (Red+Green+Blue) = 159+72+108=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F486C is #60B793. Grayscale: #666666. Windows color (decimal): -6338452 or 7096479. OLE color: 7096479.
HSL color Cylindrical-coordinate representation of color #9F486C: hue angle of 335.17º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F486C is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 72 | 108 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.38 |
| HSL | 335.17º | 0.38% | 0.45% | - |
| HSV(B) | 335.17º | 0.55% | 0.62% | - |
| XYZ | 19.32 | 13.09 | 15.7 | - |
| YUV | 102.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 108 | 0 | 0.55 | 0.32 | 0.38 | 335.17 | 0.38 | 0.45 |
| Hex | 9F | 48 | 6C | 0 | 37 | 20 | 26 | 14F | 26 | 2D |
| Octal | 237 | 110 | 154 | 0 | 67 | 40 | 46 | 517 | 46 | 55 |
| Binary | 10011111 | 1001000 | 1101100 | 0 | 110111 | 100000 | 100110 | 101001111 | 100110 | 101101 |
Color Harmonies of #9F486C
Complementary color
Monochromatic Colors of #9F486C
Black with #9F486C
Text Example
Text Example
White with #9F486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F486C; }
p { color: rgb(159,72,108); }
H1.HeaderClassName
{
color: #9F486C;
}
.AnyTagClassName
{
color: #9F486C;
}
</style>
background-color css
<style>
a { background-color: #9F486C; }
a { background-color: rgb(159,72,108); }
div.DivClassName
{
background-color: #9F486C;
}
.BgClassName
{
background-color: #9F486C;
}
</style>
border-color css
<style>
span { border-color: #9F486C; }
span { border-color: rgb(159,72,108); }
td.TdClassName
{
border-color: #9F486C;
}
.TagClassName
{
border-color: #9F486C;
}
</style>