Shades of Cadillac #9A476C
Tints of Cadillac #9A476C
RGB
CMYK
RGB Variations
Color information
#9A476C (or 0x9A476C) is known color: Cadillac. HEX triplet: 9A, 47 and 6C. RGB value is (154,71,108). Sum of RGB (Red+Green+Blue) = 154+71+108=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 154 - color contains mainly: red. Hex color #9A476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A476C is #65B893. Grayscale: #636363. Windows color (decimal): -6666388 or 7096218. OLE color: 7096218.
HSL color Cylindrical-coordinate representation of color #9A476C: hue angle of 333.25º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A476C is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 71 | 108 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.40 |
| HSL | 333.25º | 0.37% | 0.44% | - |
| HSV(B) | 333.25º | 0.54% | 0.6% | - |
| XYZ | 18.29 | 12.46 | 15.63 | - |
| YUV | 100.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 71 | 108 | 0 | 0.54 | 0.30 | 0.40 | 333.25 | 0.37 | 0.44 |
| Hex | 9A | 47 | 6C | 0 | 36 | 1E | 28 | 14D | 25 | 2C |
| Octal | 232 | 107 | 154 | 0 | 66 | 36 | 50 | 515 | 45 | 54 |
| Binary | 10011010 | 1000111 | 1101100 | 0 | 110110 | 11110 | 101000 | 101001101 | 100101 | 101100 |
Color Harmonies of #9A476C
Complementary color
Monochromatic Colors of #9A476C
Black with #9A476C
Text Example
Text Example
White with #9A476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A476C; }
p { color: rgb(154,71,108); }
H1.HeaderClassName
{
color: #9A476C;
}
.AnyTagClassName
{
color: #9A476C;
}
</style>
background-color css
<style>
a { background-color: #9A476C; }
a { background-color: rgb(154,71,108); }
div.DivClassName
{
background-color: #9A476C;
}
.BgClassName
{
background-color: #9A476C;
}
</style>
border-color css
<style>
span { border-color: #9A476C; }
span { border-color: rgb(154,71,108); }
td.TdClassName
{
border-color: #9A476C;
}
.TagClassName
{
border-color: #9A476C;
}
</style>