Shades of Cadillac #994966
Tints of Cadillac #994966
RGB
CMYK
RGB Variations
Color information
#994966 (or 0x994966) is known color: Cadillac. HEX triplet: 99, 49 and 66. RGB value is (153,73,102). Sum of RGB (Red+Green+Blue) = 153+73+102=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #994966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994966 is #66B699. Grayscale: #646464. Windows color (decimal): -6731418 or 6703513. OLE color: 6703513.
HSL color Cylindrical-coordinate representation of color #994966: hue angle of 338.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994966 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 102 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.4 |
| HSL | 338.25º | 0.35% | 0.44% | - |
| HSV(B) | 338.25º | 0.52% | 0.6% | - |
| XYZ | 17.92 | 12.5 | 14.04 | - |
| YUV | 100.23 | 129 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 102 | 0 | 0.52 | 0.33 | 0.4 | 338.25 | 0.35 | 0.44 |
| Hex | 99 | 49 | 66 | 0 | 34 | 21 | 28 | 152 | 23 | 2C |
| Octal | 231 | 111 | 146 | 0 | 64 | 41 | 50 | 522 | 43 | 54 |
| Binary | 10011001 | 1001001 | 1100110 | 0 | 110100 | 100001 | 101000 | 101010010 | 100011 | 101100 |
Color Harmonies of #994966
Complementary color
Monochromatic Colors of #994966
Black with #994966
Text Example
Text Example
White with #994966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994966; }
p { color: rgb(153,73,102); }
H1.HeaderClassName
{
color: #994966;
}
.AnyTagClassName
{
color: #994966;
}
</style>
background-color css
<style>
a { background-color: #994966; }
a { background-color: rgb(153,73,102); }
div.DivClassName
{
background-color: #994966;
}
.BgClassName
{
background-color: #994966;
}
</style>
border-color css
<style>
span { border-color: #994966; }
span { border-color: rgb(153,73,102); }
td.TdClassName
{
border-color: #994966;
}
.TagClassName
{
border-color: #994966;
}
</style>