Shades of Cadillac #984D5E
Tints of Cadillac #984D5E
RGB
CMYK
RGB Variations
Color information
#984D5E (or 0x984D5E) is known color: Cadillac. HEX triplet: 98, 4D and 5E. RGB value is (152,77,94). Sum of RGB (Red+Green+Blue) = 152+77+94=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #984D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D5E is #67B2A1. Grayscale: #656565. Windows color (decimal): -6795938 or 6180248. OLE color: 6180248.
HSL color Cylindrical-coordinate representation of color #984D5E: hue angle of 346.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984D5E is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 77 | 94 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.40 |
| HSL | 346.4º | 0.33% | 0.45% | - |
| HSV(B) | 346.4º | 0.49% | 0.6% | - |
| XYZ | 17.62 | 12.79 | 12.13 | - |
| YUV | 101.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 94 | 0 | 0.49 | 0.38 | 0.40 | 346.4 | 0.33 | 0.45 |
| Hex | 98 | 4D | 5E | 0 | 31 | 26 | 28 | 15A | 21 | 2D |
| Octal | 230 | 115 | 136 | 0 | 61 | 46 | 50 | 532 | 41 | 55 |
| Binary | 10011000 | 1001101 | 1011110 | 0 | 110001 | 100110 | 101000 | 101011010 | 100001 | 101101 |
Color Harmonies of #984D5E
Complementary color
Monochromatic Colors of #984D5E
Black with #984D5E
Text Example
Text Example
White with #984D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984D5E; }
p { color: rgb(152,77,94); }
H1.HeaderClassName
{
color: #984D5E;
}
.AnyTagClassName
{
color: #984D5E;
}
</style>
background-color css
<style>
a { background-color: #984D5E; }
a { background-color: rgb(152,77,94); }
div.DivClassName
{
background-color: #984D5E;
}
.BgClassName
{
background-color: #984D5E;
}
</style>
border-color css
<style>
span { border-color: #984D5E; }
span { border-color: rgb(152,77,94); }
td.TdClassName
{
border-color: #984D5E;
}
.TagClassName
{
border-color: #984D5E;
}
</style>