Shades of Cadillac #9F4E5F
Tints of Cadillac #9F4E5F
RGB
CMYK
RGB Variations
Color information
#9F4E5F (or 0x9F4E5F) is known color: Cadillac. HEX triplet: 9F, 4E and 5F. RGB value is (159,78,95). Sum of RGB (Red+Green+Blue) = 159+78+95=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E5F is #60B1A0. Grayscale: #686868. Windows color (decimal): -6336929 or 6246047. OLE color: 6246047.
HSL color Cylindrical-coordinate representation of color #9F4E5F: hue angle of 347.41º 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 #9F4E5F is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 95 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.38 |
| HSL | 347.41º | 0.34% | 0.46% | - |
| HSV(B) | 347.41º | 0.51% | 0.62% | - |
| XYZ | 19.09 | 13.65 | 12.45 | - |
| YUV | 104.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 95 | 0 | 0.51 | 0.40 | 0.38 | 347.41 | 0.34 | 0.46 |
| Hex | 9F | 4E | 5F | 0 | 33 | 28 | 26 | 15B | 22 | 2E |
| Octal | 237 | 116 | 137 | 0 | 63 | 50 | 46 | 533 | 42 | 56 |
| Binary | 10011111 | 1001110 | 1011111 | 0 | 110011 | 101000 | 100110 | 101011011 | 100010 | 101110 |
Color Harmonies of #9F4E5F
Complementary color
Monochromatic Colors of #9F4E5F
Black with #9F4E5F
Text Example
Text Example
White with #9F4E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E5F; }
p { color: rgb(159,78,95); }
H1.HeaderClassName
{
color: #9F4E5F;
}
.AnyTagClassName
{
color: #9F4E5F;
}
</style>
background-color css
<style>
a { background-color: #9F4E5F; }
a { background-color: rgb(159,78,95); }
div.DivClassName
{
background-color: #9F4E5F;
}
.BgClassName
{
background-color: #9F4E5F;
}
</style>
border-color css
<style>
span { border-color: #9F4E5F; }
span { border-color: rgb(159,78,95); }
td.TdClassName
{
border-color: #9F4E5F;
}
.TagClassName
{
border-color: #9F4E5F;
}
</style>