Shades of Cadillac #994672
Tints of Cadillac #994672
RGB
CMYK
RGB Variations
Color information
#994672 (or 0x994672) is known color: Cadillac. HEX triplet: 99, 46 and 72. RGB value is (153,70,114). Sum of RGB (Red+Green+Blue) = 153+70+114=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #994672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994672 is #66B98D. Grayscale: #636363. Windows color (decimal): -6732174 or 7489177. OLE color: 7489177.
HSL color Cylindrical-coordinate representation of color #994672: hue angle of 328.19º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994672 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 114 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.4 |
| HSL | 328.19º | 0.37% | 0.44% | - |
| HSV(B) | 328.19º | 0.54% | 0.6% | - |
| XYZ | 18.36 | 12.37 | 17.34 | - |
| YUV | 99.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 114 | 0 | 0.54 | 0.25 | 0.4 | 328.19 | 0.37 | 0.44 |
| Hex | 99 | 46 | 72 | 0 | 36 | 19 | 28 | 148 | 25 | 2C |
| Octal | 231 | 106 | 162 | 0 | 66 | 31 | 50 | 510 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1110010 | 0 | 110110 | 11001 | 101000 | 101001000 | 100101 | 101100 |
Color Harmonies of #994672
Complementary color
Monochromatic Colors of #994672
Black with #994672
Text Example
Text Example
White with #994672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994672; }
p { color: rgb(153,70,114); }
H1.HeaderClassName
{
color: #994672;
}
.AnyTagClassName
{
color: #994672;
}
</style>
background-color css
<style>
a { background-color: #994672; }
a { background-color: rgb(153,70,114); }
div.DivClassName
{
background-color: #994672;
}
.BgClassName
{
background-color: #994672;
}
</style>
border-color css
<style>
span { border-color: #994672; }
span { border-color: rgb(153,70,114); }
td.TdClassName
{
border-color: #994672;
}
.TagClassName
{
border-color: #994672;
}
</style>