Shades of Cadillac #994660
Tints of Cadillac #994660
RGB
CMYK
RGB Variations
Color information
#994660 (or 0x994660) is known color: Cadillac. HEX triplet: 99, 46 and 60. RGB value is (153,70,96). Sum of RGB (Red+Green+Blue) = 153+70+96=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #994660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994660 is #66B99F. Grayscale: #616161. Windows color (decimal): -6732192 or 6309529. OLE color: 6309529.
HSL color Cylindrical-coordinate representation of color #994660: hue angle of 341.2º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994660 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 96 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.4 |
| HSL | 341.2º | 0.37% | 0.44% | - |
| HSV(B) | 341.2º | 0.54% | 0.6% | - |
| XYZ | 17.44 | 12 | 12.46 | - |
| YUV | 97.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 96 | 0 | 0.54 | 0.37 | 0.4 | 341.2 | 0.37 | 0.44 |
| Hex | 99 | 46 | 60 | 0 | 36 | 25 | 28 | 155 | 25 | 2C |
| Octal | 231 | 106 | 140 | 0 | 66 | 45 | 50 | 525 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1100000 | 0 | 110110 | 100101 | 101000 | 101010101 | 100101 | 101100 |
Color Harmonies of #994660
Complementary color
Monochromatic Colors of #994660
Black with #994660
Text Example
Text Example
White with #994660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994660; }
p { color: rgb(153,70,96); }
H1.HeaderClassName
{
color: #994660;
}
.AnyTagClassName
{
color: #994660;
}
</style>
background-color css
<style>
a { background-color: #994660; }
a { background-color: rgb(153,70,96); }
div.DivClassName
{
background-color: #994660;
}
.BgClassName
{
background-color: #994660;
}
</style>
border-color css
<style>
span { border-color: #994660; }
span { border-color: rgb(153,70,96); }
td.TdClassName
{
border-color: #994660;
}
.TagClassName
{
border-color: #994660;
}
</style>