Shades of Peru #CE8C3D
Tints of Peru #CE8C3D
RGB
CMYK
RGB Variations
Color information
#CE8C3D (or 0xCE8C3D) is known color: Peru. HEX triplet: CE, 8C and 3D. RGB value is (206,140,61). Sum of RGB (Red+Green+Blue) = 206+140+61=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8C3D is #3173C2. Grayscale: #979797. Windows color (decimal): -3240899 or 4033742. OLE color: 4033742.
HSL color Cylindrical-coordinate representation of color #CE8C3D: hue angle of 32.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE8C3D is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 61 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.19 |
| HSL | 32.69º | 0.6% | 0.52% | - |
| HSV(B) | 32.69º | 0.7% | 0.81% | - |
| XYZ | 35.67 | 32.21 | 8.75 | - |
| YUV | 150.73 | 77.37 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 61 | 0 | 0.32 | 0.70 | 0.19 | 32.69 | 0.6 | 0.52 |
| Hex | CE | 8C | 3D | 0 | 20 | 46 | 13 | 21 | 3C | 34 |
| Octal | 316 | 214 | 75 | 0 | 40 | 106 | 23 | 41 | 74 | 64 |
| Binary | 11001110 | 10001100 | 111101 | 0 | 100000 | 1000110 | 10011 | 100001 | 111100 | 110100 |
Color Harmonies of #CE8C3D
Complementary color
Monochromatic Colors of #CE8C3D
Black with #CE8C3D
Text Example
Text Example
White with #CE8C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C3D; }
p { color: rgb(206,140,61); }
H1.HeaderClassName
{
color: #CE8C3D;
}
.AnyTagClassName
{
color: #CE8C3D;
}
</style>
background-color css
<style>
a { background-color: #CE8C3D; }
a { background-color: rgb(206,140,61); }
div.DivClassName
{
background-color: #CE8C3D;
}
.BgClassName
{
background-color: #CE8C3D;
}
</style>
border-color css
<style>
span { border-color: #CE8C3D; }
span { border-color: rgb(206,140,61); }
td.TdClassName
{
border-color: #CE8C3D;
}
.TagClassName
{
border-color: #CE8C3D;
}
</style>