Shades of Cadillac #994563
Tints of Cadillac #994563
RGB
CMYK
RGB Variations
Color information
#994563 (or 0x994563) is known color: Cadillac. HEX triplet: 99, 45 and 63. RGB value is (153,69,99). Sum of RGB (Red+Green+Blue) = 153+69+99=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #994563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994563 is #66BA9C. Grayscale: #616161. Windows color (decimal): -6732445 or 6505881. OLE color: 6505881.
HSL color Cylindrical-coordinate representation of color #994563: hue angle of 338.57º 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 #994563 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 99 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.4 |
| HSL | 338.57º | 0.38% | 0.44% | - |
| HSV(B) | 338.57º | 0.55% | 0.6% | - |
| XYZ | 17.52 | 11.93 | 13.18 | - |
| YUV | 97.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 99 | 0 | 0.55 | 0.35 | 0.4 | 338.57 | 0.38 | 0.44 |
| Hex | 99 | 45 | 63 | 0 | 37 | 23 | 28 | 153 | 26 | 2C |
| Octal | 231 | 105 | 143 | 0 | 67 | 43 | 50 | 523 | 46 | 54 |
| Binary | 10011001 | 1000101 | 1100011 | 0 | 110111 | 100011 | 101000 | 101010011 | 100110 | 101100 |
Color Harmonies of #994563
Complementary color
Monochromatic Colors of #994563
Black with #994563
Text Example
Text Example
White with #994563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994563; }
p { color: rgb(153,69,99); }
H1.HeaderClassName
{
color: #994563;
}
.AnyTagClassName
{
color: #994563;
}
</style>
background-color css
<style>
a { background-color: #994563; }
a { background-color: rgb(153,69,99); }
div.DivClassName
{
background-color: #994563;
}
.BgClassName
{
background-color: #994563;
}
</style>
border-color css
<style>
span { border-color: #994563; }
span { border-color: rgb(153,69,99); }
td.TdClassName
{
border-color: #994563;
}
.TagClassName
{
border-color: #994563;
}
</style>