Shades of Cadillac #994773
Tints of Cadillac #994773
RGB
CMYK
RGB Variations
Color information
#994773 (or 0x994773) is known color: Cadillac. HEX triplet: 99, 47 and 73. RGB value is (153,71,115). Sum of RGB (Red+Green+Blue) = 153+71+115=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #994773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994773 is #66B88C. Grayscale: #646464. Windows color (decimal): -6731917 or 7554969. OLE color: 7554969.
HSL color Cylindrical-coordinate representation of color #994773: hue angle of 327.8º 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 #994773 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 115 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.4 |
| HSL | 327.8º | 0.37% | 0.44% | - |
| HSV(B) | 327.8º | 0.54% | 0.6% | - |
| XYZ | 18.48 | 12.52 | 17.66 | - |
| YUV | 100.53 | 136.17 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 115 | 0 | 0.54 | 0.25 | 0.4 | 327.8 | 0.37 | 0.44 |
| Hex | 99 | 47 | 73 | 0 | 36 | 19 | 28 | 148 | 25 | 2C |
| Octal | 231 | 107 | 163 | 0 | 66 | 31 | 50 | 510 | 45 | 54 |
| Binary | 10011001 | 1000111 | 1110011 | 0 | 110110 | 11001 | 101000 | 101001000 | 100101 | 101100 |
Color Harmonies of #994773
Complementary color
Monochromatic Colors of #994773
Black with #994773
Text Example
Text Example
White with #994773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994773; }
p { color: rgb(153,71,115); }
H1.HeaderClassName
{
color: #994773;
}
.AnyTagClassName
{
color: #994773;
}
</style>
background-color css
<style>
a { background-color: #994773; }
a { background-color: rgb(153,71,115); }
div.DivClassName
{
background-color: #994773;
}
.BgClassName
{
background-color: #994773;
}
</style>
border-color css
<style>
span { border-color: #994773; }
span { border-color: rgb(153,71,115); }
td.TdClassName
{
border-color: #994773;
}
.TagClassName
{
border-color: #994773;
}
</style>