Shades of Cadillac #8E4B57
Tints of Cadillac #8E4B57
RGB
CMYK
RGB Variations
Color information
#8E4B57 (or 0x8E4B57) is known color: Cadillac. HEX triplet: 8E, 4B and 57. RGB value is (142,75,87). Sum of RGB (Red+Green+Blue) = 142+75+87=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B57 is #71B4A8. Grayscale: #606060. Windows color (decimal): -7451817 or 5720974. OLE color: 5720974.
HSL color Cylindrical-coordinate representation of color #8E4B57: hue angle of 349.25º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E4B57 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 75 | 87 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.44 |
| HSL | 349.25º | 0.31% | 0.43% | - |
| HSV(B) | 349.25º | 0.47% | 0.56% | - |
| XYZ | 15.39 | 11.47 | 10.42 | - |
| YUV | 96.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 75 | 87 | 0 | 0.47 | 0.39 | 0.44 | 349.25 | 0.31 | 0.43 |
| Hex | 8E | 4B | 57 | 0 | 2F | 27 | 2C | 15D | 1F | 2B |
| Octal | 216 | 113 | 127 | 0 | 57 | 47 | 54 | 535 | 37 | 53 |
| Binary | 10001110 | 1001011 | 1010111 | 0 | 101111 | 100111 | 101100 | 101011101 | 11111 | 101011 |
Color Harmonies of #8E4B57
Complementary color
Monochromatic Colors of #8E4B57
Black with #8E4B57
Text Example
Text Example
White with #8E4B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4B57; }
p { color: rgb(142,75,87); }
H1.HeaderClassName
{
color: #8E4B57;
}
.AnyTagClassName
{
color: #8E4B57;
}
</style>
background-color css
<style>
a { background-color: #8E4B57; }
a { background-color: rgb(142,75,87); }
div.DivClassName
{
background-color: #8E4B57;
}
.BgClassName
{
background-color: #8E4B57;
}
</style>
border-color css
<style>
span { border-color: #8E4B57; }
span { border-color: rgb(142,75,87); }
td.TdClassName
{
border-color: #8E4B57;
}
.TagClassName
{
border-color: #8E4B57;
}
</style>