Shades of Cadillac #984A72
Tints of Cadillac #984A72
RGB
CMYK
RGB Variations
Color information
#984A72 (or 0x984A72) is known color: Cadillac. HEX triplet: 98, 4A and 72. RGB value is (152,74,114). Sum of RGB (Red+Green+Blue) = 152+74+114=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #984A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984A72 is #67B58D. Grayscale: #656565. Windows color (decimal): -6796686 or 7490200. OLE color: 7490200.
HSL color Cylindrical-coordinate representation of color #984A72: hue angle of 329.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984A72 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 74 | 114 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.40 |
| HSL | 329.23º | 0.35% | 0.44% | - |
| HSV(B) | 329.23º | 0.51% | 0.6% | - |
| XYZ | 18.43 | 12.79 | 17.42 | - |
| YUV | 101.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 114 | 0 | 0.51 | 0.25 | 0.40 | 329.23 | 0.35 | 0.44 |
| Hex | 98 | 4A | 72 | 0 | 33 | 19 | 28 | 149 | 23 | 2C |
| Octal | 230 | 112 | 162 | 0 | 63 | 31 | 50 | 511 | 43 | 54 |
| Binary | 10011000 | 1001010 | 1110010 | 0 | 110011 | 11001 | 101000 | 101001001 | 100011 | 101100 |
Color Harmonies of #984A72
Complementary color
Monochromatic Colors of #984A72
Black with #984A72
Text Example
Text Example
White with #984A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A72; }
p { color: rgb(152,74,114); }
H1.HeaderClassName
{
color: #984A72;
}
.AnyTagClassName
{
color: #984A72;
}
</style>
background-color css
<style>
a { background-color: #984A72; }
a { background-color: rgb(152,74,114); }
div.DivClassName
{
background-color: #984A72;
}
.BgClassName
{
background-color: #984A72;
}
</style>
border-color css
<style>
span { border-color: #984A72; }
span { border-color: rgb(152,74,114); }
td.TdClassName
{
border-color: #984A72;
}
.TagClassName
{
border-color: #984A72;
}
</style>