Shades of Peru #C98741
Tints of Peru #C98741
RGB
CMYK
RGB Variations
Color information
#C98741 (or 0xC98741) is known color: Peru. HEX triplet: C9, 87 and 41. RGB value is (201,135,65). Sum of RGB (Red+Green+Blue) = 201+135+65=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C98741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98741 is #3678BE. Grayscale: #939393. Windows color (decimal): -3569855 or 4294601. OLE color: 4294601.
HSL color Cylindrical-coordinate representation of color #C98741: hue angle of 30.88º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C98741 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 65 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.21 |
| HSL | 30.88º | 0.56% | 0.52% | - |
| HSV(B) | 30.88º | 0.68% | 0.79% | - |
| XYZ | 33.71 | 30.13 | 9.04 | - |
| YUV | 146.75 | 81.87 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 65 | 0 | 0.33 | 0.68 | 0.21 | 30.88 | 0.56 | 0.52 |
| Hex | C9 | 87 | 41 | 0 | 21 | 44 | 15 | 1F | 38 | 34 |
| Octal | 311 | 207 | 101 | 0 | 41 | 104 | 25 | 37 | 70 | 64 |
| Binary | 11001001 | 10000111 | 1000001 | 0 | 100001 | 1000100 | 10101 | 11111 | 111000 | 110100 |
Color Harmonies of #C98741
Complementary color
Monochromatic Colors of #C98741
Black with #C98741
Text Example
Text Example
White with #C98741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98741; }
p { color: rgb(201,135,65); }
H1.HeaderClassName
{
color: #C98741;
}
.AnyTagClassName
{
color: #C98741;
}
</style>
background-color css
<style>
a { background-color: #C98741; }
a { background-color: rgb(201,135,65); }
div.DivClassName
{
background-color: #C98741;
}
.BgClassName
{
background-color: #C98741;
}
</style>
border-color css
<style>
span { border-color: #C98741; }
span { border-color: rgb(201,135,65); }
td.TdClassName
{
border-color: #C98741;
}
.TagClassName
{
border-color: #C98741;
}
</style>