Shades of Cadillac #9F4A6C
Tints of Cadillac #9F4A6C
RGB
CMYK
RGB Variations
Color information
#9F4A6C (or 0x9F4A6C) is known color: Cadillac. HEX triplet: 9F, 4A and 6C. RGB value is (159,74,108). Sum of RGB (Red+Green+Blue) = 159+74+108=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4A6C is #60B593. Grayscale: #676767. Windows color (decimal): -6337940 or 7096991. OLE color: 7096991.
HSL color Cylindrical-coordinate representation of color #9F4A6C: hue angle of 336º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4A6C is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 74 | 108 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.38 |
| HSL | 336º | 0.36% | 0.46% | - |
| HSV(B) | 336º | 0.53% | 0.62% | - |
| XYZ | 19.45 | 13.35 | 15.74 | - |
| YUV | 103.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 74 | 108 | 0 | 0.53 | 0.32 | 0.38 | 336 | 0.36 | 0.46 |
| Hex | 9F | 4A | 6C | 0 | 35 | 20 | 26 | 150 | 24 | 2E |
| Octal | 237 | 112 | 154 | 0 | 65 | 40 | 46 | 520 | 44 | 56 |
| Binary | 10011111 | 1001010 | 1101100 | 0 | 110101 | 100000 | 100110 | 101010000 | 100100 | 101110 |
Color Harmonies of #9F4A6C
Complementary color
Monochromatic Colors of #9F4A6C
Black with #9F4A6C
Text Example
Text Example
White with #9F4A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4A6C; }
p { color: rgb(159,74,108); }
H1.HeaderClassName
{
color: #9F4A6C;
}
.AnyTagClassName
{
color: #9F4A6C;
}
</style>
background-color css
<style>
a { background-color: #9F4A6C; }
a { background-color: rgb(159,74,108); }
div.DivClassName
{
background-color: #9F4A6C;
}
.BgClassName
{
background-color: #9F4A6C;
}
</style>
border-color css
<style>
span { border-color: #9F4A6C; }
span { border-color: rgb(159,74,108); }
td.TdClassName
{
border-color: #9F4A6C;
}
.TagClassName
{
border-color: #9F4A6C;
}
</style>