Shades of Cadillac #984659
Tints of Cadillac #984659
RGB
CMYK
RGB Variations
Color information
#984659 (or 0x984659) is known color: Cadillac. HEX triplet: 98, 46 and 59. RGB value is (152,70,89). Sum of RGB (Red+Green+Blue) = 152+70+89=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #984659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984659 is #67B9A6. Grayscale: #606060. Windows color (decimal): -6797735 or 5850776. OLE color: 5850776.
HSL color Cylindrical-coordinate representation of color #984659: hue angle of 346.1º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #984659 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 89 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.40 |
| HSL | 346.1º | 0.37% | 0.44% | - |
| HSV(B) | 346.1º | 0.54% | 0.6% | - |
| XYZ | 16.94 | 11.78 | 10.83 | - |
| YUV | 96.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 89 | 0 | 0.54 | 0.41 | 0.40 | 346.1 | 0.37 | 0.44 |
| Hex | 98 | 46 | 59 | 0 | 36 | 29 | 28 | 15A | 25 | 2C |
| Octal | 230 | 106 | 131 | 0 | 66 | 51 | 50 | 532 | 45 | 54 |
| Binary | 10011000 | 1000110 | 1011001 | 0 | 110110 | 101001 | 101000 | 101011010 | 100101 | 101100 |
Color Harmonies of #984659
Complementary color
Monochromatic Colors of #984659
Black with #984659
Text Example
Text Example
White with #984659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984659; }
p { color: rgb(152,70,89); }
H1.HeaderClassName
{
color: #984659;
}
.AnyTagClassName
{
color: #984659;
}
</style>
background-color css
<style>
a { background-color: #984659; }
a { background-color: rgb(152,70,89); }
div.DivClassName
{
background-color: #984659;
}
.BgClassName
{
background-color: #984659;
}
</style>
border-color css
<style>
span { border-color: #984659; }
span { border-color: rgb(152,70,89); }
td.TdClassName
{
border-color: #984659;
}
.TagClassName
{
border-color: #984659;
}
</style>