Shades of Cadillac #8D4556
Tints of Cadillac #8D4556
RGB
CMYK
RGB Variations
Color information
#8D4556 (or 0x8D4556) is known color: Cadillac. HEX triplet: 8D, 45 and 56. RGB value is (141,69,86). Sum of RGB (Red+Green+Blue) = 141+69+86=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4556 is #72BAA9. Grayscale: #5C5C5C. Windows color (decimal): -7518890 or 5653901. OLE color: 5653901.
HSL color Cylindrical-coordinate representation of color #8D4556: hue angle of 345.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4556 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 86 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.45 |
| HSL | 345.83º | 0.34% | 0.41% | - |
| HSV(B) | 345.83º | 0.51% | 0.55% | - |
| XYZ | 14.79 | 10.59 | 10.07 | - |
| YUV | 92.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 86 | 0 | 0.51 | 0.39 | 0.45 | 345.83 | 0.34 | 0.41 |
| Hex | 8D | 45 | 56 | 0 | 33 | 27 | 2D | 15A | 22 | 29 |
| Octal | 215 | 105 | 126 | 0 | 63 | 47 | 55 | 532 | 42 | 51 |
| Binary | 10001101 | 1000101 | 1010110 | 0 | 110011 | 100111 | 101101 | 101011010 | 100010 | 101001 |
Color Harmonies of #8D4556
Complementary color
Monochromatic Colors of #8D4556
Black with #8D4556
Text Example
Text Example
White with #8D4556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4556; }
p { color: rgb(141,69,86); }
H1.HeaderClassName
{
color: #8D4556;
}
.AnyTagClassName
{
color: #8D4556;
}
</style>
background-color css
<style>
a { background-color: #8D4556; }
a { background-color: rgb(141,69,86); }
div.DivClassName
{
background-color: #8D4556;
}
.BgClassName
{
background-color: #8D4556;
}
</style>
border-color css
<style>
span { border-color: #8D4556; }
span { border-color: rgb(141,69,86); }
td.TdClassName
{
border-color: #8D4556;
}
.TagClassName
{
border-color: #8D4556;
}
</style>