Shades of Camelot #8C4050
Tints of Camelot #8C4050
RGB
CMYK
RGB Variations
Color information
#8C4050 (or 0x8C4050) is known color: Camelot. HEX triplet: 8C, 40 and 50. RGB value is (140,64,80). Sum of RGB (Red+Green+Blue) = 140+64+80=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4050 is #73BFAF. Grayscale: #585858. Windows color (decimal): -7585712 or 5259404. OLE color: 5259404.
HSL color Cylindrical-coordinate representation of color #8C4050: hue angle of 347.37º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4050 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 64 | 80 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.45 |
| HSL | 347.37º | 0.37% | 0.4% | - |
| HSV(B) | 347.37º | 0.54% | 0.55% | - |
| XYZ | 14.1 | 9.82 | 8.74 | - |
| YUV | 88.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 80 | 0 | 0.54 | 0.43 | 0.45 | 347.37 | 0.37 | 0.4 |
| Hex | 8C | 40 | 50 | 0 | 36 | 2B | 2D | 15B | 25 | 28 |
| Octal | 214 | 100 | 120 | 0 | 66 | 53 | 55 | 533 | 45 | 50 |
| Binary | 10001100 | 1000000 | 1010000 | 0 | 110110 | 101011 | 101101 | 101011011 | 100101 | 101000 |
Color Harmonies of #8C4050
Complementary color
Monochromatic Colors of #8C4050
Black with #8C4050
Text Example
Text Example
White with #8C4050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4050; }
p { color: rgb(140,64,80); }
H1.HeaderClassName
{
color: #8C4050;
}
.AnyTagClassName
{
color: #8C4050;
}
</style>
background-color css
<style>
a { background-color: #8C4050; }
a { background-color: rgb(140,64,80); }
div.DivClassName
{
background-color: #8C4050;
}
.BgClassName
{
background-color: #8C4050;
}
</style>
border-color css
<style>
span { border-color: #8C4050; }
span { border-color: rgb(140,64,80); }
td.TdClassName
{
border-color: #8C4050;
}
.TagClassName
{
border-color: #8C4050;
}
</style>