Shades of Peru #C98242
Tints of Peru #C98242
RGB
CMYK
RGB Variations
Color information
#C98242 (or 0xC98242) is known color: Peru. HEX triplet: C9, 82 and 42. RGB value is (201,130,66). Sum of RGB (Red+Green+Blue) = 201+130+66=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C98242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98242 is #367DBD. Grayscale: #909090. Windows color (decimal): -3571134 or 4358857. OLE color: 4358857.
HSL color Cylindrical-coordinate representation of color #C98242: hue angle of 28.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C98242 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 66 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.21 |
| HSL | 28.44º | 0.56% | 0.52% | - |
| HSV(B) | 28.44º | 0.67% | 0.79% | - |
| XYZ | 33.05 | 28.78 | 8.97 | - |
| YUV | 143.93 | 84.02 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 66 | 0 | 0.35 | 0.67 | 0.21 | 28.44 | 0.56 | 0.52 |
| Hex | C9 | 82 | 42 | 0 | 23 | 43 | 15 | 1C | 38 | 34 |
| Octal | 311 | 202 | 102 | 0 | 43 | 103 | 25 | 34 | 70 | 64 |
| Binary | 11001001 | 10000010 | 1000010 | 0 | 100011 | 1000011 | 10101 | 11100 | 111000 | 110100 |
Color Harmonies of #C98242
Complementary color
Monochromatic Colors of #C98242
Black with #C98242
Text Example
Text Example
White with #C98242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98242; }
p { color: rgb(201,130,66); }
H1.HeaderClassName
{
color: #C98242;
}
.AnyTagClassName
{
color: #C98242;
}
</style>
background-color css
<style>
a { background-color: #C98242; }
a { background-color: rgb(201,130,66); }
div.DivClassName
{
background-color: #C98242;
}
.BgClassName
{
background-color: #C98242;
}
</style>
border-color css
<style>
span { border-color: #C98242; }
span { border-color: rgb(201,130,66); }
td.TdClassName
{
border-color: #C98242;
}
.TagClassName
{
border-color: #C98242;
}
</style>