Shades of Peru #C88148
Tints of Peru #C88148
RGB
CMYK
RGB Variations
Color information
#C88148 (or 0xC88148) is known color: Peru. HEX triplet: C8, 81 and 48. RGB value is (200,129,72). Sum of RGB (Red+Green+Blue) = 200+129+72=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C88148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88148 is #377EB7. Grayscale: #909090. Windows color (decimal): -3636920 or 4751816. OLE color: 4751816.
HSL color Cylindrical-coordinate representation of color #C88148: hue angle of 26.72º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C88148 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 72 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.22 |
| HSL | 26.72º | 0.54% | 0.53% | - |
| HSV(B) | 26.72º | 0.64% | 0.78% | - |
| XYZ | 32.84 | 28.45 | 9.89 | - |
| YUV | 143.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 72 | 0 | 0.36 | 0.64 | 0.22 | 26.72 | 0.54 | 0.53 |
| Hex | C8 | 81 | 48 | 0 | 24 | 40 | 16 | 1B | 36 | 35 |
| Octal | 310 | 201 | 110 | 0 | 44 | 100 | 26 | 33 | 66 | 65 |
| Binary | 11001000 | 10000001 | 1001000 | 0 | 100100 | 1000000 | 10110 | 11011 | 110110 | 110101 |
Color Harmonies of #C88148
Complementary color
Monochromatic Colors of #C88148
Black with #C88148
Text Example
Text Example
White with #C88148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88148; }
p { color: rgb(200,129,72); }
H1.HeaderClassName
{
color: #C88148;
}
.AnyTagClassName
{
color: #C88148;
}
</style>
background-color css
<style>
a { background-color: #C88148; }
a { background-color: rgb(200,129,72); }
div.DivClassName
{
background-color: #C88148;
}
.BgClassName
{
background-color: #C88148;
}
</style>
border-color css
<style>
span { border-color: #C88148; }
span { border-color: rgb(200,129,72); }
td.TdClassName
{
border-color: #C88148;
}
.TagClassName
{
border-color: #C88148;
}
</style>