Shades of Peru #C88046
Tints of Peru #C88046
RGB
CMYK
RGB Variations
Color information
#C88046 (or 0xC88046) is known color: Peru. HEX triplet: C8, 80 and 46. RGB value is (200,128,70). Sum of RGB (Red+Green+Blue) = 200+128+70=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C88046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88046 is #377FB9. Grayscale: #8F8F8F. Windows color (decimal): -3637178 or 4620488. OLE color: 4620488.
HSL color Cylindrical-coordinate representation of color #C88046: hue angle of 26.77º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C88046 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 70 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.22 |
| HSL | 26.77º | 0.54% | 0.53% | - |
| HSV(B) | 26.77º | 0.65% | 0.78% | - |
| XYZ | 32.64 | 28.16 | 9.51 | - |
| YUV | 142.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 70 | 0 | 0.36 | 0.65 | 0.22 | 26.77 | 0.54 | 0.53 |
| Hex | C8 | 80 | 46 | 0 | 24 | 41 | 16 | 1B | 36 | 35 |
| Octal | 310 | 200 | 106 | 0 | 44 | 101 | 26 | 33 | 66 | 65 |
| Binary | 11001000 | 10000000 | 1000110 | 0 | 100100 | 1000001 | 10110 | 11011 | 110110 | 110101 |
Color Harmonies of #C88046
Complementary color
Monochromatic Colors of #C88046
Black with #C88046
Text Example
Text Example
White with #C88046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88046; }
p { color: rgb(200,128,70); }
H1.HeaderClassName
{
color: #C88046;
}
.AnyTagClassName
{
color: #C88046;
}
</style>
background-color css
<style>
a { background-color: #C88046; }
a { background-color: rgb(200,128,70); }
div.DivClassName
{
background-color: #C88046;
}
.BgClassName
{
background-color: #C88046;
}
</style>
border-color css
<style>
span { border-color: #C88046; }
span { border-color: rgb(200,128,70); }
td.TdClassName
{
border-color: #C88046;
}
.TagClassName
{
border-color: #C88046;
}
</style>