Shades of Cadillac #984962
Tints of Cadillac #984962
RGB
CMYK
RGB Variations
Color information
#984962 (or 0x984962) is known color: Cadillac. HEX triplet: 98, 49 and 62. RGB value is (152,73,98). Sum of RGB (Red+Green+Blue) = 152+73+98=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #984962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984962 is #67B69D. Grayscale: #636363. Windows color (decimal): -6796958 or 6441368. OLE color: 6441368.
HSL color Cylindrical-coordinate representation of color #984962: hue angle of 341.01º 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 #984962 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 98 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.40 |
| HSL | 341.01º | 0.35% | 0.44% | - |
| HSV(B) | 341.01º | 0.52% | 0.6% | - |
| XYZ | 17.54 | 12.32 | 13.01 | - |
| YUV | 99.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 98 | 0 | 0.52 | 0.36 | 0.40 | 341.01 | 0.35 | 0.44 |
| Hex | 98 | 49 | 62 | 0 | 34 | 24 | 28 | 155 | 23 | 2C |
| Octal | 230 | 111 | 142 | 0 | 64 | 44 | 50 | 525 | 43 | 54 |
| Binary | 10011000 | 1001001 | 1100010 | 0 | 110100 | 100100 | 101000 | 101010101 | 100011 | 101100 |
Color Harmonies of #984962
Complementary color
Monochromatic Colors of #984962
Black with #984962
Text Example
Text Example
White with #984962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984962; }
p { color: rgb(152,73,98); }
H1.HeaderClassName
{
color: #984962;
}
.AnyTagClassName
{
color: #984962;
}
</style>
background-color css
<style>
a { background-color: #984962; }
a { background-color: rgb(152,73,98); }
div.DivClassName
{
background-color: #984962;
}
.BgClassName
{
background-color: #984962;
}
</style>
border-color css
<style>
span { border-color: #984962; }
span { border-color: rgb(152,73,98); }
td.TdClassName
{
border-color: #984962;
}
.TagClassName
{
border-color: #984962;
}
</style>