Shades of Cadillac #9F4D69
Tints of Cadillac #9F4D69
RGB
CMYK
RGB Variations
Color information
#9F4D69 (or 0x9F4D69) is known color: Cadillac. HEX triplet: 9F, 4D and 69. RGB value is (159,77,105). Sum of RGB (Red+Green+Blue) = 159+77+105=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4D69 is #60B296. Grayscale: #686868. Windows color (decimal): -6337175 or 6901151. OLE color: 6901151.
HSL color Cylindrical-coordinate representation of color #9F4D69: hue angle of 339.51º 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 #9F4D69 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 77 | 105 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.38 |
| HSL | 339.51º | 0.35% | 0.46% | - |
| HSV(B) | 339.51º | 0.52% | 0.62% | - |
| XYZ | 19.5 | 13.7 | 14.98 | - |
| YUV | 104.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 105 | 0 | 0.52 | 0.34 | 0.38 | 339.51 | 0.35 | 0.46 |
| Hex | 9F | 4D | 69 | 0 | 34 | 22 | 26 | 154 | 23 | 2E |
| Octal | 237 | 115 | 151 | 0 | 64 | 42 | 46 | 524 | 43 | 56 |
| Binary | 10011111 | 1001101 | 1101001 | 0 | 110100 | 100010 | 100110 | 101010100 | 100011 | 101110 |
Color Harmonies of #9F4D69
Complementary color
Monochromatic Colors of #9F4D69
Black with #9F4D69
Text Example
Text Example
White with #9F4D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4D69; }
p { color: rgb(159,77,105); }
H1.HeaderClassName
{
color: #9F4D69;
}
.AnyTagClassName
{
color: #9F4D69;
}
</style>
background-color css
<style>
a { background-color: #9F4D69; }
a { background-color: rgb(159,77,105); }
div.DivClassName
{
background-color: #9F4D69;
}
.BgClassName
{
background-color: #9F4D69;
}
</style>
border-color css
<style>
span { border-color: #9F4D69; }
span { border-color: rgb(159,77,105); }
td.TdClassName
{
border-color: #9F4D69;
}
.TagClassName
{
border-color: #9F4D69;
}
</style>