Shades of Cadillac #9F495C
Tints of Cadillac #9F495C
RGB
CMYK
RGB Variations
Color information
#9F495C (or 0x9F495C) is known color: Cadillac. HEX triplet: 9F, 49 and 5C. RGB value is (159,73,92). Sum of RGB (Red+Green+Blue) = 159+73+92=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F495C is #60B6A3. Grayscale: #646464. Windows color (decimal): -6338212 or 6048159. OLE color: 6048159.
HSL color Cylindrical-coordinate representation of color #9F495C: hue angle of 346.74º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F495C is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 92 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.38 |
| HSL | 346.74º | 0.37% | 0.45% | - |
| HSV(B) | 346.74º | 0.54% | 0.62% | - |
| XYZ | 18.61 | 12.91 | 11.64 | - |
| YUV | 100.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 92 | 0 | 0.54 | 0.42 | 0.38 | 346.74 | 0.37 | 0.45 |
| Hex | 9F | 49 | 5C | 0 | 36 | 2A | 26 | 15B | 25 | 2D |
| Octal | 237 | 111 | 134 | 0 | 66 | 52 | 46 | 533 | 45 | 55 |
| Binary | 10011111 | 1001001 | 1011100 | 0 | 110110 | 101010 | 100110 | 101011011 | 100101 | 101101 |
Color Harmonies of #9F495C
Complementary color
Monochromatic Colors of #9F495C
Black with #9F495C
Text Example
Text Example
White with #9F495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F495C; }
p { color: rgb(159,73,92); }
H1.HeaderClassName
{
color: #9F495C;
}
.AnyTagClassName
{
color: #9F495C;
}
</style>
background-color css
<style>
a { background-color: #9F495C; }
a { background-color: rgb(159,73,92); }
div.DivClassName
{
background-color: #9F495C;
}
.BgClassName
{
background-color: #9F495C;
}
</style>
border-color css
<style>
span { border-color: #9F495C; }
span { border-color: rgb(159,73,92); }
td.TdClassName
{
border-color: #9F495C;
}
.TagClassName
{
border-color: #9F495C;
}
</style>