Shades of Cadillac #9F4D64
Tints of Cadillac #9F4D64
RGB
CMYK
RGB Variations
Color information
#9F4D64 (or 0x9F4D64) is known color: Cadillac. HEX triplet: 9F, 4D and 64. RGB value is (159,77,100). Sum of RGB (Red+Green+Blue) = 159+77+100=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4D64 is #60B29B. Grayscale: #686868. Windows color (decimal): -6337180 or 6573471. OLE color: 6573471.
HSL color Cylindrical-coordinate representation of color #9F4D64: hue angle of 343.17º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F4D64 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 77 | 100 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.38 |
| HSL | 343.17º | 0.35% | 0.46% | - |
| HSV(B) | 343.17º | 0.52% | 0.62% | - |
| XYZ | 19.25 | 13.6 | 13.67 | - |
| YUV | 104.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 100 | 0 | 0.52 | 0.37 | 0.38 | 343.17 | 0.35 | 0.46 |
| Hex | 9F | 4D | 64 | 0 | 34 | 25 | 26 | 157 | 23 | 2E |
| Octal | 237 | 115 | 144 | 0 | 64 | 45 | 46 | 527 | 43 | 56 |
| Binary | 10011111 | 1001101 | 1100100 | 0 | 110100 | 100101 | 100110 | 101010111 | 100011 | 101110 |
Color Harmonies of #9F4D64
Complementary color
Monochromatic Colors of #9F4D64
Black with #9F4D64
Text Example
Text Example
White with #9F4D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4D64; }
p { color: rgb(159,77,100); }
H1.HeaderClassName
{
color: #9F4D64;
}
.AnyTagClassName
{
color: #9F4D64;
}
</style>
background-color css
<style>
a { background-color: #9F4D64; }
a { background-color: rgb(159,77,100); }
div.DivClassName
{
background-color: #9F4D64;
}
.BgClassName
{
background-color: #9F4D64;
}
</style>
border-color css
<style>
span { border-color: #9F4D64; }
span { border-color: rgb(159,77,100); }
td.TdClassName
{
border-color: #9F4D64;
}
.TagClassName
{
border-color: #9F4D64;
}
</style>