Shades of Camelot #804257
Tints of Camelot #804257
RGB
CMYK
RGB Variations
Color information
#804257 (or 0x804257) is known color: Camelot. HEX triplet: 80, 42 and 57. RGB value is (128,66,87). Sum of RGB (Red+Green+Blue) = 128+66+87=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #804257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804257 is #7FBDA8. Grayscale: #565656. Windows color (decimal): -8371625 or 5718656. OLE color: 5718656.
HSL color Cylindrical-coordinate representation of color #804257: hue angle of 339.68º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804257 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 66 | 87 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.50 |
| HSL | 339.68º | 0.32% | 0.38% | - |
| HSV(B) | 339.68º | 0.48% | 0.5% | - |
| XYZ | 12.57 | 9.17 | 10.12 | - |
| YUV | 86.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 87 | 0 | 0.48 | 0.32 | 0.50 | 339.68 | 0.32 | 0.38 |
| Hex | 80 | 42 | 57 | 0 | 30 | 20 | 32 | 154 | 20 | 26 |
| Octal | 200 | 102 | 127 | 0 | 60 | 40 | 62 | 524 | 40 | 46 |
| Binary | 10000000 | 1000010 | 1010111 | 0 | 110000 | 100000 | 110010 | 101010100 | 100000 | 100110 |
Color Harmonies of #804257
Complementary color
Monochromatic Colors of #804257
Black with #804257
Text Example
Text Example
White with #804257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804257; }
p { color: rgb(128,66,87); }
H1.HeaderClassName
{
color: #804257;
}
.AnyTagClassName
{
color: #804257;
}
</style>
background-color css
<style>
a { background-color: #804257; }
a { background-color: rgb(128,66,87); }
div.DivClassName
{
background-color: #804257;
}
.BgClassName
{
background-color: #804257;
}
</style>
border-color css
<style>
span { border-color: #804257; }
span { border-color: rgb(128,66,87); }
td.TdClassName
{
border-color: #804257;
}
.TagClassName
{
border-color: #804257;
}
</style>