Shades of Peru #C88141
Tints of Peru #C88141
RGB
CMYK
RGB Variations
Color information
#C88141 (or 0xC88141) is known color: Peru. HEX triplet: C8, 81 and 41. RGB value is (200,129,65). Sum of RGB (Red+Green+Blue) = 200+129+65=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C88141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88141 is #377EBE. Grayscale: #8F8F8F. Windows color (decimal): -3636927 or 4293064. OLE color: 4293064.
HSL color Cylindrical-coordinate representation of color #C88141: hue angle of 28.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C88141 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 65 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.22 |
| HSL | 28.44º | 0.55% | 0.52% | - |
| HSV(B) | 28.44º | 0.68% | 0.78% | - |
| XYZ | 32.62 | 28.36 | 8.76 | - |
| YUV | 142.93 | 84.02 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 65 | 0 | 0.36 | 0.68 | 0.22 | 28.44 | 0.55 | 0.52 |
| Hex | C8 | 81 | 41 | 0 | 24 | 44 | 16 | 1C | 37 | 34 |
| Octal | 310 | 201 | 101 | 0 | 44 | 104 | 26 | 34 | 67 | 64 |
| Binary | 11001000 | 10000001 | 1000001 | 0 | 100100 | 1000100 | 10110 | 11100 | 110111 | 110100 |
Color Harmonies of #C88141
Complementary color
Monochromatic Colors of #C88141
Black with #C88141
Text Example
Text Example
White with #C88141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88141; }
p { color: rgb(200,129,65); }
H1.HeaderClassName
{
color: #C88141;
}
.AnyTagClassName
{
color: #C88141;
}
</style>
background-color css
<style>
a { background-color: #C88141; }
a { background-color: rgb(200,129,65); }
div.DivClassName
{
background-color: #C88141;
}
.BgClassName
{
background-color: #C88141;
}
</style>
border-color css
<style>
span { border-color: #C88141; }
span { border-color: rgb(200,129,65); }
td.TdClassName
{
border-color: #C88141;
}
.TagClassName
{
border-color: #C88141;
}
</style>