Shades of Peru #C9873E
Tints of Peru #C9873E
RGB
CMYK
RGB Variations
Color information
#C9873E (or 0xC9873E) is known color: Peru. HEX triplet: C9, 87 and 3E. RGB value is (201,135,62). Sum of RGB (Red+Green+Blue) = 201+135+62=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9873E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9873E is #3678C1. Grayscale: #929292. Windows color (decimal): -3569858 or 4097993. OLE color: 4097993.
HSL color Cylindrical-coordinate representation of color #C9873E: hue angle of 31.51º 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 #C9873E is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 62 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.21 |
| HSL | 31.51º | 0.56% | 0.52% | - |
| HSV(B) | 31.51º | 0.69% | 0.79% | - |
| XYZ | 33.62 | 30.09 | 8.59 | - |
| YUV | 146.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 62 | 0 | 0.33 | 0.69 | 0.21 | 31.51 | 0.56 | 0.52 |
| Hex | C9 | 87 | 3E | 0 | 21 | 45 | 15 | 20 | 38 | 34 |
| Octal | 311 | 207 | 76 | 0 | 41 | 105 | 25 | 40 | 70 | 64 |
| Binary | 11001001 | 10000111 | 111110 | 0 | 100001 | 1000101 | 10101 | 100000 | 111000 | 110100 |
Color Harmonies of #C9873E
Complementary color
Monochromatic Colors of #C9873E
Black with #C9873E
Text Example
Text Example
White with #C9873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9873E; }
p { color: rgb(201,135,62); }
H1.HeaderClassName
{
color: #C9873E;
}
.AnyTagClassName
{
color: #C9873E;
}
</style>
background-color css
<style>
a { background-color: #C9873E; }
a { background-color: rgb(201,135,62); }
div.DivClassName
{
background-color: #C9873E;
}
.BgClassName
{
background-color: #C9873E;
}
</style>
border-color css
<style>
span { border-color: #C9873E; }
span { border-color: rgb(201,135,62); }
td.TdClassName
{
border-color: #C9873E;
}
.TagClassName
{
border-color: #C9873E;
}
</style>