Shades of Cadillac #994859
Tints of Cadillac #994859
RGB
CMYK
RGB Variations
Color information
#994859 (or 0x994859) is known color: Cadillac. HEX triplet: 99, 48 and 59. RGB value is (153,72,89). Sum of RGB (Red+Green+Blue) = 153+72+89=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #994859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994859 is #66B7A6. Grayscale: #626262. Windows color (decimal): -6731687 or 5851289. OLE color: 5851289.
HSL color Cylindrical-coordinate representation of color #994859: hue angle of 347.41º 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 #994859 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 89 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.4 |
| HSL | 347.41º | 0.36% | 0.44% | - |
| HSV(B) | 347.41º | 0.53% | 0.6% | - |
| XYZ | 17.26 | 12.13 | 10.88 | - |
| YUV | 98.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 89 | 0 | 0.53 | 0.42 | 0.4 | 347.41 | 0.36 | 0.44 |
| Hex | 99 | 48 | 59 | 0 | 35 | 2A | 28 | 15B | 24 | 2C |
| Octal | 231 | 110 | 131 | 0 | 65 | 52 | 50 | 533 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1011001 | 0 | 110101 | 101010 | 101000 | 101011011 | 100100 | 101100 |
Color Harmonies of #994859
Complementary color
Monochromatic Colors of #994859
Black with #994859
Text Example
Text Example
White with #994859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994859; }
p { color: rgb(153,72,89); }
H1.HeaderClassName
{
color: #994859;
}
.AnyTagClassName
{
color: #994859;
}
</style>
background-color css
<style>
a { background-color: #994859; }
a { background-color: rgb(153,72,89); }
div.DivClassName
{
background-color: #994859;
}
.BgClassName
{
background-color: #994859;
}
</style>
border-color css
<style>
span { border-color: #994859; }
span { border-color: rgb(153,72,89); }
td.TdClassName
{
border-color: #994859;
}
.TagClassName
{
border-color: #994859;
}
</style>