Shades of Cadillac #8C4556
Tints of Cadillac #8C4556
RGB
CMYK
RGB Variations
Color information
#8C4556 (or 0x8C4556) is known color: Cadillac. HEX triplet: 8C, 45 and 56. RGB value is (140,69,86). Sum of RGB (Red+Green+Blue) = 140+69+86=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4556 is #73BAA9. Grayscale: #5C5C5C. Windows color (decimal): -7584426 or 5653900. OLE color: 5653900.
HSL color Cylindrical-coordinate representation of color #8C4556: hue angle of 345.63º 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 #8C4556 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 69 | 86 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.45 |
| HSL | 345.63º | 0.34% | 0.41% | - |
| HSV(B) | 345.63º | 0.51% | 0.55% | - |
| XYZ | 14.62 | 10.5 | 10.06 | - |
| YUV | 92.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 86 | 0 | 0.51 | 0.39 | 0.45 | 345.63 | 0.34 | 0.41 |
| Hex | 8C | 45 | 56 | 0 | 33 | 27 | 2D | 15A | 22 | 29 |
| Octal | 214 | 105 | 126 | 0 | 63 | 47 | 55 | 532 | 42 | 51 |
| Binary | 10001100 | 1000101 | 1010110 | 0 | 110011 | 100111 | 101101 | 101011010 | 100010 | 101001 |
Color Harmonies of #8C4556
Complementary color
Monochromatic Colors of #8C4556
Black with #8C4556
Text Example
Text Example
White with #8C4556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4556; }
p { color: rgb(140,69,86); }
H1.HeaderClassName
{
color: #8C4556;
}
.AnyTagClassName
{
color: #8C4556;
}
</style>
background-color css
<style>
a { background-color: #8C4556; }
a { background-color: rgb(140,69,86); }
div.DivClassName
{
background-color: #8C4556;
}
.BgClassName
{
background-color: #8C4556;
}
</style>
border-color css
<style>
span { border-color: #8C4556; }
span { border-color: rgb(140,69,86); }
td.TdClassName
{
border-color: #8C4556;
}
.TagClassName
{
border-color: #8C4556;
}
</style>