Shades of Peru #C88248
Tints of Peru #C88248
RGB
CMYK
RGB Variations
Color information
#C88248 (or 0xC88248) is known color: Peru. HEX triplet: C8, 82 and 48. RGB value is (200,130,72). Sum of RGB (Red+Green+Blue) = 200+130+72=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C88248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88248 is #377DB7. Grayscale: #909090. Windows color (decimal): -3636664 or 4752072. OLE color: 4752072.
HSL color Cylindrical-coordinate representation of color #C88248: hue angle of 27.19º 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 #C88248 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 72 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.22 |
| HSL | 27.19º | 0.54% | 0.53% | - |
| HSV(B) | 27.19º | 0.64% | 0.78% | - |
| XYZ | 32.97 | 28.71 | 9.94 | - |
| YUV | 144.32 | 87.19 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 72 | 0 | 0.35 | 0.64 | 0.22 | 27.19 | 0.54 | 0.53 |
| Hex | C8 | 82 | 48 | 0 | 23 | 40 | 16 | 1B | 36 | 35 |
| Octal | 310 | 202 | 110 | 0 | 43 | 100 | 26 | 33 | 66 | 65 |
| Binary | 11001000 | 10000010 | 1001000 | 0 | 100011 | 1000000 | 10110 | 11011 | 110110 | 110101 |
Color Harmonies of #C88248
Complementary color
Monochromatic Colors of #C88248
Black with #C88248
Text Example
Text Example
White with #C88248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88248; }
p { color: rgb(200,130,72); }
H1.HeaderClassName
{
color: #C88248;
}
.AnyTagClassName
{
color: #C88248;
}
</style>
background-color css
<style>
a { background-color: #C88248; }
a { background-color: rgb(200,130,72); }
div.DivClassName
{
background-color: #C88248;
}
.BgClassName
{
background-color: #C88248;
}
</style>
border-color css
<style>
span { border-color: #C88248; }
span { border-color: rgb(200,130,72); }
td.TdClassName
{
border-color: #C88248;
}
.TagClassName
{
border-color: #C88248;
}
</style>