Shades of Peru #C88041
Tints of Peru #C88041
RGB
CMYK
RGB Variations
Color information
#C88041 (or 0xC88041) is known color: Peru. HEX triplet: C8, 80 and 41. RGB value is (200,128,65). Sum of RGB (Red+Green+Blue) = 200+128+65=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C88041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88041 is #377FBE. Grayscale: #8E8E8E. Windows color (decimal): -3637183 or 4292808. OLE color: 4292808.
HSL color Cylindrical-coordinate representation of color #C88041: hue angle of 28º 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 #C88041 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 65 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.22 |
| HSL | 28º | 0.55% | 0.52% | - |
| HSV(B) | 28º | 0.68% | 0.78% | - |
| XYZ | 32.49 | 28.1 | 8.71 | - |
| YUV | 142.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 65 | 0 | 0.36 | 0.68 | 0.22 | 28 | 0.55 | 0.52 |
| Hex | C8 | 80 | 41 | 0 | 24 | 44 | 16 | 1C | 37 | 34 |
| Octal | 310 | 200 | 101 | 0 | 44 | 104 | 26 | 34 | 67 | 64 |
| Binary | 11001000 | 10000000 | 1000001 | 0 | 100100 | 1000100 | 10110 | 11100 | 110111 | 110100 |
Color Harmonies of #C88041
Complementary color
Monochromatic Colors of #C88041
Black with #C88041
Text Example
Text Example
White with #C88041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88041; }
p { color: rgb(200,128,65); }
H1.HeaderClassName
{
color: #C88041;
}
.AnyTagClassName
{
color: #C88041;
}
</style>
background-color css
<style>
a { background-color: #C88041; }
a { background-color: rgb(200,128,65); }
div.DivClassName
{
background-color: #C88041;
}
.BgClassName
{
background-color: #C88041;
}
</style>
border-color css
<style>
span { border-color: #C88041; }
span { border-color: rgb(200,128,65); }
td.TdClassName
{
border-color: #C88041;
}
.TagClassName
{
border-color: #C88041;
}
</style>