Shades of Cadillac #9A4560
Tints of Cadillac #9A4560
RGB
CMYK
RGB Variations
Color information
#9A4560 (or 0x9A4560) is known color: Cadillac. HEX triplet: 9A, 45 and 60. RGB value is (154,69,96). Sum of RGB (Red+Green+Blue) = 154+69+96=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4560 is #65BA9F. Grayscale: #616161. Windows color (decimal): -6666912 or 6309274. OLE color: 6309274.
HSL color Cylindrical-coordinate representation of color #9A4560: hue angle of 340.94º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4560 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 69 | 96 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.40 |
| HSL | 340.94º | 0.38% | 0.44% | - |
| HSV(B) | 340.94º | 0.55% | 0.6% | - |
| XYZ | 17.57 | 11.97 | 12.45 | - |
| YUV | 97.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 69 | 96 | 0 | 0.55 | 0.38 | 0.40 | 340.94 | 0.38 | 0.44 |
| Hex | 9A | 45 | 60 | 0 | 37 | 26 | 28 | 155 | 26 | 2C |
| Octal | 232 | 105 | 140 | 0 | 67 | 46 | 50 | 525 | 46 | 54 |
| Binary | 10011010 | 1000101 | 1100000 | 0 | 110111 | 100110 | 101000 | 101010101 | 100110 | 101100 |
Color Harmonies of #9A4560
Complementary color
Monochromatic Colors of #9A4560
Black with #9A4560
Text Example
Text Example
White with #9A4560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4560; }
p { color: rgb(154,69,96); }
H1.HeaderClassName
{
color: #9A4560;
}
.AnyTagClassName
{
color: #9A4560;
}
</style>
background-color css
<style>
a { background-color: #9A4560; }
a { background-color: rgb(154,69,96); }
div.DivClassName
{
background-color: #9A4560;
}
.BgClassName
{
background-color: #9A4560;
}
</style>
border-color css
<style>
span { border-color: #9A4560; }
span { border-color: rgb(154,69,96); }
td.TdClassName
{
border-color: #9A4560;
}
.TagClassName
{
border-color: #9A4560;
}
</style>