Shades of Cadillac #9F4B5E
Tints of Cadillac #9F4B5E
RGB
CMYK
RGB Variations
Color information
#9F4B5E (or 0x9F4B5E) is known color: Cadillac. HEX triplet: 9F, 4B and 5E. RGB value is (159,75,94). Sum of RGB (Red+Green+Blue) = 159+75+94=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4B5E is #60B4A1. Grayscale: #666666. Windows color (decimal): -6337698 or 6179743. OLE color: 6179743.
HSL color Cylindrical-coordinate representation of color #9F4B5E: hue angle of 346.43º 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 #9F4B5E is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 75 | 94 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.38 |
| HSL | 346.43º | 0.36% | 0.46% | - |
| HSV(B) | 346.43º | 0.53% | 0.62% | - |
| XYZ | 18.83 | 13.21 | 12.15 | - |
| YUV | 102.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 94 | 0 | 0.53 | 0.41 | 0.38 | 346.43 | 0.36 | 0.46 |
| Hex | 9F | 4B | 5E | 0 | 35 | 29 | 26 | 15A | 24 | 2E |
| Octal | 237 | 113 | 136 | 0 | 65 | 51 | 46 | 532 | 44 | 56 |
| Binary | 10011111 | 1001011 | 1011110 | 0 | 110101 | 101001 | 100110 | 101011010 | 100100 | 101110 |
Color Harmonies of #9F4B5E
Complementary color
Monochromatic Colors of #9F4B5E
Black with #9F4B5E
Text Example
Text Example
White with #9F4B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4B5E; }
p { color: rgb(159,75,94); }
H1.HeaderClassName
{
color: #9F4B5E;
}
.AnyTagClassName
{
color: #9F4B5E;
}
</style>
background-color css
<style>
a { background-color: #9F4B5E; }
a { background-color: rgb(159,75,94); }
div.DivClassName
{
background-color: #9F4B5E;
}
.BgClassName
{
background-color: #9F4B5E;
}
</style>
border-color css
<style>
span { border-color: #9F4B5E; }
span { border-color: rgb(159,75,94); }
td.TdClassName
{
border-color: #9F4B5E;
}
.TagClassName
{
border-color: #9F4B5E;
}
</style>