Shades of Peru #CE883A
Tints of Peru #CE883A
RGB
CMYK
RGB Variations
Color information
#CE883A (or 0xCE883A) is known color: Peru. HEX triplet: CE, 88 and 3A. RGB value is (206,136,58). Sum of RGB (Red+Green+Blue) = 206+136+58=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE883A is #3177C5. Grayscale: #949494. Windows color (decimal): -3241926 or 3836110. OLE color: 3836110.
HSL color Cylindrical-coordinate representation of color #CE883A: hue angle of 31.62º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE883A is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 58 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.19 |
| HSL | 31.62º | 0.6% | 0.52% | - |
| HSV(B) | 31.62º | 0.72% | 0.81% | - |
| XYZ | 35.02 | 31.04 | 8.15 | - |
| YUV | 148.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 58 | 0 | 0.34 | 0.72 | 0.19 | 31.62 | 0.6 | 0.52 |
| Hex | CE | 88 | 3A | 0 | 22 | 48 | 13 | 20 | 3C | 34 |
| Octal | 316 | 210 | 72 | 0 | 42 | 110 | 23 | 40 | 74 | 64 |
| Binary | 11001110 | 10001000 | 111010 | 0 | 100010 | 1001000 | 10011 | 100000 | 111100 | 110100 |
Color Harmonies of #CE883A
Complementary color
Monochromatic Colors of #CE883A
Black with #CE883A
Text Example
Text Example
White with #CE883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE883A; }
p { color: rgb(206,136,58); }
H1.HeaderClassName
{
color: #CE883A;
}
.AnyTagClassName
{
color: #CE883A;
}
</style>
background-color css
<style>
a { background-color: #CE883A; }
a { background-color: rgb(206,136,58); }
div.DivClassName
{
background-color: #CE883A;
}
.BgClassName
{
background-color: #CE883A;
}
</style>
border-color css
<style>
span { border-color: #CE883A; }
span { border-color: rgb(206,136,58); }
td.TdClassName
{
border-color: #CE883A;
}
.TagClassName
{
border-color: #CE883A;
}
</style>