Shades of Cadillac #9F4E70
Tints of Cadillac #9F4E70
RGB
CMYK
RGB Variations
Color information
#9F4E70 (or 0x9F4E70) is known color: Cadillac. HEX triplet: 9F, 4E and 70. RGB value is (159,78,112). Sum of RGB (Red+Green+Blue) = 159+78+112=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E70 is #60B18F. Grayscale: #6A6A6A. Windows color (decimal): -6336912 or 7360159. OLE color: 7360159.
HSL color Cylindrical-coordinate representation of color #9F4E70: hue angle of 334.81º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F4E70 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 112 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.38 |
| HSL | 334.81º | 0.34% | 0.46% | - |
| HSV(B) | 334.81º | 0.51% | 0.62% | - |
| XYZ | 19.95 | 13.99 | 16.98 | - |
| YUV | 106.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 112 | 0 | 0.51 | 0.30 | 0.38 | 334.81 | 0.34 | 0.46 |
| Hex | 9F | 4E | 70 | 0 | 33 | 1E | 26 | 14F | 22 | 2E |
| Octal | 237 | 116 | 160 | 0 | 63 | 36 | 46 | 517 | 42 | 56 |
| Binary | 10011111 | 1001110 | 1110000 | 0 | 110011 | 11110 | 100110 | 101001111 | 100010 | 101110 |
Color Harmonies of #9F4E70
Complementary color
Monochromatic Colors of #9F4E70
Black with #9F4E70
Text Example
Text Example
White with #9F4E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E70; }
p { color: rgb(159,78,112); }
H1.HeaderClassName
{
color: #9F4E70;
}
.AnyTagClassName
{
color: #9F4E70;
}
</style>
background-color css
<style>
a { background-color: #9F4E70; }
a { background-color: rgb(159,78,112); }
div.DivClassName
{
background-color: #9F4E70;
}
.BgClassName
{
background-color: #9F4E70;
}
</style>
border-color css
<style>
span { border-color: #9F4E70; }
span { border-color: rgb(159,78,112); }
td.TdClassName
{
border-color: #9F4E70;
}
.TagClassName
{
border-color: #9F4E70;
}
</style>