Shades of Cadillac #994572
Tints of Cadillac #994572
RGB
CMYK
RGB Variations
Color information
#994572 (or 0x994572) is known color: Cadillac. HEX triplet: 99, 45 and 72. RGB value is (153,69,114). Sum of RGB (Red+Green+Blue) = 153+69+114=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #994572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994572 is #66BA8D. Grayscale: #636363. Windows color (decimal): -6732430 or 7488921. OLE color: 7488921.
HSL color Cylindrical-coordinate representation of color #994572: hue angle of 327.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994572 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 114 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.4 |
| HSL | 327.86º | 0.38% | 0.44% | - |
| HSV(B) | 327.86º | 0.55% | 0.6% | - |
| XYZ | 18.3 | 12.24 | 17.32 | - |
| YUV | 99.25 | 136.33 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 114 | 0 | 0.55 | 0.25 | 0.4 | 327.86 | 0.38 | 0.44 |
| Hex | 99 | 45 | 72 | 0 | 37 | 19 | 28 | 148 | 26 | 2C |
| Octal | 231 | 105 | 162 | 0 | 67 | 31 | 50 | 510 | 46 | 54 |
| Binary | 10011001 | 1000101 | 1110010 | 0 | 110111 | 11001 | 101000 | 101001000 | 100110 | 101100 |
Color Harmonies of #994572
Complementary color
Monochromatic Colors of #994572
Black with #994572
Text Example
Text Example
White with #994572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994572; }
p { color: rgb(153,69,114); }
H1.HeaderClassName
{
color: #994572;
}
.AnyTagClassName
{
color: #994572;
}
</style>
background-color css
<style>
a { background-color: #994572; }
a { background-color: rgb(153,69,114); }
div.DivClassName
{
background-color: #994572;
}
.BgClassName
{
background-color: #994572;
}
</style>
border-color css
<style>
span { border-color: #994572; }
span { border-color: rgb(153,69,114); }
td.TdClassName
{
border-color: #994572;
}
.TagClassName
{
border-color: #994572;
}
</style>