Shades of Cadillac #984E6D
Tints of Cadillac #984E6D
RGB
CMYK
RGB Variations
Color information
#984E6D (or 0x984E6D) is known color: Cadillac. HEX triplet: 98, 4E and 6D. RGB value is (152,78,109). Sum of RGB (Red+Green+Blue) = 152+78+109=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #984E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E6D is #67B192. Grayscale: #676767. Windows color (decimal): -6795667 or 7163544. OLE color: 7163544.
HSL color Cylindrical-coordinate representation of color #984E6D: hue angle of 334.86º degrees, saturation: 0.32, 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 #984E6D is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 109 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.40 |
| HSL | 334.86º | 0.32% | 0.45% | - |
| HSV(B) | 334.86º | 0.49% | 0.6% | - |
| XYZ | 18.43 | 13.23 | 16.05 | - |
| YUV | 103.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 109 | 0 | 0.49 | 0.28 | 0.40 | 334.86 | 0.32 | 0.45 |
| Hex | 98 | 4E | 6D | 0 | 31 | 1C | 28 | 14F | 20 | 2D |
| Octal | 230 | 116 | 155 | 0 | 61 | 34 | 50 | 517 | 40 | 55 |
| Binary | 10011000 | 1001110 | 1101101 | 0 | 110001 | 11100 | 101000 | 101001111 | 100000 | 101101 |
Color Harmonies of #984E6D
Complementary color
Monochromatic Colors of #984E6D
Black with #984E6D
Text Example
Text Example
White with #984E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E6D; }
p { color: rgb(152,78,109); }
H1.HeaderClassName
{
color: #984E6D;
}
.AnyTagClassName
{
color: #984E6D;
}
</style>
background-color css
<style>
a { background-color: #984E6D; }
a { background-color: rgb(152,78,109); }
div.DivClassName
{
background-color: #984E6D;
}
.BgClassName
{
background-color: #984E6D;
}
</style>
border-color css
<style>
span { border-color: #984E6D; }
span { border-color: rgb(152,78,109); }
td.TdClassName
{
border-color: #984E6D;
}
.TagClassName
{
border-color: #984E6D;
}
</style>