Shades of Cadillac #9A4D5D
Tints of Cadillac #9A4D5D
RGB
CMYK
RGB Variations
Color information
#9A4D5D (or 0x9A4D5D) is known color: Cadillac. HEX triplet: 9A, 4D and 5D. RGB value is (154,77,93). Sum of RGB (Red+Green+Blue) = 154+77+93=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4D5D is #65B2A2. Grayscale: #656565. Windows color (decimal): -6664867 or 6114714. OLE color: 6114714.
HSL color Cylindrical-coordinate representation of color #9A4D5D: hue angle of 347.53º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A4D5D is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 77 | 93 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.40 |
| HSL | 347.53º | 0.33% | 0.45% | - |
| HSV(B) | 347.53º | 0.5% | 0.6% | - |
| XYZ | 17.96 | 12.97 | 11.91 | - |
| YUV | 101.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 93 | 0 | 0.50 | 0.40 | 0.40 | 347.53 | 0.33 | 0.45 |
| Hex | 9A | 4D | 5D | 0 | 32 | 28 | 28 | 15C | 21 | 2D |
| Octal | 232 | 115 | 135 | 0 | 62 | 50 | 50 | 534 | 41 | 55 |
| Binary | 10011010 | 1001101 | 1011101 | 0 | 110010 | 101000 | 101000 | 101011100 | 100001 | 101101 |
Color Harmonies of #9A4D5D
Complementary color
Monochromatic Colors of #9A4D5D
Black with #9A4D5D
Text Example
Text Example
White with #9A4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4D5D; }
p { color: rgb(154,77,93); }
H1.HeaderClassName
{
color: #9A4D5D;
}
.AnyTagClassName
{
color: #9A4D5D;
}
</style>
background-color css
<style>
a { background-color: #9A4D5D; }
a { background-color: rgb(154,77,93); }
div.DivClassName
{
background-color: #9A4D5D;
}
.BgClassName
{
background-color: #9A4D5D;
}
</style>
border-color css
<style>
span { border-color: #9A4D5D; }
span { border-color: rgb(154,77,93); }
td.TdClassName
{
border-color: #9A4D5D;
}
.TagClassName
{
border-color: #9A4D5D;
}
</style>