Shades of Cadillac #984857
Tints of Cadillac #984857
RGB
CMYK
RGB Variations
Color information
#984857 (or 0x984857) is known color: Cadillac. HEX triplet: 98, 48 and 57. RGB value is (152,72,87). Sum of RGB (Red+Green+Blue) = 152+72+87=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #984857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984857 is #67B7A8. Grayscale: #616161. Windows color (decimal): -6797225 or 5720216. OLE color: 5720216.
HSL color Cylindrical-coordinate representation of color #984857: hue angle of 348.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984857 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 87 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.40 |
| HSL | 348.75º | 0.36% | 0.44% | - |
| HSV(B) | 348.75º | 0.53% | 0.6% | - |
| XYZ | 16.99 | 12 | 10.44 | - |
| YUV | 97.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 87 | 0 | 0.53 | 0.43 | 0.40 | 348.75 | 0.36 | 0.44 |
| Hex | 98 | 48 | 57 | 0 | 35 | 2B | 28 | 15D | 24 | 2C |
| Octal | 230 | 110 | 127 | 0 | 65 | 53 | 50 | 535 | 44 | 54 |
| Binary | 10011000 | 1001000 | 1010111 | 0 | 110101 | 101011 | 101000 | 101011101 | 100100 | 101100 |
Color Harmonies of #984857
Complementary color
Monochromatic Colors of #984857
Black with #984857
Text Example
Text Example
White with #984857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984857; }
p { color: rgb(152,72,87); }
H1.HeaderClassName
{
color: #984857;
}
.AnyTagClassName
{
color: #984857;
}
</style>
background-color css
<style>
a { background-color: #984857; }
a { background-color: rgb(152,72,87); }
div.DivClassName
{
background-color: #984857;
}
.BgClassName
{
background-color: #984857;
}
</style>
border-color css
<style>
span { border-color: #984857; }
span { border-color: rgb(152,72,87); }
td.TdClassName
{
border-color: #984857;
}
.TagClassName
{
border-color: #984857;
}
</style>