Shades of Cadillac #994868
Tints of Cadillac #994868
RGB
CMYK
RGB Variations
Color information
#994868 (or 0x994868) is known color: Cadillac. HEX triplet: 99, 48 and 68. RGB value is (153,72,104). Sum of RGB (Red+Green+Blue) = 153+72+104=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #994868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994868 is #66B797. Grayscale: #636363. Windows color (decimal): -6731672 or 6834329. OLE color: 6834329.
HSL color Cylindrical-coordinate representation of color #994868: hue angle of 336.3º 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 #994868 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 104 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.4 |
| HSL | 336.3º | 0.36% | 0.44% | - |
| HSV(B) | 336.3º | 0.53% | 0.6% | - |
| XYZ | 17.95 | 12.41 | 14.55 | - |
| YUV | 99.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 104 | 0 | 0.53 | 0.32 | 0.4 | 336.3 | 0.36 | 0.44 |
| Hex | 99 | 48 | 68 | 0 | 35 | 20 | 28 | 150 | 24 | 2C |
| Octal | 231 | 110 | 150 | 0 | 65 | 40 | 50 | 520 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1101000 | 0 | 110101 | 100000 | 101000 | 101010000 | 100100 | 101100 |
Color Harmonies of #994868
Complementary color
Monochromatic Colors of #994868
Black with #994868
Text Example
Text Example
White with #994868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994868; }
p { color: rgb(153,72,104); }
H1.HeaderClassName
{
color: #994868;
}
.AnyTagClassName
{
color: #994868;
}
</style>
background-color css
<style>
a { background-color: #994868; }
a { background-color: rgb(153,72,104); }
div.DivClassName
{
background-color: #994868;
}
.BgClassName
{
background-color: #994868;
}
</style>
border-color css
<style>
span { border-color: #994868; }
span { border-color: rgb(153,72,104); }
td.TdClassName
{
border-color: #994868;
}
.TagClassName
{
border-color: #994868;
}
</style>