Shades of Cadillac #8E3C60
Tints of Cadillac #8E3C60
RGB
CMYK
RGB Variations
Color information
#8E3C60 (or 0x8E3C60) is known color: Cadillac. HEX triplet: 8E, 3C and 60. RGB value is (142,60,96). Sum of RGB (Red+Green+Blue) = 142+60+96=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3C60 is #71C39F. Grayscale: #585858. Windows color (decimal): -7455648 or 6306958. OLE color: 6306958.
HSL color Cylindrical-coordinate representation of color #8E3C60: hue angle of 333.66º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E3C60 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 60 | 96 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.44 |
| HSL | 333.66º | 0.41% | 0.4% | - |
| HSV(B) | 333.66º | 0.58% | 0.56% | - |
| XYZ | 14.88 | 9.83 | 12.18 | - |
| YUV | 88.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 60 | 96 | 0 | 0.58 | 0.32 | 0.44 | 333.66 | 0.41 | 0.4 |
| Hex | 8E | 3C | 60 | 0 | 3A | 20 | 2C | 14E | 29 | 28 |
| Octal | 216 | 74 | 140 | 0 | 72 | 40 | 54 | 516 | 51 | 50 |
| Binary | 10001110 | 111100 | 1100000 | 0 | 111010 | 100000 | 101100 | 101001110 | 101001 | 101000 |
Color Harmonies of #8E3C60
Complementary color
Monochromatic Colors of #8E3C60
Black with #8E3C60
Text Example
Text Example
White with #8E3C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3C60; }
p { color: rgb(142,60,96); }
H1.HeaderClassName
{
color: #8E3C60;
}
.AnyTagClassName
{
color: #8E3C60;
}
</style>
background-color css
<style>
a { background-color: #8E3C60; }
a { background-color: rgb(142,60,96); }
div.DivClassName
{
background-color: #8E3C60;
}
.BgClassName
{
background-color: #8E3C60;
}
</style>
border-color css
<style>
span { border-color: #8E3C60; }
span { border-color: rgb(142,60,96); }
td.TdClassName
{
border-color: #8E3C60;
}
.TagClassName
{
border-color: #8E3C60;
}
</style>