Shades of Cadillac #9F465E
Tints of Cadillac #9F465E
RGB
CMYK
RGB Variations
Color information
#9F465E (or 0x9F465E) is known color: Cadillac. HEX triplet: 9F, 46 and 5E. RGB value is (159,70,94). Sum of RGB (Red+Green+Blue) = 159+70+94=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F465E is #60B9A1. Grayscale: #636363. Windows color (decimal): -6338978 or 6178463. OLE color: 6178463.
HSL color Cylindrical-coordinate representation of color #9F465E: hue angle of 343.82º 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 #9F465E is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 94 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.38 |
| HSL | 343.82º | 0.39% | 0.45% | - |
| HSV(B) | 343.82º | 0.56% | 0.62% | - |
| XYZ | 18.51 | 12.56 | 12.04 | - |
| YUV | 99.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 94 | 0 | 0.56 | 0.41 | 0.38 | 343.82 | 0.39 | 0.45 |
| Hex | 9F | 46 | 5E | 0 | 38 | 29 | 26 | 158 | 27 | 2D |
| Octal | 237 | 106 | 136 | 0 | 70 | 51 | 46 | 530 | 47 | 55 |
| Binary | 10011111 | 1000110 | 1011110 | 0 | 111000 | 101001 | 100110 | 101011000 | 100111 | 101101 |
Color Harmonies of #9F465E
Complementary color
Monochromatic Colors of #9F465E
Black with #9F465E
Text Example
Text Example
White with #9F465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F465E; }
p { color: rgb(159,70,94); }
H1.HeaderClassName
{
color: #9F465E;
}
.AnyTagClassName
{
color: #9F465E;
}
</style>
background-color css
<style>
a { background-color: #9F465E; }
a { background-color: rgb(159,70,94); }
div.DivClassName
{
background-color: #9F465E;
}
.BgClassName
{
background-color: #9F465E;
}
</style>
border-color css
<style>
span { border-color: #9F465E; }
span { border-color: rgb(159,70,94); }
td.TdClassName
{
border-color: #9F465E;
}
.TagClassName
{
border-color: #9F465E;
}
</style>