Shades of Cadillac #9F4769
Tints of Cadillac #9F4769
RGB
CMYK
RGB Variations
Color information
#9F4769 (or 0x9F4769) is known color: Cadillac. HEX triplet: 9F, 47 and 69. RGB value is (159,71,105). Sum of RGB (Red+Green+Blue) = 159+71+105=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4769 is #60B896. Grayscale: #656565. Windows color (decimal): -6338711 or 6899615. OLE color: 6899615.
HSL color Cylindrical-coordinate representation of color #9F4769: hue angle of 336.82º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F4769 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 105 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.38 |
| HSL | 336.82º | 0.38% | 0.45% | - |
| HSV(B) | 336.82º | 0.55% | 0.62% | - |
| XYZ | 19.1 | 12.9 | 14.85 | - |
| YUV | 101.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 105 | 0 | 0.55 | 0.34 | 0.38 | 336.82 | 0.38 | 0.45 |
| Hex | 9F | 47 | 69 | 0 | 37 | 22 | 26 | 151 | 26 | 2D |
| Octal | 237 | 107 | 151 | 0 | 67 | 42 | 46 | 521 | 46 | 55 |
| Binary | 10011111 | 1000111 | 1101001 | 0 | 110111 | 100010 | 100110 | 101010001 | 100110 | 101101 |
Color Harmonies of #9F4769
Complementary color
Monochromatic Colors of #9F4769
Black with #9F4769
Text Example
Text Example
White with #9F4769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4769; }
p { color: rgb(159,71,105); }
H1.HeaderClassName
{
color: #9F4769;
}
.AnyTagClassName
{
color: #9F4769;
}
</style>
background-color css
<style>
a { background-color: #9F4769; }
a { background-color: rgb(159,71,105); }
div.DivClassName
{
background-color: #9F4769;
}
.BgClassName
{
background-color: #9F4769;
}
</style>
border-color css
<style>
span { border-color: #9F4769; }
span { border-color: rgb(159,71,105); }
td.TdClassName
{
border-color: #9F4769;
}
.TagClassName
{
border-color: #9F4769;
}
</style>