Shades of Cadillac #8C4557
Tints of Cadillac #8C4557
RGB
CMYK
RGB Variations
Color information
#8C4557 (or 0x8C4557) is known color: Cadillac. HEX triplet: 8C, 45 and 57. RGB value is (140,69,87). Sum of RGB (Red+Green+Blue) = 140+69+87=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4557 is #73BAA8. Grayscale: #5C5C5C. Windows color (decimal): -7584425 or 5719436. OLE color: 5719436.
HSL color Cylindrical-coordinate representation of color #8C4557: hue angle of 344.79º 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 #8C4557 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 69 | 87 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.45 |
| HSL | 344.79º | 0.34% | 0.41% | - |
| HSV(B) | 344.79º | 0.51% | 0.55% | - |
| XYZ | 14.66 | 10.52 | 10.27 | - |
| YUV | 92.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 87 | 0 | 0.51 | 0.38 | 0.45 | 344.79 | 0.34 | 0.41 |
| Hex | 8C | 45 | 57 | 0 | 33 | 26 | 2D | 159 | 22 | 29 |
| Octal | 214 | 105 | 127 | 0 | 63 | 46 | 55 | 531 | 42 | 51 |
| Binary | 10001100 | 1000101 | 1010111 | 0 | 110011 | 100110 | 101101 | 101011001 | 100010 | 101001 |
Color Harmonies of #8C4557
Complementary color
Monochromatic Colors of #8C4557
Black with #8C4557
Text Example
Text Example
White with #8C4557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4557; }
p { color: rgb(140,69,87); }
H1.HeaderClassName
{
color: #8C4557;
}
.AnyTagClassName
{
color: #8C4557;
}
</style>
background-color css
<style>
a { background-color: #8C4557; }
a { background-color: rgb(140,69,87); }
div.DivClassName
{
background-color: #8C4557;
}
.BgClassName
{
background-color: #8C4557;
}
</style>
border-color css
<style>
span { border-color: #8C4557; }
span { border-color: rgb(140,69,87); }
td.TdClassName
{
border-color: #8C4557;
}
.TagClassName
{
border-color: #8C4557;
}
</style>