Shades of Cadillac #984573
Tints of Cadillac #984573
RGB
CMYK
RGB Variations
Color information
#984573 (or 0x984573) is known color: Cadillac. HEX triplet: 98, 45 and 73. RGB value is (152,69,115). Sum of RGB (Red+Green+Blue) = 152+69+115=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #984573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984573 is #67BA8C. Grayscale: #626262. Windows color (decimal): -6797965 or 7554456. OLE color: 7554456.
HSL color Cylindrical-coordinate representation of color #984573: hue angle of 326.75º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984573 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 115 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.40 |
| HSL | 326.75º | 0.38% | 0.43% | - |
| HSV(B) | 326.75º | 0.55% | 0.6% | - |
| XYZ | 18.17 | 12.17 | 17.61 | - |
| YUV | 99.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 115 | 0 | 0.55 | 0.24 | 0.40 | 326.75 | 0.38 | 0.43 |
| Hex | 98 | 45 | 73 | 0 | 37 | 18 | 28 | 147 | 26 | 2B |
| Octal | 230 | 105 | 163 | 0 | 67 | 30 | 50 | 507 | 46 | 53 |
| Binary | 10011000 | 1000101 | 1110011 | 0 | 110111 | 11000 | 101000 | 101000111 | 100110 | 101011 |
Color Harmonies of #984573
Complementary color
Monochromatic Colors of #984573
Black with #984573
Text Example
Text Example
White with #984573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984573; }
p { color: rgb(152,69,115); }
H1.HeaderClassName
{
color: #984573;
}
.AnyTagClassName
{
color: #984573;
}
</style>
background-color css
<style>
a { background-color: #984573; }
a { background-color: rgb(152,69,115); }
div.DivClassName
{
background-color: #984573;
}
.BgClassName
{
background-color: #984573;
}
</style>
border-color css
<style>
span { border-color: #984573; }
span { border-color: rgb(152,69,115); }
td.TdClassName
{
border-color: #984573;
}
.TagClassName
{
border-color: #984573;
}
</style>