Shades of Cadillac #9A4C65
Tints of Cadillac #9A4C65
RGB
CMYK
RGB Variations
Color information
#9A4C65 (or 0x9A4C65) is known color: Cadillac. HEX triplet: 9A, 4C and 65. RGB value is (154,76,101). Sum of RGB (Red+Green+Blue) = 154+76+101=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4C65 is #65B39A. Grayscale: #666666. Windows color (decimal): -6665115 or 6638746. OLE color: 6638746.
HSL color Cylindrical-coordinate representation of color #9A4C65: hue angle of 340.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 #9A4C65 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 76 | 101 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.40 |
| HSL | 340.77º | 0.34% | 0.45% | - |
| HSV(B) | 340.77º | 0.51% | 0.6% | - |
| XYZ | 18.26 | 12.98 | 13.85 | - |
| YUV | 102.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 76 | 101 | 0 | 0.51 | 0.34 | 0.40 | 340.77 | 0.34 | 0.45 |
| Hex | 9A | 4C | 65 | 0 | 33 | 22 | 28 | 155 | 22 | 2D |
| Octal | 232 | 114 | 145 | 0 | 63 | 42 | 50 | 525 | 42 | 55 |
| Binary | 10011010 | 1001100 | 1100101 | 0 | 110011 | 100010 | 101000 | 101010101 | 100010 | 101101 |
Color Harmonies of #9A4C65
Complementary color
Monochromatic Colors of #9A4C65
Black with #9A4C65
Text Example
Text Example
White with #9A4C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4C65; }
p { color: rgb(154,76,101); }
H1.HeaderClassName
{
color: #9A4C65;
}
.AnyTagClassName
{
color: #9A4C65;
}
</style>
background-color css
<style>
a { background-color: #9A4C65; }
a { background-color: rgb(154,76,101); }
div.DivClassName
{
background-color: #9A4C65;
}
.BgClassName
{
background-color: #9A4C65;
}
</style>
border-color css
<style>
span { border-color: #9A4C65; }
span { border-color: rgb(154,76,101); }
td.TdClassName
{
border-color: #9A4C65;
}
.TagClassName
{
border-color: #9A4C65;
}
</style>