Shades of Cadillac #9F415F
Tints of Cadillac #9F415F
RGB
CMYK
RGB Variations
Color information
#9F415F (or 0x9F415F) is known color: Cadillac. HEX triplet: 9F, 41 and 5F. RGB value is (159,65,95). Sum of RGB (Red+Green+Blue) = 159+65+95=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F415F is #60BEA0. Grayscale: #606060. Windows color (decimal): -6340257 or 6242719. OLE color: 6242719.
HSL color Cylindrical-coordinate representation of color #9F415F: hue angle of 340.85º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F415F is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 95 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.38 |
| HSL | 340.85º | 0.42% | 0.44% | - |
| HSV(B) | 340.85º | 0.59% | 0.62% | - |
| XYZ | 18.25 | 11.98 | 12.18 | - |
| YUV | 96.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 95 | 0 | 0.59 | 0.40 | 0.38 | 340.85 | 0.42 | 0.44 |
| Hex | 9F | 41 | 5F | 0 | 3B | 28 | 26 | 155 | 2A | 2C |
| Octal | 237 | 101 | 137 | 0 | 73 | 50 | 46 | 525 | 52 | 54 |
| Binary | 10011111 | 1000001 | 1011111 | 0 | 111011 | 101000 | 100110 | 101010101 | 101010 | 101100 |
Color Harmonies of #9F415F
Complementary color
Monochromatic Colors of #9F415F
Black with #9F415F
Text Example
Text Example
White with #9F415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F415F; }
p { color: rgb(159,65,95); }
H1.HeaderClassName
{
color: #9F415F;
}
.AnyTagClassName
{
color: #9F415F;
}
</style>
background-color css
<style>
a { background-color: #9F415F; }
a { background-color: rgb(159,65,95); }
div.DivClassName
{
background-color: #9F415F;
}
.BgClassName
{
background-color: #9F415F;
}
</style>
border-color css
<style>
span { border-color: #9F415F; }
span { border-color: rgb(159,65,95); }
td.TdClassName
{
border-color: #9F415F;
}
.TagClassName
{
border-color: #9F415F;
}
</style>