Shades of Cadillac #8E445E
Tints of Cadillac #8E445E
RGB
CMYK
RGB Variations
Color information
#8E445E (or 0x8E445E) is known color: Cadillac. HEX triplet: 8E, 44 and 5E. RGB value is (142,68,94). Sum of RGB (Red+Green+Blue) = 142+68+94=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E445E is #71BBA1. Grayscale: #5D5D5D. Windows color (decimal): -7453602 or 6177934. OLE color: 6177934.
HSL color Cylindrical-coordinate representation of color #8E445E: hue angle of 338.92º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E445E is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 68 | 94 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.44 |
| HSL | 338.92º | 0.35% | 0.41% | - |
| HSV(B) | 338.92º | 0.52% | 0.56% | - |
| XYZ | 15.24 | 10.69 | 11.85 | - |
| YUV | 93.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 68 | 94 | 0 | 0.52 | 0.34 | 0.44 | 338.92 | 0.35 | 0.41 |
| Hex | 8E | 44 | 5E | 0 | 34 | 22 | 2C | 153 | 23 | 29 |
| Octal | 216 | 104 | 136 | 0 | 64 | 42 | 54 | 523 | 43 | 51 |
| Binary | 10001110 | 1000100 | 1011110 | 0 | 110100 | 100010 | 101100 | 101010011 | 100011 | 101001 |
Color Harmonies of #8E445E
Complementary color
Monochromatic Colors of #8E445E
Black with #8E445E
Text Example
Text Example
White with #8E445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E445E; }
p { color: rgb(142,68,94); }
H1.HeaderClassName
{
color: #8E445E;
}
.AnyTagClassName
{
color: #8E445E;
}
</style>
background-color css
<style>
a { background-color: #8E445E; }
a { background-color: rgb(142,68,94); }
div.DivClassName
{
background-color: #8E445E;
}
.BgClassName
{
background-color: #8E445E;
}
</style>
border-color css
<style>
span { border-color: #8E445E; }
span { border-color: rgb(142,68,94); }
td.TdClassName
{
border-color: #8E445E;
}
.TagClassName
{
border-color: #8E445E;
}
</style>