Shades of Peru #CE8D42
Tints of Peru #CE8D42
RGB
CMYK
RGB Variations
Color information
#CE8D42 (or 0xCE8D42) is known color: Peru. HEX triplet: CE, 8D and 42. RGB value is (206,141,66). Sum of RGB (Red+Green+Blue) = 206+141+66=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D42 is #3172BD. Grayscale: #989898. Windows color (decimal): -3240638 or 4361678. OLE color: 4361678.
HSL color Cylindrical-coordinate representation of color #CE8D42: hue angle of 32.14º 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 #CE8D42 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 66 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.19 |
| HSL | 32.14º | 0.59% | 0.53% | - |
| HSV(B) | 32.14º | 0.68% | 0.81% | - |
| XYZ | 35.96 | 32.56 | 9.54 | - |
| YUV | 151.89 | 79.53 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 66 | 0 | 0.32 | 0.68 | 0.19 | 32.14 | 0.59 | 0.53 |
| Hex | CE | 8D | 42 | 0 | 20 | 44 | 13 | 20 | 3B | 35 |
| Octal | 316 | 215 | 102 | 0 | 40 | 104 | 23 | 40 | 73 | 65 |
| Binary | 11001110 | 10001101 | 1000010 | 0 | 100000 | 1000100 | 10011 | 100000 | 111011 | 110101 |
Color Harmonies of #CE8D42
Complementary color
Monochromatic Colors of #CE8D42
Black with #CE8D42
Text Example
Text Example
White with #CE8D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D42; }
p { color: rgb(206,141,66); }
H1.HeaderClassName
{
color: #CE8D42;
}
.AnyTagClassName
{
color: #CE8D42;
}
</style>
background-color css
<style>
a { background-color: #CE8D42; }
a { background-color: rgb(206,141,66); }
div.DivClassName
{
background-color: #CE8D42;
}
.BgClassName
{
background-color: #CE8D42;
}
</style>
border-color css
<style>
span { border-color: #CE8D42; }
span { border-color: rgb(206,141,66); }
td.TdClassName
{
border-color: #CE8D42;
}
.TagClassName
{
border-color: #CE8D42;
}
</style>