Shades of Cadillac #8E4068
Tints of Cadillac #8E4068
RGB
CMYK
RGB Variations
Color information
#8E4068 (or 0x8E4068) is known color: Cadillac. HEX triplet: 8E, 40 and 68. RGB value is (142,64,104). Sum of RGB (Red+Green+Blue) = 142+64+104=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4068 is #71BF97. Grayscale: #5B5B5B. Windows color (decimal): -7454616 or 6832270. OLE color: 6832270.
HSL color Cylindrical-coordinate representation of color #8E4068: hue angle of 329.23º 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 #8E4068 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 64 | 104 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.44 |
| HSL | 329.23º | 0.38% | 0.4% | - |
| HSV(B) | 329.23º | 0.55% | 0.56% | - |
| XYZ | 15.49 | 10.42 | 14.29 | - |
| YUV | 91.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 64 | 104 | 0 | 0.55 | 0.27 | 0.44 | 329.23 | 0.38 | 0.4 |
| Hex | 8E | 40 | 68 | 0 | 37 | 1B | 2C | 149 | 26 | 28 |
| Octal | 216 | 100 | 150 | 0 | 67 | 33 | 54 | 511 | 46 | 50 |
| Binary | 10001110 | 1000000 | 1101000 | 0 | 110111 | 11011 | 101100 | 101001001 | 100110 | 101000 |
Color Harmonies of #8E4068
Complementary color
Monochromatic Colors of #8E4068
Black with #8E4068
Text Example
Text Example
White with #8E4068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4068; }
p { color: rgb(142,64,104); }
H1.HeaderClassName
{
color: #8E4068;
}
.AnyTagClassName
{
color: #8E4068;
}
</style>
background-color css
<style>
a { background-color: #8E4068; }
a { background-color: rgb(142,64,104); }
div.DivClassName
{
background-color: #8E4068;
}
.BgClassName
{
background-color: #8E4068;
}
</style>
border-color css
<style>
span { border-color: #8E4068; }
span { border-color: rgb(142,64,104); }
td.TdClassName
{
border-color: #8E4068;
}
.TagClassName
{
border-color: #8E4068;
}
</style>