Shades of Cadillac #8E406B
Tints of Cadillac #8E406B
RGB
CMYK
RGB Variations
Color information
#8E406B (or 0x8E406B) is known color: Cadillac. HEX triplet: 8E, 40 and 6B. RGB value is (142,64,107). Sum of RGB (Red+Green+Blue) = 142+64+107=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E406B is #71BF94. Grayscale: #5C5C5C. Windows color (decimal): -7454613 or 7028878. OLE color: 7028878.
HSL color Cylindrical-coordinate representation of color #8E406B: hue angle of 326.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 #8E406B is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 64 | 107 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.44 |
| HSL | 326.92º | 0.38% | 0.4% | - |
| HSV(B) | 326.92º | 0.55% | 0.56% | - |
| XYZ | 15.64 | 10.48 | 15.11 | - |
| YUV | 92.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 64 | 107 | 0 | 0.55 | 0.25 | 0.44 | 326.92 | 0.38 | 0.4 |
| Hex | 8E | 40 | 6B | 0 | 37 | 19 | 2C | 147 | 26 | 28 |
| Octal | 216 | 100 | 153 | 0 | 67 | 31 | 54 | 507 | 46 | 50 |
| Binary | 10001110 | 1000000 | 1101011 | 0 | 110111 | 11001 | 101100 | 101000111 | 100110 | 101000 |
Color Harmonies of #8E406B
Complementary color
Monochromatic Colors of #8E406B
Black with #8E406B
Text Example
Text Example
White with #8E406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E406B; }
p { color: rgb(142,64,107); }
H1.HeaderClassName
{
color: #8E406B;
}
.AnyTagClassName
{
color: #8E406B;
}
</style>
background-color css
<style>
a { background-color: #8E406B; }
a { background-color: rgb(142,64,107); }
div.DivClassName
{
background-color: #8E406B;
}
.BgClassName
{
background-color: #8E406B;
}
</style>
border-color css
<style>
span { border-color: #8E406B; }
span { border-color: rgb(142,64,107); }
td.TdClassName
{
border-color: #8E406B;
}
.TagClassName
{
border-color: #8E406B;
}
</style>