Shades of Peru #CE8C45
Tints of Peru #CE8C45
RGB
CMYK
RGB Variations
Color information
#CE8C45 (or 0xCE8C45) is known color: Peru. HEX triplet: CE, 8C and 45. RGB value is (206,140,69). Sum of RGB (Red+Green+Blue) = 206+140+69=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8C45 is #3173BA. Grayscale: #979797. Windows color (decimal): -3240891 or 4558030. OLE color: 4558030.
HSL color Cylindrical-coordinate representation of color #CE8C45: hue angle of 31.09º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE8C45 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 69 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.19 |
| HSL | 31.09º | 0.58% | 0.54% | - |
| HSV(B) | 31.09º | 0.67% | 0.81% | - |
| XYZ | 35.91 | 32.31 | 9.97 | - |
| YUV | 151.64 | 81.37 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 69 | 0 | 0.32 | 0.67 | 0.19 | 31.09 | 0.58 | 0.54 |
| Hex | CE | 8C | 45 | 0 | 20 | 43 | 13 | 1F | 3A | 36 |
| Octal | 316 | 214 | 105 | 0 | 40 | 103 | 23 | 37 | 72 | 66 |
| Binary | 11001110 | 10001100 | 1000101 | 0 | 100000 | 1000011 | 10011 | 11111 | 111010 | 110110 |
Color Harmonies of #CE8C45
Complementary color
Monochromatic Colors of #CE8C45
Black with #CE8C45
Text Example
Text Example
White with #CE8C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C45; }
p { color: rgb(206,140,69); }
H1.HeaderClassName
{
color: #CE8C45;
}
.AnyTagClassName
{
color: #CE8C45;
}
</style>
background-color css
<style>
a { background-color: #CE8C45; }
a { background-color: rgb(206,140,69); }
div.DivClassName
{
background-color: #CE8C45;
}
.BgClassName
{
background-color: #CE8C45;
}
</style>
border-color css
<style>
span { border-color: #CE8C45; }
span { border-color: rgb(206,140,69); }
td.TdClassName
{
border-color: #CE8C45;
}
.TagClassName
{
border-color: #CE8C45;
}
</style>