Shades of Cadillac #9C486B
Tints of Cadillac #9C486B
RGB
CMYK
RGB Variations
Color information
#9C486B (or 0x9C486B) is known color: Cadillac. HEX triplet: 9C, 48 and 6B. RGB value is (156,72,107). Sum of RGB (Red+Green+Blue) = 156+72+107=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C486B is #63B794. Grayscale: #656565. Windows color (decimal): -6535061 or 7030940. OLE color: 7030940.
HSL color Cylindrical-coordinate representation of color #9C486B: hue angle of 335º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C486B is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 72 | 107 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.39 |
| HSL | 335º | 0.37% | 0.45% | - |
| HSV(B) | 335º | 0.54% | 0.61% | - |
| XYZ | 18.68 | 12.76 | 15.39 | - |
| YUV | 101.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 107 | 0 | 0.54 | 0.31 | 0.39 | 335 | 0.37 | 0.45 |
| Hex | 9C | 48 | 6B | 0 | 36 | 1F | 27 | 14F | 25 | 2D |
| Octal | 234 | 110 | 153 | 0 | 66 | 37 | 47 | 517 | 45 | 55 |
| Binary | 10011100 | 1001000 | 1101011 | 0 | 110110 | 11111 | 100111 | 101001111 | 100101 | 101101 |
Color Harmonies of #9C486B
Complementary color
Monochromatic Colors of #9C486B
Black with #9C486B
Text Example
Text Example
White with #9C486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C486B; }
p { color: rgb(156,72,107); }
H1.HeaderClassName
{
color: #9C486B;
}
.AnyTagClassName
{
color: #9C486B;
}
</style>
background-color css
<style>
a { background-color: #9C486B; }
a { background-color: rgb(156,72,107); }
div.DivClassName
{
background-color: #9C486B;
}
.BgClassName
{
background-color: #9C486B;
}
</style>
border-color css
<style>
span { border-color: #9C486B; }
span { border-color: rgb(156,72,107); }
td.TdClassName
{
border-color: #9C486B;
}
.TagClassName
{
border-color: #9C486B;
}
</style>