Shades of Camelot #8C4150
Tints of Camelot #8C4150
RGB
CMYK
RGB Variations
Color information
#8C4150 (or 0x8C4150) is known color: Camelot. HEX triplet: 8C, 41 and 50. RGB value is (140,65,80). Sum of RGB (Red+Green+Blue) = 140+65+80=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4150 is #73BEAF. Grayscale: #595959. Windows color (decimal): -7585456 or 5259660. OLE color: 5259660.
HSL color Cylindrical-coordinate representation of color #8C4150: hue angle of 348º 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 #8C4150 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 80 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.45 |
| HSL | 348º | 0.37% | 0.4% | - |
| HSV(B) | 348º | 0.54% | 0.55% | - |
| XYZ | 14.15 | 9.94 | 8.76 | - |
| YUV | 89.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 80 | 0 | 0.54 | 0.43 | 0.45 | 348 | 0.37 | 0.4 |
| Hex | 8C | 41 | 50 | 0 | 36 | 2B | 2D | 15C | 25 | 28 |
| Octal | 214 | 101 | 120 | 0 | 66 | 53 | 55 | 534 | 45 | 50 |
| Binary | 10001100 | 1000001 | 1010000 | 0 | 110110 | 101011 | 101101 | 101011100 | 100101 | 101000 |
Color Harmonies of #8C4150
Complementary color
Monochromatic Colors of #8C4150
Black with #8C4150
Text Example
Text Example
White with #8C4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4150; }
p { color: rgb(140,65,80); }
H1.HeaderClassName
{
color: #8C4150;
}
.AnyTagClassName
{
color: #8C4150;
}
</style>
background-color css
<style>
a { background-color: #8C4150; }
a { background-color: rgb(140,65,80); }
div.DivClassName
{
background-color: #8C4150;
}
.BgClassName
{
background-color: #8C4150;
}
</style>
border-color css
<style>
span { border-color: #8C4150; }
span { border-color: rgb(140,65,80); }
td.TdClassName
{
border-color: #8C4150;
}
.TagClassName
{
border-color: #8C4150;
}
</style>