Shades of Peru #CE8C41
Tints of Peru #CE8C41
RGB
CMYK
RGB Variations
Color information
#CE8C41 (or 0xCE8C41) is known color: Peru. HEX triplet: CE, 8C and 41. RGB value is (206,140,65). Sum of RGB (Red+Green+Blue) = 206+140+65=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8C41 is #3173BE. Grayscale: #979797. Windows color (decimal): -3240895 or 4295886. OLE color: 4295886.
HSL color Cylindrical-coordinate representation of color #CE8C41: hue angle of 31.91º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE8C41 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 65 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.19 |
| HSL | 31.91º | 0.59% | 0.53% | - |
| HSV(B) | 31.91º | 0.68% | 0.81% | - |
| XYZ | 35.79 | 32.26 | 9.34 | - |
| YUV | 151.18 | 79.37 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 65 | 0 | 0.32 | 0.68 | 0.19 | 31.91 | 0.59 | 0.53 |
| Hex | CE | 8C | 41 | 0 | 20 | 44 | 13 | 20 | 3B | 35 |
| Octal | 316 | 214 | 101 | 0 | 40 | 104 | 23 | 40 | 73 | 65 |
| Binary | 11001110 | 10001100 | 1000001 | 0 | 100000 | 1000100 | 10011 | 100000 | 111011 | 110101 |
Color Harmonies of #CE8C41
Complementary color
Monochromatic Colors of #CE8C41
Black with #CE8C41
Text Example
Text Example
White with #CE8C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C41; }
p { color: rgb(206,140,65); }
H1.HeaderClassName
{
color: #CE8C41;
}
.AnyTagClassName
{
color: #CE8C41;
}
</style>
background-color css
<style>
a { background-color: #CE8C41; }
a { background-color: rgb(206,140,65); }
div.DivClassName
{
background-color: #CE8C41;
}
.BgClassName
{
background-color: #CE8C41;
}
</style>
border-color css
<style>
span { border-color: #CE8C41; }
span { border-color: rgb(206,140,65); }
td.TdClassName
{
border-color: #CE8C41;
}
.TagClassName
{
border-color: #CE8C41;
}
</style>