Shades of Camelot #804456
Tints of Camelot #804456
RGB
CMYK
RGB Variations
Color information
#804456 (or 0x804456) is known color: Camelot. HEX triplet: 80, 44 and 56. RGB value is (128,68,86). Sum of RGB (Red+Green+Blue) = 128+68+86=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #804456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804456 is #7FBBA9. Grayscale: #575757. Windows color (decimal): -8371114 or 5653632. OLE color: 5653632.
HSL color Cylindrical-coordinate representation of color #804456: hue angle of 342º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #804456 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 86 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.50 |
| HSL | 342º | 0.31% | 0.38% | - |
| HSV(B) | 342º | 0.47% | 0.5% | - |
| XYZ | 12.65 | 9.4 | 9.95 | - |
| YUV | 87.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 86 | 0 | 0.47 | 0.33 | 0.50 | 342 | 0.31 | 0.38 |
| Hex | 80 | 44 | 56 | 0 | 2F | 21 | 32 | 156 | 1F | 26 |
| Octal | 200 | 104 | 126 | 0 | 57 | 41 | 62 | 526 | 37 | 46 |
| Binary | 10000000 | 1000100 | 1010110 | 0 | 101111 | 100001 | 110010 | 101010110 | 11111 | 100110 |
Color Harmonies of #804456
Complementary color
Monochromatic Colors of #804456
Black with #804456
Text Example
Text Example
White with #804456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804456; }
p { color: rgb(128,68,86); }
H1.HeaderClassName
{
color: #804456;
}
.AnyTagClassName
{
color: #804456;
}
</style>
background-color css
<style>
a { background-color: #804456; }
a { background-color: rgb(128,68,86); }
div.DivClassName
{
background-color: #804456;
}
.BgClassName
{
background-color: #804456;
}
</style>
border-color css
<style>
span { border-color: #804456; }
span { border-color: rgb(128,68,86); }
td.TdClassName
{
border-color: #804456;
}
.TagClassName
{
border-color: #804456;
}
</style>