Shades of Peru #CE884D
Tints of Peru #CE884D
RGB
CMYK
RGB Variations
Color information
#CE884D (or 0xCE884D) is known color: Peru. HEX triplet: CE, 88 and 4D. RGB value is (206,136,77). Sum of RGB (Red+Green+Blue) = 206+136+77=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE884D is #3177B2. Grayscale: #969696. Windows color (decimal): -3241907 or 5081294. OLE color: 5081294.
HSL color Cylindrical-coordinate representation of color #CE884D: hue angle of 27.44º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE884D is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 77 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.19 |
| HSL | 27.44º | 0.57% | 0.55% | - |
| HSV(B) | 27.44º | 0.63% | 0.81% | - |
| XYZ | 35.6 | 31.27 | 11.18 | - |
| YUV | 150.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 77 | 0 | 0.34 | 0.63 | 0.19 | 27.44 | 0.57 | 0.55 |
| Hex | CE | 88 | 4D | 0 | 22 | 3F | 13 | 1B | 39 | 37 |
| Octal | 316 | 210 | 115 | 0 | 42 | 77 | 23 | 33 | 71 | 67 |
| Binary | 11001110 | 10001000 | 1001101 | 0 | 100010 | 111111 | 10011 | 11011 | 111001 | 110111 |
Color Harmonies of #CE884D
Complementary color
Monochromatic Colors of #CE884D
Black with #CE884D
Text Example
Text Example
White with #CE884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE884D; }
p { color: rgb(206,136,77); }
H1.HeaderClassName
{
color: #CE884D;
}
.AnyTagClassName
{
color: #CE884D;
}
</style>
background-color css
<style>
a { background-color: #CE884D; }
a { background-color: rgb(206,136,77); }
div.DivClassName
{
background-color: #CE884D;
}
.BgClassName
{
background-color: #CE884D;
}
</style>
border-color css
<style>
span { border-color: #CE884D; }
span { border-color: rgb(206,136,77); }
td.TdClassName
{
border-color: #CE884D;
}
.TagClassName
{
border-color: #CE884D;
}
</style>