Shades of Peru #CE8D48
Tints of Peru #CE8D48
RGB
CMYK
RGB Variations
Color information
#CE8D48 (or 0xCE8D48) is known color: Peru. HEX triplet: CE, 8D and 48. RGB value is (206,141,72). Sum of RGB (Red+Green+Blue) = 206+141+72=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D48 is #3172B7. Grayscale: #989898. Windows color (decimal): -3240632 or 4754894. OLE color: 4754894.
HSL color Cylindrical-coordinate representation of color #CE8D48: hue angle of 30.9º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE8D48 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 72 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.19 |
| HSL | 30.9º | 0.58% | 0.55% | - |
| HSV(B) | 30.9º | 0.65% | 0.81% | - |
| XYZ | 36.15 | 32.64 | 10.53 | - |
| YUV | 152.57 | 82.53 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 72 | 0 | 0.32 | 0.65 | 0.19 | 30.9 | 0.58 | 0.55 |
| Hex | CE | 8D | 48 | 0 | 20 | 41 | 13 | 1F | 3A | 37 |
| Octal | 316 | 215 | 110 | 0 | 40 | 101 | 23 | 37 | 72 | 67 |
| Binary | 11001110 | 10001101 | 1001000 | 0 | 100000 | 1000001 | 10011 | 11111 | 111010 | 110111 |
Color Harmonies of #CE8D48
Complementary color
Monochromatic Colors of #CE8D48
Black with #CE8D48
Text Example
Text Example
White with #CE8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D48; }
p { color: rgb(206,141,72); }
H1.HeaderClassName
{
color: #CE8D48;
}
.AnyTagClassName
{
color: #CE8D48;
}
</style>
background-color css
<style>
a { background-color: #CE8D48; }
a { background-color: rgb(206,141,72); }
div.DivClassName
{
background-color: #CE8D48;
}
.BgClassName
{
background-color: #CE8D48;
}
</style>
border-color css
<style>
span { border-color: #CE8D48; }
span { border-color: rgb(206,141,72); }
td.TdClassName
{
border-color: #CE8D48;
}
.TagClassName
{
border-color: #CE8D48;
}
</style>