Shades of Peru #CE884C
Tints of Peru #CE884C
RGB
CMYK
RGB Variations
Color information
#CE884C (or 0xCE884C) is known color: Peru. HEX triplet: CE, 88 and 4C. RGB value is (206,136,76). Sum of RGB (Red+Green+Blue) = 206+136+76=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE884C is #3177B3. Grayscale: #969696. Windows color (decimal): -3241908 or 5015758. OLE color: 5015758.
HSL color Cylindrical-coordinate representation of color #CE884C: hue angle of 27.69º 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 #CE884C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 76 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.19 |
| HSL | 27.69º | 0.57% | 0.55% | - |
| HSV(B) | 27.69º | 0.63% | 0.81% | - |
| XYZ | 35.56 | 31.25 | 11 | - |
| YUV | 150.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 76 | 0 | 0.34 | 0.63 | 0.19 | 27.69 | 0.57 | 0.55 |
| Hex | CE | 88 | 4C | 0 | 22 | 3F | 13 | 1C | 39 | 37 |
| Octal | 316 | 210 | 114 | 0 | 42 | 77 | 23 | 34 | 71 | 67 |
| Binary | 11001110 | 10001000 | 1001100 | 0 | 100010 | 111111 | 10011 | 11100 | 111001 | 110111 |
Color Harmonies of #CE884C
Complementary color
Monochromatic Colors of #CE884C
Black with #CE884C
Text Example
Text Example
White with #CE884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE884C; }
p { color: rgb(206,136,76); }
H1.HeaderClassName
{
color: #CE884C;
}
.AnyTagClassName
{
color: #CE884C;
}
</style>
background-color css
<style>
a { background-color: #CE884C; }
a { background-color: rgb(206,136,76); }
div.DivClassName
{
background-color: #CE884C;
}
.BgClassName
{
background-color: #CE884C;
}
</style>
border-color css
<style>
span { border-color: #CE884C; }
span { border-color: rgb(206,136,76); }
td.TdClassName
{
border-color: #CE884C;
}
.TagClassName
{
border-color: #CE884C;
}
</style>