Shades of Cadillac #984658
Tints of Cadillac #984658
RGB
CMYK
RGB Variations
Color information
#984658 (or 0x984658) is known color: Cadillac. HEX triplet: 98, 46 and 58. RGB value is (152,70,88). Sum of RGB (Red+Green+Blue) = 152+70+88=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #984658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984658 is #67B9A7. Grayscale: #606060. Windows color (decimal): -6797736 or 5785240. OLE color: 5785240.
HSL color Cylindrical-coordinate representation of color #984658: hue angle of 346.83º 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 #984658 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 88 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.40 |
| HSL | 346.83º | 0.37% | 0.44% | - |
| HSV(B) | 346.83º | 0.54% | 0.6% | - |
| XYZ | 16.9 | 11.76 | 10.61 | - |
| YUV | 96.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 88 | 0 | 0.54 | 0.42 | 0.40 | 346.83 | 0.37 | 0.44 |
| Hex | 98 | 46 | 58 | 0 | 36 | 2A | 28 | 15B | 25 | 2C |
| Octal | 230 | 106 | 130 | 0 | 66 | 52 | 50 | 533 | 45 | 54 |
| Binary | 10011000 | 1000110 | 1011000 | 0 | 110110 | 101010 | 101000 | 101011011 | 100101 | 101100 |
Color Harmonies of #984658
Complementary color
Monochromatic Colors of #984658
Black with #984658
Text Example
Text Example
White with #984658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984658; }
p { color: rgb(152,70,88); }
H1.HeaderClassName
{
color: #984658;
}
.AnyTagClassName
{
color: #984658;
}
</style>
background-color css
<style>
a { background-color: #984658; }
a { background-color: rgb(152,70,88); }
div.DivClassName
{
background-color: #984658;
}
.BgClassName
{
background-color: #984658;
}
</style>
border-color css
<style>
span { border-color: #984658; }
span { border-color: rgb(152,70,88); }
td.TdClassName
{
border-color: #984658;
}
.TagClassName
{
border-color: #984658;
}
</style>