Shades of Cadillac #9F4A5E
Tints of Cadillac #9F4A5E
RGB
CMYK
RGB Variations
Color information
#9F4A5E (or 0x9F4A5E) is known color: Cadillac. HEX triplet: 9F, 4A and 5E. RGB value is (159,74,94). Sum of RGB (Red+Green+Blue) = 159+74+94=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4A5E is #60B5A1. Grayscale: #656565. Windows color (decimal): -6337954 or 6179487. OLE color: 6179487.
HSL color Cylindrical-coordinate representation of color #9F4A5E: hue angle of 345.88º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4A5E is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 74 | 94 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.38 |
| HSL | 345.88º | 0.36% | 0.46% | - |
| HSV(B) | 345.88º | 0.53% | 0.62% | - |
| XYZ | 18.77 | 13.08 | 12.12 | - |
| YUV | 101.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 74 | 94 | 0 | 0.53 | 0.41 | 0.38 | 345.88 | 0.36 | 0.46 |
| Hex | 9F | 4A | 5E | 0 | 35 | 29 | 26 | 15A | 24 | 2E |
| Octal | 237 | 112 | 136 | 0 | 65 | 51 | 46 | 532 | 44 | 56 |
| Binary | 10011111 | 1001010 | 1011110 | 0 | 110101 | 101001 | 100110 | 101011010 | 100100 | 101110 |
Color Harmonies of #9F4A5E
Complementary color
Monochromatic Colors of #9F4A5E
Black with #9F4A5E
Text Example
Text Example
White with #9F4A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4A5E; }
p { color: rgb(159,74,94); }
H1.HeaderClassName
{
color: #9F4A5E;
}
.AnyTagClassName
{
color: #9F4A5E;
}
</style>
background-color css
<style>
a { background-color: #9F4A5E; }
a { background-color: rgb(159,74,94); }
div.DivClassName
{
background-color: #9F4A5E;
}
.BgClassName
{
background-color: #9F4A5E;
}
</style>
border-color css
<style>
span { border-color: #9F4A5E; }
span { border-color: rgb(159,74,94); }
td.TdClassName
{
border-color: #9F4A5E;
}
.TagClassName
{
border-color: #9F4A5E;
}
</style>