Shades of Peru #C88642
Tints of Peru #C88642
RGB
CMYK
RGB Variations
Color information
#C88642 (or 0xC88642) is known color: Peru. HEX triplet: C8, 86 and 42. RGB value is (200,134,66). Sum of RGB (Red+Green+Blue) = 200+134+66=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C88642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88642 is #3779BD. Grayscale: #929292. Windows color (decimal): -3635646 or 4359880. OLE color: 4359880.
HSL color Cylindrical-coordinate representation of color #C88642: hue angle of 30.45º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C88642 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 66 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.22 |
| HSL | 30.45º | 0.55% | 0.52% | - |
| HSV(B) | 30.45º | 0.67% | 0.78% | - |
| XYZ | 33.33 | 29.72 | 9.13 | - |
| YUV | 145.98 | 82.87 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 66 | 0 | 0.33 | 0.67 | 0.22 | 30.45 | 0.55 | 0.52 |
| Hex | C8 | 86 | 42 | 0 | 21 | 43 | 16 | 1E | 37 | 34 |
| Octal | 310 | 206 | 102 | 0 | 41 | 103 | 26 | 36 | 67 | 64 |
| Binary | 11001000 | 10000110 | 1000010 | 0 | 100001 | 1000011 | 10110 | 11110 | 110111 | 110100 |
Color Harmonies of #C88642
Complementary color
Monochromatic Colors of #C88642
Black with #C88642
Text Example
Text Example
White with #C88642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88642; }
p { color: rgb(200,134,66); }
H1.HeaderClassName
{
color: #C88642;
}
.AnyTagClassName
{
color: #C88642;
}
</style>
background-color css
<style>
a { background-color: #C88642; }
a { background-color: rgb(200,134,66); }
div.DivClassName
{
background-color: #C88642;
}
.BgClassName
{
background-color: #C88642;
}
</style>
border-color css
<style>
span { border-color: #C88642; }
span { border-color: rgb(200,134,66); }
td.TdClassName
{
border-color: #C88642;
}
.TagClassName
{
border-color: #C88642;
}
</style>