Shades of Peru #C97F42
Tints of Peru #C97F42
RGB
CMYK
RGB Variations
Color information
#C97F42 (or 0xC97F42) is known color: Peru. HEX triplet: C9, 7F and 42. RGB value is (201,127,66). Sum of RGB (Red+Green+Blue) = 201+127+66=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97F42 is #3680BD. Grayscale: #8E8E8E. Windows color (decimal): -3571902 or 4358089. OLE color: 4358089.
HSL color Cylindrical-coordinate representation of color #C97F42: hue angle of 27.11º 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 #C97F42 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 127 | 66 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.21 |
| HSL | 27.11º | 0.56% | 0.52% | - |
| HSV(B) | 27.11º | 0.67% | 0.79% | - |
| XYZ | 32.66 | 27.99 | 8.84 | - |
| YUV | 142.17 | 85.02 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 66 | 0 | 0.37 | 0.67 | 0.21 | 27.11 | 0.56 | 0.52 |
| Hex | C9 | 7F | 42 | 0 | 25 | 43 | 15 | 1B | 38 | 34 |
| Octal | 311 | 177 | 102 | 0 | 45 | 103 | 25 | 33 | 70 | 64 |
| Binary | 11001001 | 1111111 | 1000010 | 0 | 100101 | 1000011 | 10101 | 11011 | 111000 | 110100 |
Color Harmonies of #C97F42
Complementary color
Monochromatic Colors of #C97F42
Black with #C97F42
Text Example
Text Example
White with #C97F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97F42; }
p { color: rgb(201,127,66); }
H1.HeaderClassName
{
color: #C97F42;
}
.AnyTagClassName
{
color: #C97F42;
}
</style>
background-color css
<style>
a { background-color: #C97F42; }
a { background-color: rgb(201,127,66); }
div.DivClassName
{
background-color: #C97F42;
}
.BgClassName
{
background-color: #C97F42;
}
</style>
border-color css
<style>
span { border-color: #C97F42; }
span { border-color: rgb(201,127,66); }
td.TdClassName
{
border-color: #C97F42;
}
.TagClassName
{
border-color: #C97F42;
}
</style>