Shades of Cadillac #994A73
Tints of Cadillac #994A73
RGB
CMYK
RGB Variations
Color information
#994A73 (or 0x994A73) is known color: Cadillac. HEX triplet: 99, 4A and 73. RGB value is (153,74,115). Sum of RGB (Red+Green+Blue) = 153+74+115=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #994A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994A73 is #66B58C. Grayscale: #666666. Windows color (decimal): -6731149 or 7555737. OLE color: 7555737.
HSL color Cylindrical-coordinate representation of color #994A73: hue angle of 328.86º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994A73 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 74 | 115 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.4 |
| HSL | 328.86º | 0.35% | 0.45% | - |
| HSV(B) | 328.86º | 0.52% | 0.6% | - |
| XYZ | 18.68 | 12.91 | 17.73 | - |
| YUV | 102.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 115 | 0 | 0.52 | 0.25 | 0.4 | 328.86 | 0.35 | 0.45 |
| Hex | 99 | 4A | 73 | 0 | 34 | 19 | 28 | 149 | 23 | 2D |
| Octal | 231 | 112 | 163 | 0 | 64 | 31 | 50 | 511 | 43 | 55 |
| Binary | 10011001 | 1001010 | 1110011 | 0 | 110100 | 11001 | 101000 | 101001001 | 100011 | 101101 |
Color Harmonies of #994A73
Complementary color
Monochromatic Colors of #994A73
Black with #994A73
Text Example
Text Example
White with #994A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994A73; }
p { color: rgb(153,74,115); }
H1.HeaderClassName
{
color: #994A73;
}
.AnyTagClassName
{
color: #994A73;
}
</style>
background-color css
<style>
a { background-color: #994A73; }
a { background-color: rgb(153,74,115); }
div.DivClassName
{
background-color: #994A73;
}
.BgClassName
{
background-color: #994A73;
}
</style>
border-color css
<style>
span { border-color: #994A73; }
span { border-color: rgb(153,74,115); }
td.TdClassName
{
border-color: #994A73;
}
.TagClassName
{
border-color: #994A73;
}
</style>