Shades of Cadillac #98495E
Tints of Cadillac #98495E
RGB
CMYK
RGB Variations
Color information
#98495E (or 0x98495E) is known color: Cadillac. HEX triplet: 98, 49 and 5E. RGB value is (152,73,94). Sum of RGB (Red+Green+Blue) = 152+73+94=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #98495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98495E is #67B6A1. Grayscale: #636363. Windows color (decimal): -6796962 or 6179224. OLE color: 6179224.
HSL color Cylindrical-coordinate representation of color #98495E: hue angle of 344.05º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98495E is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 94 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.40 |
| HSL | 344.05º | 0.35% | 0.44% | - |
| HSV(B) | 344.05º | 0.52% | 0.6% | - |
| XYZ | 17.35 | 12.25 | 12.04 | - |
| YUV | 99.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 94 | 0 | 0.52 | 0.38 | 0.40 | 344.05 | 0.35 | 0.44 |
| Hex | 98 | 49 | 5E | 0 | 34 | 26 | 28 | 158 | 23 | 2C |
| Octal | 230 | 111 | 136 | 0 | 64 | 46 | 50 | 530 | 43 | 54 |
| Binary | 10011000 | 1001001 | 1011110 | 0 | 110100 | 100110 | 101000 | 101011000 | 100011 | 101100 |
Color Harmonies of #98495E
Complementary color
Monochromatic Colors of #98495E
Black with #98495E
Text Example
Text Example
White with #98495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98495E; }
p { color: rgb(152,73,94); }
H1.HeaderClassName
{
color: #98495E;
}
.AnyTagClassName
{
color: #98495E;
}
</style>
background-color css
<style>
a { background-color: #98495E; }
a { background-color: rgb(152,73,94); }
div.DivClassName
{
background-color: #98495E;
}
.BgClassName
{
background-color: #98495E;
}
</style>
border-color css
<style>
span { border-color: #98495E; }
span { border-color: rgb(152,73,94); }
td.TdClassName
{
border-color: #98495E;
}
.TagClassName
{
border-color: #98495E;
}
</style>