Shades of Cadillac #8C4957
Tints of Cadillac #8C4957
RGB
CMYK
RGB Variations
Color information
#8C4957 (or 0x8C4957) is known color: Cadillac. HEX triplet: 8C, 49 and 57. RGB value is (140,73,87). Sum of RGB (Red+Green+Blue) = 140+73+87=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4957 is #73B6A8. Grayscale: #5E5E5E. Windows color (decimal): -7583401 or 5720460. OLE color: 5720460.
HSL color Cylindrical-coordinate representation of color #8C4957: hue angle of 347.46º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C4957 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 87 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.45 |
| HSL | 347.46º | 0.31% | 0.42% | - |
| HSV(B) | 347.46º | 0.48% | 0.55% | - |
| XYZ | 14.92 | 11.03 | 10.36 | - |
| YUV | 94.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 87 | 0 | 0.48 | 0.38 | 0.45 | 347.46 | 0.31 | 0.42 |
| Hex | 8C | 49 | 57 | 0 | 30 | 26 | 2D | 15B | 1F | 2A |
| Octal | 214 | 111 | 127 | 0 | 60 | 46 | 55 | 533 | 37 | 52 |
| Binary | 10001100 | 1001001 | 1010111 | 0 | 110000 | 100110 | 101101 | 101011011 | 11111 | 101010 |
Color Harmonies of #8C4957
Complementary color
Monochromatic Colors of #8C4957
Black with #8C4957
Text Example
Text Example
White with #8C4957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4957; }
p { color: rgb(140,73,87); }
H1.HeaderClassName
{
color: #8C4957;
}
.AnyTagClassName
{
color: #8C4957;
}
</style>
background-color css
<style>
a { background-color: #8C4957; }
a { background-color: rgb(140,73,87); }
div.DivClassName
{
background-color: #8C4957;
}
.BgClassName
{
background-color: #8C4957;
}
</style>
border-color css
<style>
span { border-color: #8C4957; }
span { border-color: rgb(140,73,87); }
td.TdClassName
{
border-color: #8C4957;
}
.TagClassName
{
border-color: #8C4957;
}
</style>