Shades of Peru #CE8A3C
Tints of Peru #CE8A3C
RGB
CMYK
RGB Variations
Color information
#CE8A3C (or 0xCE8A3C) is known color: Peru. HEX triplet: CE, 8A and 3C. RGB value is (206,138,60). Sum of RGB (Red+Green+Blue) = 206+138+60=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8A3C is #3175C3. Grayscale: #959595. Windows color (decimal): -3241412 or 3967694. OLE color: 3967694.
HSL color Cylindrical-coordinate representation of color #CE8A3C: hue angle of 32.05º 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 #CE8A3C is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 60 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.19 |
| HSL | 32.05º | 0.6% | 0.52% | - |
| HSV(B) | 32.05º | 0.71% | 0.81% | - |
| XYZ | 35.36 | 31.63 | 8.52 | - |
| YUV | 149.44 | 77.53 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 60 | 0 | 0.33 | 0.71 | 0.19 | 32.05 | 0.6 | 0.52 |
| Hex | CE | 8A | 3C | 0 | 21 | 47 | 13 | 20 | 3C | 34 |
| Octal | 316 | 212 | 74 | 0 | 41 | 107 | 23 | 40 | 74 | 64 |
| Binary | 11001110 | 10001010 | 111100 | 0 | 100001 | 1000111 | 10011 | 100000 | 111100 | 110100 |
Color Harmonies of #CE8A3C
Complementary color
Monochromatic Colors of #CE8A3C
Black with #CE8A3C
Text Example
Text Example
White with #CE8A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A3C; }
p { color: rgb(206,138,60); }
H1.HeaderClassName
{
color: #CE8A3C;
}
.AnyTagClassName
{
color: #CE8A3C;
}
</style>
background-color css
<style>
a { background-color: #CE8A3C; }
a { background-color: rgb(206,138,60); }
div.DivClassName
{
background-color: #CE8A3C;
}
.BgClassName
{
background-color: #CE8A3C;
}
</style>
border-color css
<style>
span { border-color: #CE8A3C; }
span { border-color: rgb(206,138,60); }
td.TdClassName
{
border-color: #CE8A3C;
}
.TagClassName
{
border-color: #CE8A3C;
}
</style>