Shades of Camelot #8C2F42
Tints of Camelot #8C2F42
RGB
CMYK
RGB Variations
Color information
#8C2F42 (or 0x8C2F42) is known color: Camelot. HEX triplet: 8C, 2F and 42. RGB value is (140,47,66). Sum of RGB (Red+Green+Blue) = 140+47+66=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2F42 is #73D0BD. Grayscale: #4C4C4C. Windows color (decimal): -7590078 or 4337548. OLE color: 4337548.
HSL color Cylindrical-coordinate representation of color #8C2F42: hue angle of 347.74º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C2F42 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 47 | 66 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.45 |
| HSL | 347.74º | 0.5% | 0.37% | - |
| HSV(B) | 347.74º | 0.66% | 0.55% | - |
| XYZ | 12.82 | 8 | 6.02 | - |
| YUV | 76.97 | 121.81 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 66 | 0 | 0.66 | 0.53 | 0.45 | 347.74 | 0.5 | 0.37 |
| Hex | 8C | 2F | 42 | 0 | 42 | 35 | 2D | 15C | 32 | 25 |
| Octal | 214 | 57 | 102 | 0 | 102 | 65 | 55 | 534 | 62 | 45 |
| Binary | 10001100 | 101111 | 1000010 | 0 | 1000010 | 110101 | 101101 | 101011100 | 110010 | 100101 |
Color Harmonies of #8C2F42
Complementary color
Monochromatic Colors of #8C2F42
Black with #8C2F42
Text Example
Text Example
White with #8C2F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2F42; }
p { color: rgb(140,47,66); }
H1.HeaderClassName
{
color: #8C2F42;
}
.AnyTagClassName
{
color: #8C2F42;
}
</style>
background-color css
<style>
a { background-color: #8C2F42; }
a { background-color: rgb(140,47,66); }
div.DivClassName
{
background-color: #8C2F42;
}
.BgClassName
{
background-color: #8C2F42;
}
</style>
border-color css
<style>
span { border-color: #8C2F42; }
span { border-color: rgb(140,47,66); }
td.TdClassName
{
border-color: #8C2F42;
}
.TagClassName
{
border-color: #8C2F42;
}
</style>