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