Shades of Cadillac #9A4E61
Tints of Cadillac #9A4E61
RGB
CMYK
RGB Variations
Color information
#9A4E61 (or 0x9A4E61) is known color: Cadillac. HEX triplet: 9A, 4E and 61. RGB value is (154,78,97). Sum of RGB (Red+Green+Blue) = 154+78+97=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4E61 is #65B19E. Grayscale: #666666. Windows color (decimal): -6664607 or 6377114. OLE color: 6377114.
HSL color Cylindrical-coordinate representation of color #9A4E61: hue angle of 345º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A4E61 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 78 | 97 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.40 |
| HSL | 345º | 0.33% | 0.45% | - |
| HSV(B) | 345º | 0.49% | 0.6% | - |
| XYZ | 18.21 | 13.18 | 12.89 | - |
| YUV | 102.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 97 | 0 | 0.49 | 0.37 | 0.40 | 345 | 0.33 | 0.45 |
| Hex | 9A | 4E | 61 | 0 | 31 | 25 | 28 | 159 | 21 | 2D |
| Octal | 232 | 116 | 141 | 0 | 61 | 45 | 50 | 531 | 41 | 55 |
| Binary | 10011010 | 1001110 | 1100001 | 0 | 110001 | 100101 | 101000 | 101011001 | 100001 | 101101 |
Color Harmonies of #9A4E61
Complementary color
Monochromatic Colors of #9A4E61
Black with #9A4E61
Text Example
Text Example
White with #9A4E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4E61; }
p { color: rgb(154,78,97); }
H1.HeaderClassName
{
color: #9A4E61;
}
.AnyTagClassName
{
color: #9A4E61;
}
</style>
background-color css
<style>
a { background-color: #9A4E61; }
a { background-color: rgb(154,78,97); }
div.DivClassName
{
background-color: #9A4E61;
}
.BgClassName
{
background-color: #9A4E61;
}
</style>
border-color css
<style>
span { border-color: #9A4E61; }
span { border-color: rgb(154,78,97); }
td.TdClassName
{
border-color: #9A4E61;
}
.TagClassName
{
border-color: #9A4E61;
}
</style>