Shades of Cadillac #994872
Tints of Cadillac #994872
RGB
CMYK
RGB Variations
Color information
#994872 (or 0x994872) is known color: Cadillac. HEX triplet: 99, 48 and 72. RGB value is (153,72,114). Sum of RGB (Red+Green+Blue) = 153+72+114=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #994872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994872 is #66B78D. Grayscale: #646464. Windows color (decimal): -6731662 or 7489689. OLE color: 7489689.
HSL color Cylindrical-coordinate representation of color #994872: hue angle of 328.89º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994872 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 114 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.4 |
| HSL | 328.89º | 0.36% | 0.44% | - |
| HSV(B) | 328.89º | 0.53% | 0.6% | - |
| XYZ | 18.49 | 12.62 | 17.38 | - |
| YUV | 101.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 114 | 0 | 0.53 | 0.25 | 0.4 | 328.89 | 0.36 | 0.44 |
| Hex | 99 | 48 | 72 | 0 | 35 | 19 | 28 | 149 | 24 | 2C |
| Octal | 231 | 110 | 162 | 0 | 65 | 31 | 50 | 511 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1110010 | 0 | 110101 | 11001 | 101000 | 101001001 | 100100 | 101100 |
Color Harmonies of #994872
Complementary color
Monochromatic Colors of #994872
Black with #994872
Text Example
Text Example
White with #994872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994872; }
p { color: rgb(153,72,114); }
H1.HeaderClassName
{
color: #994872;
}
.AnyTagClassName
{
color: #994872;
}
</style>
background-color css
<style>
a { background-color: #994872; }
a { background-color: rgb(153,72,114); }
div.DivClassName
{
background-color: #994872;
}
.BgClassName
{
background-color: #994872;
}
</style>
border-color css
<style>
span { border-color: #994872; }
span { border-color: rgb(153,72,114); }
td.TdClassName
{
border-color: #994872;
}
.TagClassName
{
border-color: #994872;
}
</style>