Shades of Camelot #8C3446
Tints of Camelot #8C3446
RGB
CMYK
RGB Variations
Color information
#8C3446 (or 0x8C3446) is known color: Camelot. HEX triplet: 8C, 34 and 46. RGB value is (140,52,70). Sum of RGB (Red+Green+Blue) = 140+52+70=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3446 is #73CBB9. Grayscale: #505050. Windows color (decimal): -7588794 or 4600972. OLE color: 4600972.
HSL color Cylindrical-coordinate representation of color #8C3446: hue angle of 347.73º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3446 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 70 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.45 |
| HSL | 347.73º | 0.46% | 0.38% | - |
| HSV(B) | 347.73º | 0.63% | 0.55% | - |
| XYZ | 13.15 | 8.47 | 6.74 | - |
| YUV | 80.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 70 | 0 | 0.63 | 0.50 | 0.45 | 347.73 | 0.46 | 0.38 |
| Hex | 8C | 34 | 46 | 0 | 3F | 32 | 2D | 15C | 2E | 26 |
| Octal | 214 | 64 | 106 | 0 | 77 | 62 | 55 | 534 | 56 | 46 |
| Binary | 10001100 | 110100 | 1000110 | 0 | 111111 | 110010 | 101101 | 101011100 | 101110 | 100110 |
Color Harmonies of #8C3446
Complementary color
Monochromatic Colors of #8C3446
Black with #8C3446
Text Example
Text Example
White with #8C3446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3446; }
p { color: rgb(140,52,70); }
H1.HeaderClassName
{
color: #8C3446;
}
.AnyTagClassName
{
color: #8C3446;
}
</style>
background-color css
<style>
a { background-color: #8C3446; }
a { background-color: rgb(140,52,70); }
div.DivClassName
{
background-color: #8C3446;
}
.BgClassName
{
background-color: #8C3446;
}
</style>
border-color css
<style>
span { border-color: #8C3446; }
span { border-color: rgb(140,52,70); }
td.TdClassName
{
border-color: #8C3446;
}
.TagClassName
{
border-color: #8C3446;
}
</style>