Shades of Cadillac #8E445A
Tints of Cadillac #8E445A
RGB
CMYK
RGB Variations
Color information
#8E445A (or 0x8E445A) is known color: Cadillac. HEX triplet: 8E, 44 and 5A. RGB value is (142,68,90). Sum of RGB (Red+Green+Blue) = 142+68+90=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E445A is #71BBA5. Grayscale: #5C5C5C. Windows color (decimal): -7453606 or 5915790. OLE color: 5915790.
HSL color Cylindrical-coordinate representation of color #8E445A: hue angle of 342.16º 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 #8E445A is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 68 | 90 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.44 |
| HSL | 342.16º | 0.35% | 0.41% | - |
| HSV(B) | 342.16º | 0.52% | 0.56% | - |
| XYZ | 15.07 | 10.62 | 10.93 | - |
| YUV | 92.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 68 | 90 | 0 | 0.52 | 0.37 | 0.44 | 342.16 | 0.35 | 0.41 |
| Hex | 8E | 44 | 5A | 0 | 34 | 25 | 2C | 156 | 23 | 29 |
| Octal | 216 | 104 | 132 | 0 | 64 | 45 | 54 | 526 | 43 | 51 |
| Binary | 10001110 | 1000100 | 1011010 | 0 | 110100 | 100101 | 101100 | 101010110 | 100011 | 101001 |
Color Harmonies of #8E445A
Complementary color
Monochromatic Colors of #8E445A
Black with #8E445A
Text Example
Text Example
White with #8E445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E445A; }
p { color: rgb(142,68,90); }
H1.HeaderClassName
{
color: #8E445A;
}
.AnyTagClassName
{
color: #8E445A;
}
</style>
background-color css
<style>
a { background-color: #8E445A; }
a { background-color: rgb(142,68,90); }
div.DivClassName
{
background-color: #8E445A;
}
.BgClassName
{
background-color: #8E445A;
}
</style>
border-color css
<style>
span { border-color: #8E445A; }
span { border-color: rgb(142,68,90); }
td.TdClassName
{
border-color: #8E445A;
}
.TagClassName
{
border-color: #8E445A;
}
</style>