Shades of Peru #C98340
Tints of Peru #C98340
RGB
CMYK
RGB Variations
Color information
#C98340 (or 0xC98340) is known color: Peru. HEX triplet: C9, 83 and 40. RGB value is (201,131,64). Sum of RGB (Red+Green+Blue) = 201+131+64=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C98340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98340 is #367CBF. Grayscale: #909090. Windows color (decimal): -3570880 or 4228041. OLE color: 4228041.
HSL color Cylindrical-coordinate representation of color #C98340: hue angle of 29.34º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C98340 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 64 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.21 |
| HSL | 29.34º | 0.56% | 0.52% | - |
| HSV(B) | 29.34º | 0.68% | 0.79% | - |
| XYZ | 33.13 | 29.02 | 8.71 | - |
| YUV | 144.29 | 82.69 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 64 | 0 | 0.35 | 0.68 | 0.21 | 29.34 | 0.56 | 0.52 |
| Hex | C9 | 83 | 40 | 0 | 23 | 44 | 15 | 1D | 38 | 34 |
| Octal | 311 | 203 | 100 | 0 | 43 | 104 | 25 | 35 | 70 | 64 |
| Binary | 11001001 | 10000011 | 1000000 | 0 | 100011 | 1000100 | 10101 | 11101 | 111000 | 110100 |
Color Harmonies of #C98340
Complementary color
Monochromatic Colors of #C98340
Black with #C98340
Text Example
Text Example
White with #C98340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98340; }
p { color: rgb(201,131,64); }
H1.HeaderClassName
{
color: #C98340;
}
.AnyTagClassName
{
color: #C98340;
}
</style>
background-color css
<style>
a { background-color: #C98340; }
a { background-color: rgb(201,131,64); }
div.DivClassName
{
background-color: #C98340;
}
.BgClassName
{
background-color: #C98340;
}
</style>
border-color css
<style>
span { border-color: #C98340; }
span { border-color: rgb(201,131,64); }
td.TdClassName
{
border-color: #C98340;
}
.TagClassName
{
border-color: #C98340;
}
</style>