Shades of Peru #C68242
Tints of Peru #C68242
RGB
CMYK
RGB Variations
Color information
#C68242 (or 0xC68242) is known color: Peru. HEX triplet: C6, 82 and 42. RGB value is (198,130,66). Sum of RGB (Red+Green+Blue) = 198+130+66=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C68242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68242 is #397DBD. Grayscale: #8F8F8F. Windows color (decimal): -3767742 or 4358854. OLE color: 4358854.
HSL color Cylindrical-coordinate representation of color #C68242: hue angle of 29.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C68242 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 66 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.22 |
| HSL | 29.09º | 0.54% | 0.52% | - |
| HSV(B) | 29.09º | 0.67% | 0.78% | - |
| XYZ | 32.25 | 28.36 | 8.93 | - |
| YUV | 143.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 66 | 0 | 0.34 | 0.67 | 0.22 | 29.09 | 0.54 | 0.52 |
| Hex | C6 | 82 | 42 | 0 | 22 | 43 | 16 | 1D | 36 | 34 |
| Octal | 306 | 202 | 102 | 0 | 42 | 103 | 26 | 35 | 66 | 64 |
| Binary | 11000110 | 10000010 | 1000010 | 0 | 100010 | 1000011 | 10110 | 11101 | 110110 | 110100 |
Color Harmonies of #C68242
Complementary color
Monochromatic Colors of #C68242
Black with #C68242
Text Example
Text Example
White with #C68242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68242; }
p { color: rgb(198,130,66); }
H1.HeaderClassName
{
color: #C68242;
}
.AnyTagClassName
{
color: #C68242;
}
</style>
background-color css
<style>
a { background-color: #C68242; }
a { background-color: rgb(198,130,66); }
div.DivClassName
{
background-color: #C68242;
}
.BgClassName
{
background-color: #C68242;
}
</style>
border-color css
<style>
span { border-color: #C68242; }
span { border-color: rgb(198,130,66); }
td.TdClassName
{
border-color: #C68242;
}
.TagClassName
{
border-color: #C68242;
}
</style>