Shades of Cadillac #9A495F
Tints of Cadillac #9A495F
RGB
CMYK
RGB Variations
Color information
#9A495F (or 0x9A495F) is known color: Cadillac. HEX triplet: 9A, 49 and 5F. RGB value is (154,73,95). Sum of RGB (Red+Green+Blue) = 154+73+95=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A495F is #65B6A0. Grayscale: #636363. Windows color (decimal): -6665889 or 6244762. OLE color: 6244762.
HSL color Cylindrical-coordinate representation of color #9A495F: hue angle of 343.7º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A495F is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 73 | 95 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.40 |
| HSL | 343.7º | 0.36% | 0.45% | - |
| HSV(B) | 343.7º | 0.53% | 0.6% | - |
| XYZ | 17.77 | 12.46 | 12.29 | - |
| YUV | 99.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 95 | 0 | 0.53 | 0.38 | 0.40 | 343.7 | 0.36 | 0.45 |
| Hex | 9A | 49 | 5F | 0 | 35 | 26 | 28 | 158 | 24 | 2D |
| Octal | 232 | 111 | 137 | 0 | 65 | 46 | 50 | 530 | 44 | 55 |
| Binary | 10011010 | 1001001 | 1011111 | 0 | 110101 | 100110 | 101000 | 101011000 | 100100 | 101101 |
Color Harmonies of #9A495F
Complementary color
Monochromatic Colors of #9A495F
Black with #9A495F
Text Example
Text Example
White with #9A495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A495F; }
p { color: rgb(154,73,95); }
H1.HeaderClassName
{
color: #9A495F;
}
.AnyTagClassName
{
color: #9A495F;
}
</style>
background-color css
<style>
a { background-color: #9A495F; }
a { background-color: rgb(154,73,95); }
div.DivClassName
{
background-color: #9A495F;
}
.BgClassName
{
background-color: #9A495F;
}
</style>
border-color css
<style>
span { border-color: #9A495F; }
span { border-color: rgb(154,73,95); }
td.TdClassName
{
border-color: #9A495F;
}
.TagClassName
{
border-color: #9A495F;
}
</style>