Shades of Peru #C98441
Tints of Peru #C98441
RGB
CMYK
RGB Variations
Color information
#C98441 (or 0xC98441) is known color: Peru. HEX triplet: C9, 84 and 41. RGB value is (201,132,65). Sum of RGB (Red+Green+Blue) = 201+132+65=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C98441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98441 is #367BBE. Grayscale: #919191. Windows color (decimal): -3570623 or 4293833. OLE color: 4293833.
HSL color Cylindrical-coordinate representation of color #C98441: hue angle of 29.56º 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 #C98441 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 65 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.21 |
| HSL | 29.56º | 0.56% | 0.52% | - |
| HSV(B) | 29.56º | 0.68% | 0.79% | - |
| XYZ | 33.29 | 29.3 | 8.9 | - |
| YUV | 144.99 | 82.86 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 65 | 0 | 0.34 | 0.68 | 0.21 | 29.56 | 0.56 | 0.52 |
| Hex | C9 | 84 | 41 | 0 | 22 | 44 | 15 | 1E | 38 | 34 |
| Octal | 311 | 204 | 101 | 0 | 42 | 104 | 25 | 36 | 70 | 64 |
| Binary | 11001001 | 10000100 | 1000001 | 0 | 100010 | 1000100 | 10101 | 11110 | 111000 | 110100 |
Color Harmonies of #C98441
Complementary color
Monochromatic Colors of #C98441
Black with #C98441
Text Example
Text Example
White with #C98441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98441; }
p { color: rgb(201,132,65); }
H1.HeaderClassName
{
color: #C98441;
}
.AnyTagClassName
{
color: #C98441;
}
</style>
background-color css
<style>
a { background-color: #C98441; }
a { background-color: rgb(201,132,65); }
div.DivClassName
{
background-color: #C98441;
}
.BgClassName
{
background-color: #C98441;
}
</style>
border-color css
<style>
span { border-color: #C98441; }
span { border-color: rgb(201,132,65); }
td.TdClassName
{
border-color: #C98441;
}
.TagClassName
{
border-color: #C98441;
}
</style>