Shades of Peru #C68245
Tints of Peru #C68245
RGB
CMYK
RGB Variations
Color information
#C68245 (or 0xC68245) is known color: Peru. HEX triplet: C6, 82 and 45. RGB value is (198,130,69). Sum of RGB (Red+Green+Blue) = 198+130+69=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C68245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68245 is #397DBA. Grayscale: #8F8F8F. Windows color (decimal): -3767739 or 4555462. OLE color: 4555462.
HSL color Cylindrical-coordinate representation of color #C68245: hue angle of 28.37º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C68245 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 69 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.22 |
| HSL | 28.37º | 0.53% | 0.52% | - |
| HSV(B) | 28.37º | 0.65% | 0.78% | - |
| XYZ | 32.35 | 28.4 | 9.41 | - |
| YUV | 143.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 69 | 0 | 0.34 | 0.65 | 0.22 | 28.37 | 0.53 | 0.52 |
| Hex | C6 | 82 | 45 | 0 | 22 | 41 | 16 | 1C | 35 | 34 |
| Octal | 306 | 202 | 105 | 0 | 42 | 101 | 26 | 34 | 65 | 64 |
| Binary | 11000110 | 10000010 | 1000101 | 0 | 100010 | 1000001 | 10110 | 11100 | 110101 | 110100 |
Color Harmonies of #C68245
Complementary color
Monochromatic Colors of #C68245
Black with #C68245
Text Example
Text Example
White with #C68245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68245; }
p { color: rgb(198,130,69); }
H1.HeaderClassName
{
color: #C68245;
}
.AnyTagClassName
{
color: #C68245;
}
</style>
background-color css
<style>
a { background-color: #C68245; }
a { background-color: rgb(198,130,69); }
div.DivClassName
{
background-color: #C68245;
}
.BgClassName
{
background-color: #C68245;
}
</style>
border-color css
<style>
span { border-color: #C68245; }
span { border-color: rgb(198,130,69); }
td.TdClassName
{
border-color: #C68245;
}
.TagClassName
{
border-color: #C68245;
}
</style>