Shades of Peru #C9863E
Tints of Peru #C9863E
RGB
CMYK
RGB Variations
Color information
#C9863E (or 0xC9863E) is known color: Peru. HEX triplet: C9, 86 and 3E. RGB value is (201,134,62). Sum of RGB (Red+Green+Blue) = 201+134+62=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9863E is #3679C1. Grayscale: #929292. Windows color (decimal): -3570114 or 4097737. OLE color: 4097737.
HSL color Cylindrical-coordinate representation of color #C9863E: hue angle of 31.08º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9863E is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 62 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.21 |
| HSL | 31.08º | 0.56% | 0.52% | - |
| HSV(B) | 31.08º | 0.69% | 0.79% | - |
| XYZ | 33.48 | 29.82 | 8.55 | - |
| YUV | 145.83 | 80.7 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 62 | 0 | 0.33 | 0.69 | 0.21 | 31.08 | 0.56 | 0.52 |
| Hex | C9 | 86 | 3E | 0 | 21 | 45 | 15 | 1F | 38 | 34 |
| Octal | 311 | 206 | 76 | 0 | 41 | 105 | 25 | 37 | 70 | 64 |
| Binary | 11001001 | 10000110 | 111110 | 0 | 100001 | 1000101 | 10101 | 11111 | 111000 | 110100 |
Color Harmonies of #C9863E
Complementary color
Monochromatic Colors of #C9863E
Black with #C9863E
Text Example
Text Example
White with #C9863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9863E; }
p { color: rgb(201,134,62); }
H1.HeaderClassName
{
color: #C9863E;
}
.AnyTagClassName
{
color: #C9863E;
}
</style>
background-color css
<style>
a { background-color: #C9863E; }
a { background-color: rgb(201,134,62); }
div.DivClassName
{
background-color: #C9863E;
}
.BgClassName
{
background-color: #C9863E;
}
</style>
border-color css
<style>
span { border-color: #C9863E; }
span { border-color: rgb(201,134,62); }
td.TdClassName
{
border-color: #C9863E;
}
.TagClassName
{
border-color: #C9863E;
}
</style>