Shades of Peru #CE7E3D
Tints of Peru #CE7E3D
RGB
CMYK
RGB Variations
Color information
#CE7E3D (or 0xCE7E3D) is known color: Peru. HEX triplet: CE, 7E and 3D. RGB value is (206,126,61). Sum of RGB (Red+Green+Blue) = 206+126+61=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7E3D is #3181C2. Grayscale: #8E8E8E. Windows color (decimal): -3244483 or 4030158. OLE color: 4030158.
HSL color Cylindrical-coordinate representation of color #CE7E3D: hue angle of 26.9º 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 #CE7E3D is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 61 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.19 |
| HSL | 26.9º | 0.6% | 0.52% | - |
| HSV(B) | 26.9º | 0.7% | 0.81% | - |
| XYZ | 33.76 | 28.38 | 8.11 | - |
| YUV | 142.51 | 82 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 61 | 0 | 0.39 | 0.70 | 0.19 | 26.9 | 0.6 | 0.52 |
| Hex | CE | 7E | 3D | 0 | 27 | 46 | 13 | 1B | 3C | 34 |
| Octal | 316 | 176 | 75 | 0 | 47 | 106 | 23 | 33 | 74 | 64 |
| Binary | 11001110 | 1111110 | 111101 | 0 | 100111 | 1000110 | 10011 | 11011 | 111100 | 110100 |
Color Harmonies of #CE7E3D
Complementary color
Monochromatic Colors of #CE7E3D
Black with #CE7E3D
Text Example
Text Example
White with #CE7E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E3D; }
p { color: rgb(206,126,61); }
H1.HeaderClassName
{
color: #CE7E3D;
}
.AnyTagClassName
{
color: #CE7E3D;
}
</style>
background-color css
<style>
a { background-color: #CE7E3D; }
a { background-color: rgb(206,126,61); }
div.DivClassName
{
background-color: #CE7E3D;
}
.BgClassName
{
background-color: #CE7E3D;
}
</style>
border-color css
<style>
span { border-color: #CE7E3D; }
span { border-color: rgb(206,126,61); }
td.TdClassName
{
border-color: #CE7E3D;
}
.TagClassName
{
border-color: #CE7E3D;
}
</style>