Shades of Cadillac #9F4B61
Tints of Cadillac #9F4B61
RGB
CMYK
RGB Variations
Color information
#9F4B61 (or 0x9F4B61) is known color: Cadillac. HEX triplet: 9F, 4B and 61. RGB value is (159,75,97). Sum of RGB (Red+Green+Blue) = 159+75+97=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4B61 is #60B49E. Grayscale: #666666. Windows color (decimal): -6337695 or 6376351. OLE color: 6376351.
HSL color Cylindrical-coordinate representation of color #9F4B61: hue angle of 344.29º 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 #9F4B61 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 75 | 97 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.38 |
| HSL | 344.29º | 0.36% | 0.46% | - |
| HSV(B) | 344.29º | 0.53% | 0.62% | - |
| XYZ | 18.97 | 13.27 | 12.87 | - |
| YUV | 102.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 97 | 0 | 0.53 | 0.39 | 0.38 | 344.29 | 0.36 | 0.46 |
| Hex | 9F | 4B | 61 | 0 | 35 | 27 | 26 | 158 | 24 | 2E |
| Octal | 237 | 113 | 141 | 0 | 65 | 47 | 46 | 530 | 44 | 56 |
| Binary | 10011111 | 1001011 | 1100001 | 0 | 110101 | 100111 | 100110 | 101011000 | 100100 | 101110 |
Color Harmonies of #9F4B61
Complementary color
Monochromatic Colors of #9F4B61
Black with #9F4B61
Text Example
Text Example
White with #9F4B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4B61; }
p { color: rgb(159,75,97); }
H1.HeaderClassName
{
color: #9F4B61;
}
.AnyTagClassName
{
color: #9F4B61;
}
</style>
background-color css
<style>
a { background-color: #9F4B61; }
a { background-color: rgb(159,75,97); }
div.DivClassName
{
background-color: #9F4B61;
}
.BgClassName
{
background-color: #9F4B61;
}
</style>
border-color css
<style>
span { border-color: #9F4B61; }
span { border-color: rgb(159,75,97); }
td.TdClassName
{
border-color: #9F4B61;
}
.TagClassName
{
border-color: #9F4B61;
}
</style>