Shades of Cadillac #994866
Tints of Cadillac #994866
RGB
CMYK
RGB Variations
Color information
#994866 (or 0x994866) is known color: Cadillac. HEX triplet: 99, 48 and 66. RGB value is (153,72,102). Sum of RGB (Red+Green+Blue) = 153+72+102=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #994866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994866 is #66B799. Grayscale: #636363. Windows color (decimal): -6731674 or 6703257. OLE color: 6703257.
HSL color Cylindrical-coordinate representation of color #994866: hue angle of 337.78º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994866 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 102 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.4 |
| HSL | 337.78º | 0.36% | 0.44% | - |
| HSV(B) | 337.78º | 0.53% | 0.6% | - |
| XYZ | 17.85 | 12.37 | 14.02 | - |
| YUV | 99.64 | 129.34 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 102 | 0 | 0.53 | 0.33 | 0.4 | 337.78 | 0.36 | 0.44 |
| Hex | 99 | 48 | 66 | 0 | 35 | 21 | 28 | 152 | 24 | 2C |
| Octal | 231 | 110 | 146 | 0 | 65 | 41 | 50 | 522 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1100110 | 0 | 110101 | 100001 | 101000 | 101010010 | 100100 | 101100 |
Color Harmonies of #994866
Complementary color
Monochromatic Colors of #994866
Black with #994866
Text Example
Text Example
White with #994866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994866; }
p { color: rgb(153,72,102); }
H1.HeaderClassName
{
color: #994866;
}
.AnyTagClassName
{
color: #994866;
}
</style>
background-color css
<style>
a { background-color: #994866; }
a { background-color: rgb(153,72,102); }
div.DivClassName
{
background-color: #994866;
}
.BgClassName
{
background-color: #994866;
}
</style>
border-color css
<style>
span { border-color: #994866; }
span { border-color: rgb(153,72,102); }
td.TdClassName
{
border-color: #994866;
}
.TagClassName
{
border-color: #994866;
}
</style>