Shades of Peru #C98647
Tints of Peru #C98647
RGB
CMYK
RGB Variations
Color information
#C98647 (or 0xC98647) is known color: Peru. HEX triplet: C9, 86 and 47. RGB value is (201,134,71). Sum of RGB (Red+Green+Blue) = 201+134+71=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C98647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98647 is #3679B8. Grayscale: #939393. Windows color (decimal): -3570105 or 4687561. OLE color: 4687561.
HSL color Cylindrical-coordinate representation of color #C98647: hue angle of 29.08º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C98647 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 71 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.21 |
| HSL | 29.08º | 0.55% | 0.53% | - |
| HSV(B) | 29.08º | 0.65% | 0.79% | - |
| XYZ | 33.75 | 29.92 | 9.96 | - |
| YUV | 146.85 | 85.2 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 71 | 0 | 0.33 | 0.65 | 0.21 | 29.08 | 0.55 | 0.53 |
| Hex | C9 | 86 | 47 | 0 | 21 | 41 | 15 | 1D | 37 | 35 |
| Octal | 311 | 206 | 107 | 0 | 41 | 101 | 25 | 35 | 67 | 65 |
| Binary | 11001001 | 10000110 | 1000111 | 0 | 100001 | 1000001 | 10101 | 11101 | 110111 | 110101 |
Color Harmonies of #C98647
Complementary color
Monochromatic Colors of #C98647
Black with #C98647
Text Example
Text Example
White with #C98647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98647; }
p { color: rgb(201,134,71); }
H1.HeaderClassName
{
color: #C98647;
}
.AnyTagClassName
{
color: #C98647;
}
</style>
background-color css
<style>
a { background-color: #C98647; }
a { background-color: rgb(201,134,71); }
div.DivClassName
{
background-color: #C98647;
}
.BgClassName
{
background-color: #C98647;
}
</style>
border-color css
<style>
span { border-color: #C98647; }
span { border-color: rgb(201,134,71); }
td.TdClassName
{
border-color: #C98647;
}
.TagClassName
{
border-color: #C98647;
}
</style>