Shades of Cadillac #994663
Tints of Cadillac #994663
RGB
CMYK
RGB Variations
Color information
#994663 (or 0x994663) is known color: Cadillac. HEX triplet: 99, 46 and 63. RGB value is (153,70,99). Sum of RGB (Red+Green+Blue) = 153+70+99=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #994663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994663 is #66B99C. Grayscale: #626262. Windows color (decimal): -6732189 or 6506137. OLE color: 6506137.
HSL color Cylindrical-coordinate representation of color #994663: hue angle of 339.04º 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 #994663 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 99 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.4 |
| HSL | 339.04º | 0.37% | 0.44% | - |
| HSV(B) | 339.04º | 0.54% | 0.6% | - |
| XYZ | 17.58 | 12.05 | 13.2 | - |
| YUV | 98.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 99 | 0 | 0.54 | 0.35 | 0.4 | 339.04 | 0.37 | 0.44 |
| Hex | 99 | 46 | 63 | 0 | 36 | 23 | 28 | 153 | 25 | 2C |
| Octal | 231 | 106 | 143 | 0 | 66 | 43 | 50 | 523 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1100011 | 0 | 110110 | 100011 | 101000 | 101010011 | 100101 | 101100 |
Color Harmonies of #994663
Complementary color
Monochromatic Colors of #994663
Black with #994663
Text Example
Text Example
White with #994663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994663; }
p { color: rgb(153,70,99); }
H1.HeaderClassName
{
color: #994663;
}
.AnyTagClassName
{
color: #994663;
}
</style>
background-color css
<style>
a { background-color: #994663; }
a { background-color: rgb(153,70,99); }
div.DivClassName
{
background-color: #994663;
}
.BgClassName
{
background-color: #994663;
}
</style>
border-color css
<style>
span { border-color: #994663; }
span { border-color: rgb(153,70,99); }
td.TdClassName
{
border-color: #994663;
}
.TagClassName
{
border-color: #994663;
}
</style>