Shades of Cadillac #8C4857
Tints of Cadillac #8C4857
RGB
CMYK
RGB Variations
Color information
#8C4857 (or 0x8C4857) is known color: Cadillac. HEX triplet: 8C, 48 and 57. RGB value is (140,72,87). Sum of RGB (Red+Green+Blue) = 140+72+87=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4857 is #73B7A8. Grayscale: #5E5E5E. Windows color (decimal): -7583657 or 5720204. OLE color: 5720204.
HSL color Cylindrical-coordinate representation of color #8C4857: hue angle of 346.76º 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 #8C4857 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 72 | 87 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.45 |
| HSL | 346.76º | 0.32% | 0.42% | - |
| HSV(B) | 346.76º | 0.49% | 0.55% | - |
| XYZ | 14.85 | 10.9 | 10.34 | - |
| YUV | 94.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 87 | 0 | 0.49 | 0.38 | 0.45 | 346.76 | 0.32 | 0.42 |
| Hex | 8C | 48 | 57 | 0 | 31 | 26 | 2D | 15B | 20 | 2A |
| Octal | 214 | 110 | 127 | 0 | 61 | 46 | 55 | 533 | 40 | 52 |
| Binary | 10001100 | 1001000 | 1010111 | 0 | 110001 | 100110 | 101101 | 101011011 | 100000 | 101010 |
Color Harmonies of #8C4857
Complementary color
Monochromatic Colors of #8C4857
Black with #8C4857
Text Example
Text Example
White with #8C4857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4857; }
p { color: rgb(140,72,87); }
H1.HeaderClassName
{
color: #8C4857;
}
.AnyTagClassName
{
color: #8C4857;
}
</style>
background-color css
<style>
a { background-color: #8C4857; }
a { background-color: rgb(140,72,87); }
div.DivClassName
{
background-color: #8C4857;
}
.BgClassName
{
background-color: #8C4857;
}
</style>
border-color css
<style>
span { border-color: #8C4857; }
span { border-color: rgb(140,72,87); }
td.TdClassName
{
border-color: #8C4857;
}
.TagClassName
{
border-color: #8C4857;
}
</style>