Shades of Cadillac #994878
Tints of Cadillac #994878
RGB
CMYK
RGB Variations
Color information
#994878 (or 0x994878) is known color: Cadillac. HEX triplet: 99, 48 and 78. RGB value is (153,72,120). Sum of RGB (Red+Green+Blue) = 153+72+120=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #994878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994878 is #66B787. Grayscale: #656565. Windows color (decimal): -6731656 or 7882905. OLE color: 7882905.
HSL color Cylindrical-coordinate representation of color #994878: hue angle of 324.44º 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 #994878 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 120 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.4 |
| HSL | 324.44º | 0.36% | 0.44% | - |
| HSV(B) | 324.44º | 0.53% | 0.6% | - |
| XYZ | 18.84 | 12.76 | 19.24 | - |
| YUV | 101.69 | 138.34 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 120 | 0 | 0.53 | 0.22 | 0.4 | 324.44 | 0.36 | 0.44 |
| Hex | 99 | 48 | 78 | 0 | 35 | 16 | 28 | 144 | 24 | 2C |
| Octal | 231 | 110 | 170 | 0 | 65 | 26 | 50 | 504 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1111000 | 0 | 110101 | 10110 | 101000 | 101000100 | 100100 | 101100 |
Color Harmonies of #994878
Complementary color
Monochromatic Colors of #994878
Black with #994878
Text Example
Text Example
White with #994878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994878; }
p { color: rgb(153,72,120); }
H1.HeaderClassName
{
color: #994878;
}
.AnyTagClassName
{
color: #994878;
}
</style>
background-color css
<style>
a { background-color: #994878; }
a { background-color: rgb(153,72,120); }
div.DivClassName
{
background-color: #994878;
}
.BgClassName
{
background-color: #994878;
}
</style>
border-color css
<style>
span { border-color: #994878; }
span { border-color: rgb(153,72,120); }
td.TdClassName
{
border-color: #994878;
}
.TagClassName
{
border-color: #994878;
}
</style>