Shades of Peru #CE8A49
Tints of Peru #CE8A49
RGB
CMYK
RGB Variations
Color information
#CE8A49 (or 0xCE8A49) is known color: Peru. HEX triplet: CE, 8A and 49. RGB value is (206,138,73). Sum of RGB (Red+Green+Blue) = 206+138+73=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8A49 is #3175B6. Grayscale: #979797. Windows color (decimal): -3241399 or 4819662. OLE color: 4819662.
HSL color Cylindrical-coordinate representation of color #CE8A49: hue angle of 29.32º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE8A49 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 73 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.19 |
| HSL | 29.32º | 0.58% | 0.55% | - |
| HSV(B) | 29.32º | 0.65% | 0.81% | - |
| XYZ | 35.74 | 31.78 | 10.55 | - |
| YUV | 150.92 | 84.03 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 73 | 0 | 0.33 | 0.65 | 0.19 | 29.32 | 0.58 | 0.55 |
| Hex | CE | 8A | 49 | 0 | 21 | 41 | 13 | 1D | 3A | 37 |
| Octal | 316 | 212 | 111 | 0 | 41 | 101 | 23 | 35 | 72 | 67 |
| Binary | 11001110 | 10001010 | 1001001 | 0 | 100001 | 1000001 | 10011 | 11101 | 111010 | 110111 |
Color Harmonies of #CE8A49
Complementary color
Monochromatic Colors of #CE8A49
Black with #CE8A49
Text Example
Text Example
White with #CE8A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A49; }
p { color: rgb(206,138,73); }
H1.HeaderClassName
{
color: #CE8A49;
}
.AnyTagClassName
{
color: #CE8A49;
}
</style>
background-color css
<style>
a { background-color: #CE8A49; }
a { background-color: rgb(206,138,73); }
div.DivClassName
{
background-color: #CE8A49;
}
.BgClassName
{
background-color: #CE8A49;
}
</style>
border-color css
<style>
span { border-color: #CE8A49; }
span { border-color: rgb(206,138,73); }
td.TdClassName
{
border-color: #CE8A49;
}
.TagClassName
{
border-color: #CE8A49;
}
</style>