Shades of Peru #CE8C44
Tints of Peru #CE8C44
RGB
CMYK
RGB Variations
Color information
#CE8C44 (or 0xCE8C44) is known color: Peru. HEX triplet: CE, 8C and 44. RGB value is (206,140,68). Sum of RGB (Red+Green+Blue) = 206+140+68=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8C44 is #3173BB. Grayscale: #979797. Windows color (decimal): -3240892 or 4492494. OLE color: 4492494.
HSL color Cylindrical-coordinate representation of color #CE8C44: hue angle of 31.3º 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 #CE8C44 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 68 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.19 |
| HSL | 31.3º | 0.58% | 0.54% | - |
| HSV(B) | 31.3º | 0.67% | 0.81% | - |
| XYZ | 35.88 | 32.3 | 9.81 | - |
| YUV | 151.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 68 | 0 | 0.32 | 0.67 | 0.19 | 31.3 | 0.58 | 0.54 |
| Hex | CE | 8C | 44 | 0 | 20 | 43 | 13 | 1F | 3A | 36 |
| Octal | 316 | 214 | 104 | 0 | 40 | 103 | 23 | 37 | 72 | 66 |
| Binary | 11001110 | 10001100 | 1000100 | 0 | 100000 | 1000011 | 10011 | 11111 | 111010 | 110110 |
Color Harmonies of #CE8C44
Complementary color
Monochromatic Colors of #CE8C44
Black with #CE8C44
Text Example
Text Example
White with #CE8C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C44; }
p { color: rgb(206,140,68); }
H1.HeaderClassName
{
color: #CE8C44;
}
.AnyTagClassName
{
color: #CE8C44;
}
</style>
background-color css
<style>
a { background-color: #CE8C44; }
a { background-color: rgb(206,140,68); }
div.DivClassName
{
background-color: #CE8C44;
}
.BgClassName
{
background-color: #CE8C44;
}
</style>
border-color css
<style>
span { border-color: #CE8C44; }
span { border-color: rgb(206,140,68); }
td.TdClassName
{
border-color: #CE8C44;
}
.TagClassName
{
border-color: #CE8C44;
}
</style>