Shades of Cadillac #9F4666
Tints of Cadillac #9F4666
RGB
CMYK
RGB Variations
Color information
#9F4666 (or 0x9F4666) is known color: Cadillac. HEX triplet: 9F, 46 and 66. RGB value is (159,70,102). Sum of RGB (Red+Green+Blue) = 159+70+102=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4666 is #60B999. Grayscale: #646464. Windows color (decimal): -6338970 or 6702751. OLE color: 6702751.
HSL color Cylindrical-coordinate representation of color #9F4666: hue angle of 338.43º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F4666 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 102 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.38 |
| HSL | 338.43º | 0.39% | 0.45% | - |
| HSV(B) | 338.43º | 0.56% | 0.62% | - |
| XYZ | 18.89 | 12.71 | 14.03 | - |
| YUV | 100.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 102 | 0 | 0.56 | 0.36 | 0.38 | 338.43 | 0.39 | 0.45 |
| Hex | 9F | 46 | 66 | 0 | 38 | 24 | 26 | 152 | 27 | 2D |
| Octal | 237 | 106 | 146 | 0 | 70 | 44 | 46 | 522 | 47 | 55 |
| Binary | 10011111 | 1000110 | 1100110 | 0 | 111000 | 100100 | 100110 | 101010010 | 100111 | 101101 |
Color Harmonies of #9F4666
Complementary color
Monochromatic Colors of #9F4666
Black with #9F4666
Text Example
Text Example
White with #9F4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4666; }
p { color: rgb(159,70,102); }
H1.HeaderClassName
{
color: #9F4666;
}
.AnyTagClassName
{
color: #9F4666;
}
</style>
background-color css
<style>
a { background-color: #9F4666; }
a { background-color: rgb(159,70,102); }
div.DivClassName
{
background-color: #9F4666;
}
.BgClassName
{
background-color: #9F4666;
}
</style>
border-color css
<style>
span { border-color: #9F4666; }
span { border-color: rgb(159,70,102); }
td.TdClassName
{
border-color: #9F4666;
}
.TagClassName
{
border-color: #9F4666;
}
</style>