Shades of Cadillac #9A4C58
Tints of Cadillac #9A4C58
RGB
CMYK
RGB Variations
Color information
#9A4C58 (or 0x9A4C58) is known color: Cadillac. HEX triplet: 9A, 4C and 58. RGB value is (154,76,88). Sum of RGB (Red+Green+Blue) = 154+76+88=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4C58 is #65B3A7. Grayscale: #646464. Windows color (decimal): -6665128 or 5786778. OLE color: 5786778.
HSL color Cylindrical-coordinate representation of color #9A4C58: hue angle of 350.77º 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 #9A4C58 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 76 | 88 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.40 |
| HSL | 350.77º | 0.34% | 0.45% | - |
| HSV(B) | 350.77º | 0.51% | 0.6% | - |
| XYZ | 17.67 | 12.74 | 10.76 | - |
| YUV | 100.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 76 | 88 | 0 | 0.51 | 0.43 | 0.40 | 350.77 | 0.34 | 0.45 |
| Hex | 9A | 4C | 58 | 0 | 33 | 2B | 28 | 15F | 22 | 2D |
| Octal | 232 | 114 | 130 | 0 | 63 | 53 | 50 | 537 | 42 | 55 |
| Binary | 10011010 | 1001100 | 1011000 | 0 | 110011 | 101011 | 101000 | 101011111 | 100010 | 101101 |
Color Harmonies of #9A4C58
Complementary color
Monochromatic Colors of #9A4C58
Black with #9A4C58
Text Example
Text Example
White with #9A4C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4C58; }
p { color: rgb(154,76,88); }
H1.HeaderClassName
{
color: #9A4C58;
}
.AnyTagClassName
{
color: #9A4C58;
}
</style>
background-color css
<style>
a { background-color: #9A4C58; }
a { background-color: rgb(154,76,88); }
div.DivClassName
{
background-color: #9A4C58;
}
.BgClassName
{
background-color: #9A4C58;
}
</style>
border-color css
<style>
span { border-color: #9A4C58; }
span { border-color: rgb(154,76,88); }
td.TdClassName
{
border-color: #9A4C58;
}
.TagClassName
{
border-color: #9A4C58;
}
</style>