Shades of Cadillac #9A4E5D
Tints of Cadillac #9A4E5D
RGB
CMYK
RGB Variations
Color information
#9A4E5D (or 0x9A4E5D) is known color: Cadillac. HEX triplet: 9A, 4E and 5D. RGB value is (154,78,93). Sum of RGB (Red+Green+Blue) = 154+78+93=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4E5D is #65B1A2. Grayscale: #666666. Windows color (decimal): -6664611 or 6114970. OLE color: 6114970.
HSL color Cylindrical-coordinate representation of color #9A4E5D: hue angle of 348.16º 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 #9A4E5D is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 78 | 93 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.40 |
| HSL | 348.16º | 0.33% | 0.45% | - |
| HSV(B) | 348.16º | 0.49% | 0.6% | - |
| XYZ | 18.03 | 13.11 | 11.94 | - |
| YUV | 102.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 93 | 0 | 0.49 | 0.40 | 0.40 | 348.16 | 0.33 | 0.45 |
| Hex | 9A | 4E | 5D | 0 | 31 | 28 | 28 | 15C | 21 | 2D |
| Octal | 232 | 116 | 135 | 0 | 61 | 50 | 50 | 534 | 41 | 55 |
| Binary | 10011010 | 1001110 | 1011101 | 0 | 110001 | 101000 | 101000 | 101011100 | 100001 | 101101 |
Color Harmonies of #9A4E5D
Complementary color
Monochromatic Colors of #9A4E5D
Black with #9A4E5D
Text Example
Text Example
White with #9A4E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4E5D; }
p { color: rgb(154,78,93); }
H1.HeaderClassName
{
color: #9A4E5D;
}
.AnyTagClassName
{
color: #9A4E5D;
}
</style>
background-color css
<style>
a { background-color: #9A4E5D; }
a { background-color: rgb(154,78,93); }
div.DivClassName
{
background-color: #9A4E5D;
}
.BgClassName
{
background-color: #9A4E5D;
}
</style>
border-color css
<style>
span { border-color: #9A4E5D; }
span { border-color: rgb(154,78,93); }
td.TdClassName
{
border-color: #9A4E5D;
}
.TagClassName
{
border-color: #9A4E5D;
}
</style>