Shades of Cadillac #994259
Tints of Cadillac #994259
RGB
CMYK
RGB Variations
Color information
#994259 (or 0x994259) is known color: Cadillac. HEX triplet: 99, 42 and 59. RGB value is (153,66,89). Sum of RGB (Red+Green+Blue) = 153+66+89=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #994259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994259 is #66BDA6. Grayscale: #5E5E5E. Windows color (decimal): -6733223 or 5849753. OLE color: 5849753.
HSL color Cylindrical-coordinate representation of color #994259: hue angle of 344.14º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #994259 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 89 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.4 |
| HSL | 344.14º | 0.4% | 0.43% | - |
| HSV(B) | 344.14º | 0.57% | 0.6% | - |
| XYZ | 16.89 | 11.39 | 10.76 | - |
| YUV | 94.64 | 124.82 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 89 | 0 | 0.57 | 0.42 | 0.4 | 344.14 | 0.4 | 0.43 |
| Hex | 99 | 42 | 59 | 0 | 39 | 2A | 28 | 158 | 28 | 2B |
| Octal | 231 | 102 | 131 | 0 | 71 | 52 | 50 | 530 | 50 | 53 |
| Binary | 10011001 | 1000010 | 1011001 | 0 | 111001 | 101010 | 101000 | 101011000 | 101000 | 101011 |
Color Harmonies of #994259
Complementary color
Monochromatic Colors of #994259
Black with #994259
Text Example
Text Example
White with #994259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994259; }
p { color: rgb(153,66,89); }
H1.HeaderClassName
{
color: #994259;
}
.AnyTagClassName
{
color: #994259;
}
</style>
background-color css
<style>
a { background-color: #994259; }
a { background-color: rgb(153,66,89); }
div.DivClassName
{
background-color: #994259;
}
.BgClassName
{
background-color: #994259;
}
</style>
border-color css
<style>
span { border-color: #994259; }
span { border-color: rgb(153,66,89); }
td.TdClassName
{
border-color: #994259;
}
.TagClassName
{
border-color: #994259;
}
</style>