Shades of Cadillac #9A4D5A
Tints of Cadillac #9A4D5A
RGB
CMYK
RGB Variations
Color information
#9A4D5A (or 0x9A4D5A) is known color: Cadillac. HEX triplet: 9A, 4D and 5A. RGB value is (154,77,90). Sum of RGB (Red+Green+Blue) = 154+77+90=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4D5A is #65B2A5. Grayscale: #656565. Windows color (decimal): -6664870 or 5918106. OLE color: 5918106.
HSL color Cylindrical-coordinate representation of color #9A4D5A: hue angle of 349.87º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A4D5A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 77 | 90 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.40 |
| HSL | 349.87º | 0.33% | 0.45% | - |
| HSV(B) | 349.87º | 0.5% | 0.6% | - |
| XYZ | 17.83 | 12.92 | 11.23 | - |
| YUV | 101.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 90 | 0 | 0.50 | 0.42 | 0.40 | 349.87 | 0.33 | 0.45 |
| Hex | 9A | 4D | 5A | 0 | 32 | 2A | 28 | 15E | 21 | 2D |
| Octal | 232 | 115 | 132 | 0 | 62 | 52 | 50 | 536 | 41 | 55 |
| Binary | 10011010 | 1001101 | 1011010 | 0 | 110010 | 101010 | 101000 | 101011110 | 100001 | 101101 |
Color Harmonies of #9A4D5A
Complementary color
Monochromatic Colors of #9A4D5A
Black with #9A4D5A
Text Example
Text Example
White with #9A4D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4D5A; }
p { color: rgb(154,77,90); }
H1.HeaderClassName
{
color: #9A4D5A;
}
.AnyTagClassName
{
color: #9A4D5A;
}
</style>
background-color css
<style>
a { background-color: #9A4D5A; }
a { background-color: rgb(154,77,90); }
div.DivClassName
{
background-color: #9A4D5A;
}
.BgClassName
{
background-color: #9A4D5A;
}
</style>
border-color css
<style>
span { border-color: #9A4D5A; }
span { border-color: rgb(154,77,90); }
td.TdClassName
{
border-color: #9A4D5A;
}
.TagClassName
{
border-color: #9A4D5A;
}
</style>