Shades of Cadillac #9A4A59
Tints of Cadillac #9A4A59
RGB
CMYK
RGB Variations
Color information
#9A4A59 (or 0x9A4A59) is known color: Cadillac. HEX triplet: 9A, 4A and 59. RGB value is (154,74,89). Sum of RGB (Red+Green+Blue) = 154+74+89=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4A59 is #65B5A6. Grayscale: #636363. Windows color (decimal): -6665639 or 5851802. OLE color: 5851802.
HSL color Cylindrical-coordinate representation of color #9A4A59: hue angle of 348.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A4A59 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 74 | 89 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.40 |
| HSL | 348.75º | 0.35% | 0.45% | - |
| HSV(B) | 348.75º | 0.52% | 0.6% | - |
| XYZ | 17.58 | 12.49 | 10.94 | - |
| YUV | 99.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 74 | 89 | 0 | 0.52 | 0.42 | 0.40 | 348.75 | 0.35 | 0.45 |
| Hex | 9A | 4A | 59 | 0 | 34 | 2A | 28 | 15D | 23 | 2D |
| Octal | 232 | 112 | 131 | 0 | 64 | 52 | 50 | 535 | 43 | 55 |
| Binary | 10011010 | 1001010 | 1011001 | 0 | 110100 | 101010 | 101000 | 101011101 | 100011 | 101101 |
Color Harmonies of #9A4A59
Complementary color
Monochromatic Colors of #9A4A59
Black with #9A4A59
Text Example
Text Example
White with #9A4A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4A59; }
p { color: rgb(154,74,89); }
H1.HeaderClassName
{
color: #9A4A59;
}
.AnyTagClassName
{
color: #9A4A59;
}
</style>
background-color css
<style>
a { background-color: #9A4A59; }
a { background-color: rgb(154,74,89); }
div.DivClassName
{
background-color: #9A4A59;
}
.BgClassName
{
background-color: #9A4A59;
}
</style>
border-color css
<style>
span { border-color: #9A4A59; }
span { border-color: rgb(154,74,89); }
td.TdClassName
{
border-color: #9A4A59;
}
.TagClassName
{
border-color: #9A4A59;
}
</style>