Shades of Peru #C88849
Tints of Peru #C88849
RGB
CMYK
RGB Variations
Color information
#C88849 (or 0xC88849) is known color: Peru. HEX triplet: C8, 88 and 49. RGB value is (200,136,73). Sum of RGB (Red+Green+Blue) = 200+136+73=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C88849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88849 is #3777B6. Grayscale: #949494. Windows color (decimal): -3635127 or 4819144. OLE color: 4819144.
HSL color Cylindrical-coordinate representation of color #C88849: hue angle of 29.76º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C88849 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 73 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.22 |
| HSL | 29.76º | 0.54% | 0.54% | - |
| HSV(B) | 29.76º | 0.64% | 0.78% | - |
| XYZ | 33.83 | 30.37 | 10.38 | - |
| YUV | 147.95 | 85.7 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 73 | 0 | 0.32 | 0.64 | 0.22 | 29.76 | 0.54 | 0.54 |
| Hex | C8 | 88 | 49 | 0 | 20 | 40 | 16 | 1E | 36 | 36 |
| Octal | 310 | 210 | 111 | 0 | 40 | 100 | 26 | 36 | 66 | 66 |
| Binary | 11001000 | 10001000 | 1001001 | 0 | 100000 | 1000000 | 10110 | 11110 | 110110 | 110110 |
Color Harmonies of #C88849
Complementary color
Monochromatic Colors of #C88849
Black with #C88849
Text Example
Text Example
White with #C88849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88849; }
p { color: rgb(200,136,73); }
H1.HeaderClassName
{
color: #C88849;
}
.AnyTagClassName
{
color: #C88849;
}
</style>
background-color css
<style>
a { background-color: #C88849; }
a { background-color: rgb(200,136,73); }
div.DivClassName
{
background-color: #C88849;
}
.BgClassName
{
background-color: #C88849;
}
</style>
border-color css
<style>
span { border-color: #C88849; }
span { border-color: rgb(200,136,73); }
td.TdClassName
{
border-color: #C88849;
}
.TagClassName
{
border-color: #C88849;
}
</style>