Shades of Cadillac #8C4756
Tints of Cadillac #8C4756
RGB
CMYK
RGB Variations
Color information
#8C4756 (or 0x8C4756) is known color: Cadillac. HEX triplet: 8C, 47 and 56. RGB value is (140,71,86). Sum of RGB (Red+Green+Blue) = 140+71+86=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4756 is #73B8A9. Grayscale: #5D5D5D. Windows color (decimal): -7583914 or 5654412. OLE color: 5654412.
HSL color Cylindrical-coordinate representation of color #8C4756: hue angle of 346.96º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C4756 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 71 | 86 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.45 |
| HSL | 346.96º | 0.33% | 0.41% | - |
| HSV(B) | 346.96º | 0.49% | 0.55% | - |
| XYZ | 14.75 | 10.75 | 10.1 | - |
| YUV | 93.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 86 | 0 | 0.49 | 0.39 | 0.45 | 346.96 | 0.33 | 0.41 |
| Hex | 8C | 47 | 56 | 0 | 31 | 27 | 2D | 15B | 21 | 29 |
| Octal | 214 | 107 | 126 | 0 | 61 | 47 | 55 | 533 | 41 | 51 |
| Binary | 10001100 | 1000111 | 1010110 | 0 | 110001 | 100111 | 101101 | 101011011 | 100001 | 101001 |
Color Harmonies of #8C4756
Complementary color
Monochromatic Colors of #8C4756
Black with #8C4756
Text Example
Text Example
White with #8C4756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4756; }
p { color: rgb(140,71,86); }
H1.HeaderClassName
{
color: #8C4756;
}
.AnyTagClassName
{
color: #8C4756;
}
</style>
background-color css
<style>
a { background-color: #8C4756; }
a { background-color: rgb(140,71,86); }
div.DivClassName
{
background-color: #8C4756;
}
.BgClassName
{
background-color: #8C4756;
}
</style>
border-color css
<style>
span { border-color: #8C4756; }
span { border-color: rgb(140,71,86); }
td.TdClassName
{
border-color: #8C4756;
}
.TagClassName
{
border-color: #8C4756;
}
</style>