Shades of Peru #C88040
Tints of Peru #C88040
RGB
CMYK
RGB Variations
Color information
#C88040 (or 0xC88040) is known color: Peru. HEX triplet: C8, 80 and 40. RGB value is (200,128,64). Sum of RGB (Red+Green+Blue) = 200+128+64=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C88040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88040 is #377FBF. Grayscale: #8E8E8E. Windows color (decimal): -3637184 or 4227272. OLE color: 4227272.
HSL color Cylindrical-coordinate representation of color #C88040: hue angle of 28.24º 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 #C88040 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 64 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.22 |
| HSL | 28.24º | 0.55% | 0.52% | - |
| HSV(B) | 28.24º | 0.68% | 0.78% | - |
| XYZ | 32.46 | 28.09 | 8.56 | - |
| YUV | 142.23 | 83.85 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 64 | 0 | 0.36 | 0.68 | 0.22 | 28.24 | 0.55 | 0.52 |
| Hex | C8 | 80 | 40 | 0 | 24 | 44 | 16 | 1C | 37 | 34 |
| Octal | 310 | 200 | 100 | 0 | 44 | 104 | 26 | 34 | 67 | 64 |
| Binary | 11001000 | 10000000 | 1000000 | 0 | 100100 | 1000100 | 10110 | 11100 | 110111 | 110100 |
Color Harmonies of #C88040
Complementary color
Monochromatic Colors of #C88040
Black with #C88040
Text Example
Text Example
White with #C88040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88040; }
p { color: rgb(200,128,64); }
H1.HeaderClassName
{
color: #C88040;
}
.AnyTagClassName
{
color: #C88040;
}
</style>
background-color css
<style>
a { background-color: #C88040; }
a { background-color: rgb(200,128,64); }
div.DivClassName
{
background-color: #C88040;
}
.BgClassName
{
background-color: #C88040;
}
</style>
border-color css
<style>
span { border-color: #C88040; }
span { border-color: rgb(200,128,64); }
td.TdClassName
{
border-color: #C88040;
}
.TagClassName
{
border-color: #C88040;
}
</style>