Shades of Cadillac #9A4C60
Tints of Cadillac #9A4C60
RGB
CMYK
RGB Variations
Color information
#9A4C60 (or 0x9A4C60) is known color: Cadillac. HEX triplet: 9A, 4C and 60. RGB value is (154,76,96). Sum of RGB (Red+Green+Blue) = 154+76+96=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4C60 is #65B39F. Grayscale: #656565. Windows color (decimal): -6665120 or 6311066. OLE color: 6311066.
HSL color Cylindrical-coordinate representation of color #9A4C60: hue angle of 344.62º 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 #9A4C60 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 76 | 96 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.40 |
| HSL | 344.62º | 0.34% | 0.45% | - |
| HSV(B) | 344.62º | 0.51% | 0.6% | - |
| XYZ | 18.02 | 12.88 | 12.6 | - |
| YUV | 101.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 76 | 96 | 0 | 0.51 | 0.38 | 0.40 | 344.62 | 0.34 | 0.45 |
| Hex | 9A | 4C | 60 | 0 | 33 | 26 | 28 | 159 | 22 | 2D |
| Octal | 232 | 114 | 140 | 0 | 63 | 46 | 50 | 531 | 42 | 55 |
| Binary | 10011010 | 1001100 | 1100000 | 0 | 110011 | 100110 | 101000 | 101011001 | 100010 | 101101 |
Color Harmonies of #9A4C60
Complementary color
Monochromatic Colors of #9A4C60
Black with #9A4C60
Text Example
Text Example
White with #9A4C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4C60; }
p { color: rgb(154,76,96); }
H1.HeaderClassName
{
color: #9A4C60;
}
.AnyTagClassName
{
color: #9A4C60;
}
</style>
background-color css
<style>
a { background-color: #9A4C60; }
a { background-color: rgb(154,76,96); }
div.DivClassName
{
background-color: #9A4C60;
}
.BgClassName
{
background-color: #9A4C60;
}
</style>
border-color css
<style>
span { border-color: #9A4C60; }
span { border-color: rgb(154,76,96); }
td.TdClassName
{
border-color: #9A4C60;
}
.TagClassName
{
border-color: #9A4C60;
}
</style>