Shades of Camelot #8C4152
Tints of Camelot #8C4152
RGB
CMYK
RGB Variations
Color information
#8C4152 (or 0x8C4152) is known color: Camelot. HEX triplet: 8C, 41 and 52. RGB value is (140,65,82). Sum of RGB (Red+Green+Blue) = 140+65+82=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4152 is #73BEAD. Grayscale: #595959. Windows color (decimal): -7585454 or 5390732. OLE color: 5390732.
HSL color Cylindrical-coordinate representation of color #8C4152: hue angle of 346.4º 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 #8C4152 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 82 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.45 |
| HSL | 346.4º | 0.37% | 0.4% | - |
| HSV(B) | 346.4º | 0.54% | 0.55% | - |
| XYZ | 14.23 | 9.97 | 9.16 | - |
| YUV | 89.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 82 | 0 | 0.54 | 0.41 | 0.45 | 346.4 | 0.37 | 0.4 |
| Hex | 8C | 41 | 52 | 0 | 36 | 29 | 2D | 15A | 25 | 28 |
| Octal | 214 | 101 | 122 | 0 | 66 | 51 | 55 | 532 | 45 | 50 |
| Binary | 10001100 | 1000001 | 1010010 | 0 | 110110 | 101001 | 101101 | 101011010 | 100101 | 101000 |
Color Harmonies of #8C4152
Complementary color
Monochromatic Colors of #8C4152
Black with #8C4152
Text Example
Text Example
White with #8C4152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4152; }
p { color: rgb(140,65,82); }
H1.HeaderClassName
{
color: #8C4152;
}
.AnyTagClassName
{
color: #8C4152;
}
</style>
background-color css
<style>
a { background-color: #8C4152; }
a { background-color: rgb(140,65,82); }
div.DivClassName
{
background-color: #8C4152;
}
.BgClassName
{
background-color: #8C4152;
}
</style>
border-color css
<style>
span { border-color: #8C4152; }
span { border-color: rgb(140,65,82); }
td.TdClassName
{
border-color: #8C4152;
}
.TagClassName
{
border-color: #8C4152;
}
</style>