Shades of Cadillac #9A4A5E
Tints of Cadillac #9A4A5E
RGB
CMYK
RGB Variations
Color information
#9A4A5E (or 0x9A4A5E) is known color: Cadillac. HEX triplet: 9A, 4A and 5E. RGB value is (154,74,94). Sum of RGB (Red+Green+Blue) = 154+74+94=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4A5E is #65B5A1. Grayscale: #646464. Windows color (decimal): -6665634 or 6179482. OLE color: 6179482.
HSL color Cylindrical-coordinate representation of color #9A4A5E: hue angle of 345º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A4A5E is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 74 | 94 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.40 |
| HSL | 345º | 0.35% | 0.45% | - |
| HSV(B) | 345º | 0.52% | 0.6% | - |
| XYZ | 17.8 | 12.58 | 12.08 | - |
| YUV | 100.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 74 | 94 | 0 | 0.52 | 0.39 | 0.40 | 345 | 0.35 | 0.45 |
| Hex | 9A | 4A | 5E | 0 | 34 | 27 | 28 | 159 | 23 | 2D |
| Octal | 232 | 112 | 136 | 0 | 64 | 47 | 50 | 531 | 43 | 55 |
| Binary | 10011010 | 1001010 | 1011110 | 0 | 110100 | 100111 | 101000 | 101011001 | 100011 | 101101 |
Color Harmonies of #9A4A5E
Complementary color
Monochromatic Colors of #9A4A5E
Black with #9A4A5E
Text Example
Text Example
White with #9A4A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4A5E; }
p { color: rgb(154,74,94); }
H1.HeaderClassName
{
color: #9A4A5E;
}
.AnyTagClassName
{
color: #9A4A5E;
}
</style>
background-color css
<style>
a { background-color: #9A4A5E; }
a { background-color: rgb(154,74,94); }
div.DivClassName
{
background-color: #9A4A5E;
}
.BgClassName
{
background-color: #9A4A5E;
}
</style>
border-color css
<style>
span { border-color: #9A4A5E; }
span { border-color: rgb(154,74,94); }
td.TdClassName
{
border-color: #9A4A5E;
}
.TagClassName
{
border-color: #9A4A5E;
}
</style>