Shades of Cadillac #9A476D
Tints of Cadillac #9A476D
RGB
CMYK
RGB Variations
Color information
#9A476D (or 0x9A476D) is known color: Cadillac. HEX triplet: 9A, 47 and 6D. RGB value is (154,71,109). Sum of RGB (Red+Green+Blue) = 154+71+109=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A476D is #65B892. Grayscale: #646464. Windows color (decimal): -6666387 or 7161754. OLE color: 7161754.
HSL color Cylindrical-coordinate representation of color #9A476D: hue angle of 332.53º 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 #9A476D is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 71 | 109 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.40 |
| HSL | 332.53º | 0.37% | 0.44% | - |
| HSV(B) | 332.53º | 0.54% | 0.6% | - |
| XYZ | 18.34 | 12.48 | 15.91 | - |
| YUV | 100.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 71 | 109 | 0 | 0.54 | 0.29 | 0.40 | 332.53 | 0.37 | 0.44 |
| Hex | 9A | 47 | 6D | 0 | 36 | 1D | 28 | 14D | 25 | 2C |
| Octal | 232 | 107 | 155 | 0 | 66 | 35 | 50 | 515 | 45 | 54 |
| Binary | 10011010 | 1000111 | 1101101 | 0 | 110110 | 11101 | 101000 | 101001101 | 100101 | 101100 |
Color Harmonies of #9A476D
Complementary color
Monochromatic Colors of #9A476D
Black with #9A476D
Text Example
Text Example
White with #9A476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A476D; }
p { color: rgb(154,71,109); }
H1.HeaderClassName
{
color: #9A476D;
}
.AnyTagClassName
{
color: #9A476D;
}
</style>
background-color css
<style>
a { background-color: #9A476D; }
a { background-color: rgb(154,71,109); }
div.DivClassName
{
background-color: #9A476D;
}
.BgClassName
{
background-color: #9A476D;
}
</style>
border-color css
<style>
span { border-color: #9A476D; }
span { border-color: rgb(154,71,109); }
td.TdClassName
{
border-color: #9A476D;
}
.TagClassName
{
border-color: #9A476D;
}
</style>