Shades of Peru #C98144
Tints of Peru #C98144
RGB
CMYK
RGB Variations
Color information
#C98144 (or 0xC98144) is known color: Peru. HEX triplet: C9, 81 and 44. RGB value is (201,129,68). Sum of RGB (Red+Green+Blue) = 201+129+68=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C98144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98144 is #367EBB. Grayscale: #8F8F8F. Windows color (decimal): -3571388 or 4489673. OLE color: 4489673.
HSL color Cylindrical-coordinate representation of color #C98144: hue angle of 27.52º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C98144 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 68 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.21 |
| HSL | 27.52º | 0.55% | 0.53% | - |
| HSV(B) | 27.52º | 0.66% | 0.79% | - |
| XYZ | 32.98 | 28.54 | 9.24 | - |
| YUV | 143.57 | 85.35 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 68 | 0 | 0.36 | 0.66 | 0.21 | 27.52 | 0.55 | 0.53 |
| Hex | C9 | 81 | 44 | 0 | 24 | 42 | 15 | 1C | 37 | 35 |
| Octal | 311 | 201 | 104 | 0 | 44 | 102 | 25 | 34 | 67 | 65 |
| Binary | 11001001 | 10000001 | 1000100 | 0 | 100100 | 1000010 | 10101 | 11100 | 110111 | 110101 |
Color Harmonies of #C98144
Complementary color
Monochromatic Colors of #C98144
Black with #C98144
Text Example
Text Example
White with #C98144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98144; }
p { color: rgb(201,129,68); }
H1.HeaderClassName
{
color: #C98144;
}
.AnyTagClassName
{
color: #C98144;
}
</style>
background-color css
<style>
a { background-color: #C98144; }
a { background-color: rgb(201,129,68); }
div.DivClassName
{
background-color: #C98144;
}
.BgClassName
{
background-color: #C98144;
}
</style>
border-color css
<style>
span { border-color: #C98144; }
span { border-color: rgb(201,129,68); }
td.TdClassName
{
border-color: #C98144;
}
.TagClassName
{
border-color: #C98144;
}
</style>