Shades of Cadillac #984B58
Tints of Cadillac #984B58
RGB
CMYK
RGB Variations
Color information
#984B58 (or 0x984B58) is known color: Cadillac. HEX triplet: 98, 4B and 58. RGB value is (152,75,88). Sum of RGB (Red+Green+Blue) = 152+75+88=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #984B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984B58 is #67B4A7. Grayscale: #636363. Windows color (decimal): -6796456 or 5786520. OLE color: 5786520.
HSL color Cylindrical-coordinate representation of color #984B58: hue angle of 349.87º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984B58 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 75 | 88 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.40 |
| HSL | 349.87º | 0.34% | 0.45% | - |
| HSV(B) | 349.87º | 0.51% | 0.6% | - |
| XYZ | 17.23 | 12.41 | 10.72 | - |
| YUV | 99.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 88 | 0 | 0.51 | 0.42 | 0.40 | 349.87 | 0.34 | 0.45 |
| Hex | 98 | 4B | 58 | 0 | 33 | 2A | 28 | 15E | 22 | 2D |
| Octal | 230 | 113 | 130 | 0 | 63 | 52 | 50 | 536 | 42 | 55 |
| Binary | 10011000 | 1001011 | 1011000 | 0 | 110011 | 101010 | 101000 | 101011110 | 100010 | 101101 |
Color Harmonies of #984B58
Complementary color
Monochromatic Colors of #984B58
Black with #984B58
Text Example
Text Example
White with #984B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984B58; }
p { color: rgb(152,75,88); }
H1.HeaderClassName
{
color: #984B58;
}
.AnyTagClassName
{
color: #984B58;
}
</style>
background-color css
<style>
a { background-color: #984B58; }
a { background-color: rgb(152,75,88); }
div.DivClassName
{
background-color: #984B58;
}
.BgClassName
{
background-color: #984B58;
}
</style>
border-color css
<style>
span { border-color: #984B58; }
span { border-color: rgb(152,75,88); }
td.TdClassName
{
border-color: #984B58;
}
.TagClassName
{
border-color: #984B58;
}
</style>