Shades of Cadillac #8E4056
Tints of Cadillac #8E4056
RGB
CMYK
RGB Variations
Color information
#8E4056 (or 0x8E4056) is known color: Cadillac. HEX triplet: 8E, 40 and 56. RGB value is (142,64,86). Sum of RGB (Red+Green+Blue) = 142+64+86=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4056 is #71BFA9. Grayscale: #595959. Windows color (decimal): -7454634 or 5652622. OLE color: 5652622.
HSL color Cylindrical-coordinate representation of color #8E4056: hue angle of 343.08º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E4056 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 64 | 86 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.44 |
| HSL | 343.08º | 0.38% | 0.4% | - |
| HSV(B) | 343.08º | 0.55% | 0.56% | - |
| XYZ | 14.67 | 10.09 | 9.98 | - |
| YUV | 89.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 64 | 86 | 0 | 0.55 | 0.39 | 0.44 | 343.08 | 0.38 | 0.4 |
| Hex | 8E | 40 | 56 | 0 | 37 | 27 | 2C | 157 | 26 | 28 |
| Octal | 216 | 100 | 126 | 0 | 67 | 47 | 54 | 527 | 46 | 50 |
| Binary | 10001110 | 1000000 | 1010110 | 0 | 110111 | 100111 | 101100 | 101010111 | 100110 | 101000 |
Color Harmonies of #8E4056
Complementary color
Monochromatic Colors of #8E4056
Black with #8E4056
Text Example
Text Example
White with #8E4056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4056; }
p { color: rgb(142,64,86); }
H1.HeaderClassName
{
color: #8E4056;
}
.AnyTagClassName
{
color: #8E4056;
}
</style>
background-color css
<style>
a { background-color: #8E4056; }
a { background-color: rgb(142,64,86); }
div.DivClassName
{
background-color: #8E4056;
}
.BgClassName
{
background-color: #8E4056;
}
</style>
border-color css
<style>
span { border-color: #8E4056; }
span { border-color: rgb(142,64,86); }
td.TdClassName
{
border-color: #8E4056;
}
.TagClassName
{
border-color: #8E4056;
}
</style>