Shades of Camelot #8C3646
Tints of Camelot #8C3646
RGB
CMYK
RGB Variations
Color information
#8C3646 (or 0x8C3646) is known color: Camelot. HEX triplet: 8C, 36 and 46. RGB value is (140,54,70). Sum of RGB (Red+Green+Blue) = 140+54+70=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3646 is #73C9B9. Grayscale: #515151. Windows color (decimal): -7588282 or 4601484. OLE color: 4601484.
HSL color Cylindrical-coordinate representation of color #8C3646: hue angle of 348.84º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C3646 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 70 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.45 |
| HSL | 348.84º | 0.44% | 0.38% | - |
| HSV(B) | 348.84º | 0.61% | 0.55% | - |
| XYZ | 13.24 | 8.66 | 6.77 | - |
| YUV | 81.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 70 | 0 | 0.61 | 0.50 | 0.45 | 348.84 | 0.44 | 0.38 |
| Hex | 8C | 36 | 46 | 0 | 3D | 32 | 2D | 15D | 2C | 26 |
| Octal | 214 | 66 | 106 | 0 | 75 | 62 | 55 | 535 | 54 | 46 |
| Binary | 10001100 | 110110 | 1000110 | 0 | 111101 | 110010 | 101101 | 101011101 | 101100 | 100110 |
Color Harmonies of #8C3646
Complementary color
Monochromatic Colors of #8C3646
Black with #8C3646
Text Example
Text Example
White with #8C3646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3646; }
p { color: rgb(140,54,70); }
H1.HeaderClassName
{
color: #8C3646;
}
.AnyTagClassName
{
color: #8C3646;
}
</style>
background-color css
<style>
a { background-color: #8C3646; }
a { background-color: rgb(140,54,70); }
div.DivClassName
{
background-color: #8C3646;
}
.BgClassName
{
background-color: #8C3646;
}
</style>
border-color css
<style>
span { border-color: #8C3646; }
span { border-color: rgb(140,54,70); }
td.TdClassName
{
border-color: #8C3646;
}
.TagClassName
{
border-color: #8C3646;
}
</style>