Shades of Cadillac #8D4858
Tints of Cadillac #8D4858
RGB
CMYK
RGB Variations
Color information
#8D4858 (or 0x8D4858) is known color: Cadillac. HEX triplet: 8D, 48 and 58. RGB value is (141,72,88). Sum of RGB (Red+Green+Blue) = 141+72+88=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4858 is #72B7A7. Grayscale: #5E5E5E. Windows color (decimal): -7518120 or 5785741. OLE color: 5785741.
HSL color Cylindrical-coordinate representation of color #8D4858: hue angle of 346.09º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D4858 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 88 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.45 |
| HSL | 346.09º | 0.32% | 0.42% | - |
| HSV(B) | 346.09º | 0.49% | 0.55% | - |
| XYZ | 15.06 | 11 | 10.56 | - |
| YUV | 94.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 88 | 0 | 0.49 | 0.38 | 0.45 | 346.09 | 0.32 | 0.42 |
| Hex | 8D | 48 | 58 | 0 | 31 | 26 | 2D | 15A | 20 | 2A |
| Octal | 215 | 110 | 130 | 0 | 61 | 46 | 55 | 532 | 40 | 52 |
| Binary | 10001101 | 1001000 | 1011000 | 0 | 110001 | 100110 | 101101 | 101011010 | 100000 | 101010 |
Color Harmonies of #8D4858
Complementary color
Monochromatic Colors of #8D4858
Black with #8D4858
Text Example
Text Example
White with #8D4858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4858; }
p { color: rgb(141,72,88); }
H1.HeaderClassName
{
color: #8D4858;
}
.AnyTagClassName
{
color: #8D4858;
}
</style>
background-color css
<style>
a { background-color: #8D4858; }
a { background-color: rgb(141,72,88); }
div.DivClassName
{
background-color: #8D4858;
}
.BgClassName
{
background-color: #8D4858;
}
</style>
border-color css
<style>
span { border-color: #8D4858; }
span { border-color: rgb(141,72,88); }
td.TdClassName
{
border-color: #8D4858;
}
.TagClassName
{
border-color: #8D4858;
}
</style>