Shades of Cadillac #8E405E
Tints of Cadillac #8E405E
RGB
CMYK
RGB Variations
Color information
#8E405E (or 0x8E405E) is known color: Cadillac. HEX triplet: 8E, 40 and 5E. RGB value is (142,64,94). Sum of RGB (Red+Green+Blue) = 142+64+94=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E405E is #71BFA1. Grayscale: #5A5A5A. Windows color (decimal): -7454626 or 6176910. OLE color: 6176910.
HSL color Cylindrical-coordinate representation of color #8E405E: hue angle of 336.92º 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 #8E405E is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 64 | 94 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.44 |
| HSL | 336.92º | 0.38% | 0.4% | - |
| HSV(B) | 336.92º | 0.55% | 0.56% | - |
| XYZ | 15.01 | 10.23 | 11.77 | - |
| YUV | 90.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 64 | 94 | 0 | 0.55 | 0.34 | 0.44 | 336.92 | 0.38 | 0.4 |
| Hex | 8E | 40 | 5E | 0 | 37 | 22 | 2C | 151 | 26 | 28 |
| Octal | 216 | 100 | 136 | 0 | 67 | 42 | 54 | 521 | 46 | 50 |
| Binary | 10001110 | 1000000 | 1011110 | 0 | 110111 | 100010 | 101100 | 101010001 | 100110 | 101000 |
Color Harmonies of #8E405E
Complementary color
Monochromatic Colors of #8E405E
Black with #8E405E
Text Example
Text Example
White with #8E405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E405E; }
p { color: rgb(142,64,94); }
H1.HeaderClassName
{
color: #8E405E;
}
.AnyTagClassName
{
color: #8E405E;
}
</style>
background-color css
<style>
a { background-color: #8E405E; }
a { background-color: rgb(142,64,94); }
div.DivClassName
{
background-color: #8E405E;
}
.BgClassName
{
background-color: #8E405E;
}
</style>
border-color css
<style>
span { border-color: #8E405E; }
span { border-color: rgb(142,64,94); }
td.TdClassName
{
border-color: #8E405E;
}
.TagClassName
{
border-color: #8E405E;
}
</style>