Shades of Peru #C98142
Tints of Peru #C98142
RGB
CMYK
RGB Variations
Color information
#C98142 (or 0xC98142) is known color: Peru. HEX triplet: C9, 81 and 42. RGB value is (201,129,66). Sum of RGB (Red+Green+Blue) = 201+129+66=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C98142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98142 is #367EBD. Grayscale: #8F8F8F. Windows color (decimal): -3571390 or 4358601. OLE color: 4358601.
HSL color Cylindrical-coordinate representation of color #C98142: hue angle of 28º 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 #C98142 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 66 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.21 |
| HSL | 28º | 0.56% | 0.52% | - |
| HSV(B) | 28º | 0.67% | 0.79% | - |
| XYZ | 32.92 | 28.51 | 8.92 | - |
| YUV | 143.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 66 | 0 | 0.36 | 0.67 | 0.21 | 28 | 0.56 | 0.52 |
| Hex | C9 | 81 | 42 | 0 | 24 | 43 | 15 | 1C | 38 | 34 |
| Octal | 311 | 201 | 102 | 0 | 44 | 103 | 25 | 34 | 70 | 64 |
| Binary | 11001001 | 10000001 | 1000010 | 0 | 100100 | 1000011 | 10101 | 11100 | 111000 | 110100 |
Color Harmonies of #C98142
Complementary color
Monochromatic Colors of #C98142
Black with #C98142
Text Example
Text Example
White with #C98142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98142; }
p { color: rgb(201,129,66); }
H1.HeaderClassName
{
color: #C98142;
}
.AnyTagClassName
{
color: #C98142;
}
</style>
background-color css
<style>
a { background-color: #C98142; }
a { background-color: rgb(201,129,66); }
div.DivClassName
{
background-color: #C98142;
}
.BgClassName
{
background-color: #C98142;
}
</style>
border-color css
<style>
span { border-color: #C98142; }
span { border-color: rgb(201,129,66); }
td.TdClassName
{
border-color: #C98142;
}
.TagClassName
{
border-color: #C98142;
}
</style>