Shades of Cadillac #994559
Tints of Cadillac #994559
RGB
CMYK
RGB Variations
Color information
#994559 (or 0x994559) is known color: Cadillac. HEX triplet: 99, 45 and 59. RGB value is (153,69,89). Sum of RGB (Red+Green+Blue) = 153+69+89=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #994559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994559 is #66BAA6. Grayscale: #606060. Windows color (decimal): -6732455 or 5850521. OLE color: 5850521.
HSL color Cylindrical-coordinate representation of color #994559: hue angle of 345.71º 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 #994559 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 89 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.4 |
| HSL | 345.71º | 0.38% | 0.44% | - |
| HSV(B) | 345.71º | 0.55% | 0.6% | - |
| XYZ | 17.07 | 11.75 | 10.82 | - |
| YUV | 96.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 89 | 0 | 0.55 | 0.42 | 0.4 | 345.71 | 0.38 | 0.44 |
| Hex | 99 | 45 | 59 | 0 | 37 | 2A | 28 | 15A | 26 | 2C |
| Octal | 231 | 105 | 131 | 0 | 67 | 52 | 50 | 532 | 46 | 54 |
| Binary | 10011001 | 1000101 | 1011001 | 0 | 110111 | 101010 | 101000 | 101011010 | 100110 | 101100 |
Color Harmonies of #994559
Complementary color
Monochromatic Colors of #994559
Black with #994559
Text Example
Text Example
White with #994559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994559; }
p { color: rgb(153,69,89); }
H1.HeaderClassName
{
color: #994559;
}
.AnyTagClassName
{
color: #994559;
}
</style>
background-color css
<style>
a { background-color: #994559; }
a { background-color: rgb(153,69,89); }
div.DivClassName
{
background-color: #994559;
}
.BgClassName
{
background-color: #994559;
}
</style>
border-color css
<style>
span { border-color: #994559; }
span { border-color: rgb(153,69,89); }
td.TdClassName
{
border-color: #994559;
}
.TagClassName
{
border-color: #994559;
}
</style>