Shades of Cadillac #9A486C
Tints of Cadillac #9A486C
RGB
CMYK
RGB Variations
Color information
#9A486C (or 0x9A486C) is known color: Cadillac. HEX triplet: 9A, 48 and 6C. RGB value is (154,72,108). Sum of RGB (Red+Green+Blue) = 154+72+108=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A486C is #65B793. Grayscale: #646464. Windows color (decimal): -6666132 or 7096474. OLE color: 7096474.
HSL color Cylindrical-coordinate representation of color #9A486C: hue angle of 333.66º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A486C is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 72 | 108 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.40 |
| HSL | 333.66º | 0.36% | 0.44% | - |
| HSV(B) | 333.66º | 0.53% | 0.6% | - |
| XYZ | 18.35 | 12.59 | 15.65 | - |
| YUV | 100.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 72 | 108 | 0 | 0.53 | 0.30 | 0.40 | 333.66 | 0.36 | 0.44 |
| Hex | 9A | 48 | 6C | 0 | 35 | 1E | 28 | 14E | 24 | 2C |
| Octal | 232 | 110 | 154 | 0 | 65 | 36 | 50 | 516 | 44 | 54 |
| Binary | 10011010 | 1001000 | 1101100 | 0 | 110101 | 11110 | 101000 | 101001110 | 100100 | 101100 |
Color Harmonies of #9A486C
Complementary color
Monochromatic Colors of #9A486C
Black with #9A486C
Text Example
Text Example
White with #9A486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A486C; }
p { color: rgb(154,72,108); }
H1.HeaderClassName
{
color: #9A486C;
}
.AnyTagClassName
{
color: #9A486C;
}
</style>
background-color css
<style>
a { background-color: #9A486C; }
a { background-color: rgb(154,72,108); }
div.DivClassName
{
background-color: #9A486C;
}
.BgClassName
{
background-color: #9A486C;
}
</style>
border-color css
<style>
span { border-color: #9A486C; }
span { border-color: rgb(154,72,108); }
td.TdClassName
{
border-color: #9A486C;
}
.TagClassName
{
border-color: #9A486C;
}
</style>