Shades of Cadillac #8E4365
Tints of Cadillac #8E4365
RGB
CMYK
RGB Variations
Color information
#8E4365 (or 0x8E4365) is known color: Cadillac. HEX triplet: 8E, 43 and 65. RGB value is (142,67,101). Sum of RGB (Red+Green+Blue) = 142+67+101=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4365 is #71BC9A. Grayscale: #5D5D5D. Windows color (decimal): -7453851 or 6636430. OLE color: 6636430.
HSL color Cylindrical-coordinate representation of color #8E4365: hue angle of 332.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E4365 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 67 | 101 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.44 |
| HSL | 332.8º | 0.36% | 0.41% | - |
| HSV(B) | 332.8º | 0.53% | 0.56% | - |
| XYZ | 15.51 | 10.7 | 13.56 | - |
| YUV | 93.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 67 | 101 | 0 | 0.53 | 0.29 | 0.44 | 332.8 | 0.36 | 0.41 |
| Hex | 8E | 43 | 65 | 0 | 35 | 1D | 2C | 14D | 24 | 29 |
| Octal | 216 | 103 | 145 | 0 | 65 | 35 | 54 | 515 | 44 | 51 |
| Binary | 10001110 | 1000011 | 1100101 | 0 | 110101 | 11101 | 101100 | 101001101 | 100100 | 101001 |
Color Harmonies of #8E4365
Complementary color
Monochromatic Colors of #8E4365
Black with #8E4365
Text Example
Text Example
White with #8E4365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4365; }
p { color: rgb(142,67,101); }
H1.HeaderClassName
{
color: #8E4365;
}
.AnyTagClassName
{
color: #8E4365;
}
</style>
background-color css
<style>
a { background-color: #8E4365; }
a { background-color: rgb(142,67,101); }
div.DivClassName
{
background-color: #8E4365;
}
.BgClassName
{
background-color: #8E4365;
}
</style>
border-color css
<style>
span { border-color: #8E4365; }
span { border-color: rgb(142,67,101); }
td.TdClassName
{
border-color: #8E4365;
}
.TagClassName
{
border-color: #8E4365;
}
</style>