Shades of Cadillac #9A4B59
Tints of Cadillac #9A4B59
RGB
CMYK
RGB Variations
Color information
#9A4B59 (or 0x9A4B59) is known color: Cadillac. HEX triplet: 9A, 4B and 59. RGB value is (154,75,89). Sum of RGB (Red+Green+Blue) = 154+75+89=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4B59 is #65B4A6. Grayscale: #646464. Windows color (decimal): -6665383 or 5852058. OLE color: 5852058.
HSL color Cylindrical-coordinate representation of color #9A4B59: hue angle of 349.37º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A4B59 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 75 | 89 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.40 |
| HSL | 349.37º | 0.34% | 0.45% | - |
| HSV(B) | 349.37º | 0.51% | 0.6% | - |
| XYZ | 17.65 | 12.62 | 10.96 | - |
| YUV | 100.22 | 121.67 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 75 | 89 | 0 | 0.51 | 0.42 | 0.40 | 349.37 | 0.34 | 0.45 |
| Hex | 9A | 4B | 59 | 0 | 33 | 2A | 28 | 15D | 22 | 2D |
| Octal | 232 | 113 | 131 | 0 | 63 | 52 | 50 | 535 | 42 | 55 |
| Binary | 10011010 | 1001011 | 1011001 | 0 | 110011 | 101010 | 101000 | 101011101 | 100010 | 101101 |
Color Harmonies of #9A4B59
Complementary color
Monochromatic Colors of #9A4B59
Black with #9A4B59
Text Example
Text Example
White with #9A4B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4B59; }
p { color: rgb(154,75,89); }
H1.HeaderClassName
{
color: #9A4B59;
}
.AnyTagClassName
{
color: #9A4B59;
}
</style>
background-color css
<style>
a { background-color: #9A4B59; }
a { background-color: rgb(154,75,89); }
div.DivClassName
{
background-color: #9A4B59;
}
.BgClassName
{
background-color: #9A4B59;
}
</style>
border-color css
<style>
span { border-color: #9A4B59; }
span { border-color: rgb(154,75,89); }
td.TdClassName
{
border-color: #9A4B59;
}
.TagClassName
{
border-color: #9A4B59;
}
</style>