Shades of Cadillac #994870
Tints of Cadillac #994870
RGB
CMYK
RGB Variations
Color information
#994870 (or 0x994870) is known color: Cadillac. HEX triplet: 99, 48 and 70. RGB value is (153,72,112). Sum of RGB (Red+Green+Blue) = 153+72+112=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #994870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994870 is #66B78F. Grayscale: #646464. Windows color (decimal): -6731664 or 7358617. OLE color: 7358617.
HSL color Cylindrical-coordinate representation of color #994870: hue angle of 330.37º 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 #994870 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 112 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.4 |
| HSL | 330.37º | 0.36% | 0.44% | - |
| HSV(B) | 330.37º | 0.53% | 0.6% | - |
| XYZ | 18.38 | 12.58 | 16.79 | - |
| YUV | 100.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 112 | 0 | 0.53 | 0.27 | 0.4 | 330.37 | 0.36 | 0.44 |
| Hex | 99 | 48 | 70 | 0 | 35 | 1B | 28 | 14A | 24 | 2C |
| Octal | 231 | 110 | 160 | 0 | 65 | 33 | 50 | 512 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1110000 | 0 | 110101 | 11011 | 101000 | 101001010 | 100100 | 101100 |
Color Harmonies of #994870
Complementary color
Monochromatic Colors of #994870
Black with #994870
Text Example
Text Example
White with #994870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994870; }
p { color: rgb(153,72,112); }
H1.HeaderClassName
{
color: #994870;
}
.AnyTagClassName
{
color: #994870;
}
</style>
background-color css
<style>
a { background-color: #994870; }
a { background-color: rgb(153,72,112); }
div.DivClassName
{
background-color: #994870;
}
.BgClassName
{
background-color: #994870;
}
</style>
border-color css
<style>
span { border-color: #994870; }
span { border-color: rgb(153,72,112); }
td.TdClassName
{
border-color: #994870;
}
.TagClassName
{
border-color: #994870;
}
</style>