Shades of Peru #CE7D3C
Tints of Peru #CE7D3C
RGB
CMYK
RGB Variations
Color information
#CE7D3C (or 0xCE7D3C) is known color: Peru. HEX triplet: CE, 7D and 3C. RGB value is (206,125,60). Sum of RGB (Red+Green+Blue) = 206+125+60=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D3C is #3182C3. Grayscale: #8E8E8E. Windows color (decimal): -3244740 or 3964366. OLE color: 3964366.
HSL color Cylindrical-coordinate representation of color #CE7D3C: hue angle of 26.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE7D3C is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 60 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.19 |
| HSL | 26.71º | 0.6% | 0.52% | - |
| HSV(B) | 26.71º | 0.71% | 0.81% | - |
| XYZ | 33.6 | 28.12 | 7.93 | - |
| YUV | 141.81 | 81.84 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 60 | 0 | 0.39 | 0.71 | 0.19 | 26.71 | 0.6 | 0.52 |
| Hex | CE | 7D | 3C | 0 | 27 | 47 | 13 | 1B | 3C | 34 |
| Octal | 316 | 175 | 74 | 0 | 47 | 107 | 23 | 33 | 74 | 64 |
| Binary | 11001110 | 1111101 | 111100 | 0 | 100111 | 1000111 | 10011 | 11011 | 111100 | 110100 |
Color Harmonies of #CE7D3C
Complementary color
Monochromatic Colors of #CE7D3C
Black with #CE7D3C
Text Example
Text Example
White with #CE7D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D3C; }
p { color: rgb(206,125,60); }
H1.HeaderClassName
{
color: #CE7D3C;
}
.AnyTagClassName
{
color: #CE7D3C;
}
</style>
background-color css
<style>
a { background-color: #CE7D3C; }
a { background-color: rgb(206,125,60); }
div.DivClassName
{
background-color: #CE7D3C;
}
.BgClassName
{
background-color: #CE7D3C;
}
</style>
border-color css
<style>
span { border-color: #CE7D3C; }
span { border-color: rgb(206,125,60); }
td.TdClassName
{
border-color: #CE7D3C;
}
.TagClassName
{
border-color: #CE7D3C;
}
</style>