Shades of Peru #CE8244
Tints of Peru #CE8244
RGB
CMYK
RGB Variations
Color information
#CE8244 (or 0xCE8244) is known color: Peru. HEX triplet: CE, 82 and 44. RGB value is (206,130,68). Sum of RGB (Red+Green+Blue) = 206+130+68=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8244 is #317DBB. Grayscale: #919191. Windows color (decimal): -3243452 or 4489934. OLE color: 4489934.
HSL color Cylindrical-coordinate representation of color #CE8244: hue angle of 26.96º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE8244 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 68 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.19 |
| HSL | 26.96º | 0.58% | 0.54% | - |
| HSV(B) | 26.96º | 0.67% | 0.81% | - |
| XYZ | 34.48 | 29.5 | 9.35 | - |
| YUV | 145.66 | 84.18 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 68 | 0 | 0.37 | 0.67 | 0.19 | 26.96 | 0.58 | 0.54 |
| Hex | CE | 82 | 44 | 0 | 25 | 43 | 13 | 1B | 3A | 36 |
| Octal | 316 | 202 | 104 | 0 | 45 | 103 | 23 | 33 | 72 | 66 |
| Binary | 11001110 | 10000010 | 1000100 | 0 | 100101 | 1000011 | 10011 | 11011 | 111010 | 110110 |
Color Harmonies of #CE8244
Complementary color
Monochromatic Colors of #CE8244
Black with #CE8244
Text Example
Text Example
White with #CE8244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8244; }
p { color: rgb(206,130,68); }
H1.HeaderClassName
{
color: #CE8244;
}
.AnyTagClassName
{
color: #CE8244;
}
</style>
background-color css
<style>
a { background-color: #CE8244; }
a { background-color: rgb(206,130,68); }
div.DivClassName
{
background-color: #CE8244;
}
.BgClassName
{
background-color: #CE8244;
}
</style>
border-color css
<style>
span { border-color: #CE8244; }
span { border-color: rgb(206,130,68); }
td.TdClassName
{
border-color: #CE8244;
}
.TagClassName
{
border-color: #CE8244;
}
</style>