Shades of Peru #C98644
Tints of Peru #C98644
RGB
CMYK
RGB Variations
Color information
#C98644 (or 0xC98644) is known color: Peru. HEX triplet: C9, 86 and 44. RGB value is (201,134,68). Sum of RGB (Red+Green+Blue) = 201+134+68=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C98644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98644 is #3679BB. Grayscale: #929292. Windows color (decimal): -3570108 or 4490953. OLE color: 4490953.
HSL color Cylindrical-coordinate representation of color #C98644: hue angle of 29.77º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C98644 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 68 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.21 |
| HSL | 29.77º | 0.55% | 0.53% | - |
| HSV(B) | 29.77º | 0.66% | 0.79% | - |
| XYZ | 33.66 | 29.89 | 9.46 | - |
| YUV | 146.51 | 83.7 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 68 | 0 | 0.33 | 0.66 | 0.21 | 29.77 | 0.55 | 0.53 |
| Hex | C9 | 86 | 44 | 0 | 21 | 42 | 15 | 1E | 37 | 35 |
| Octal | 311 | 206 | 104 | 0 | 41 | 102 | 25 | 36 | 67 | 65 |
| Binary | 11001001 | 10000110 | 1000100 | 0 | 100001 | 1000010 | 10101 | 11110 | 110111 | 110101 |
Color Harmonies of #C98644
Complementary color
Monochromatic Colors of #C98644
Black with #C98644
Text Example
Text Example
White with #C98644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98644; }
p { color: rgb(201,134,68); }
H1.HeaderClassName
{
color: #C98644;
}
.AnyTagClassName
{
color: #C98644;
}
</style>
background-color css
<style>
a { background-color: #C98644; }
a { background-color: rgb(201,134,68); }
div.DivClassName
{
background-color: #C98644;
}
.BgClassName
{
background-color: #C98644;
}
</style>
border-color css
<style>
span { border-color: #C98644; }
span { border-color: rgb(201,134,68); }
td.TdClassName
{
border-color: #C98644;
}
.TagClassName
{
border-color: #C98644;
}
</style>