Shades of Peru #C98544
Tints of Peru #C98544
RGB
CMYK
RGB Variations
Color information
#C98544 (or 0xC98544) is known color: Peru. HEX triplet: C9, 85 and 44. RGB value is (201,133,68). Sum of RGB (Red+Green+Blue) = 201+133+68=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C98544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98544 is #367ABB. Grayscale: #929292. Windows color (decimal): -3570364 or 4490697. OLE color: 4490697.
HSL color Cylindrical-coordinate representation of color #C98544: hue angle of 29.32º 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 #C98544 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 68 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.21 |
| HSL | 29.32º | 0.55% | 0.53% | - |
| HSV(B) | 29.32º | 0.66% | 0.79% | - |
| XYZ | 33.52 | 29.61 | 9.42 | - |
| YUV | 145.92 | 84.03 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 68 | 0 | 0.34 | 0.66 | 0.21 | 29.32 | 0.55 | 0.53 |
| Hex | C9 | 85 | 44 | 0 | 22 | 42 | 15 | 1D | 37 | 35 |
| Octal | 311 | 205 | 104 | 0 | 42 | 102 | 25 | 35 | 67 | 65 |
| Binary | 11001001 | 10000101 | 1000100 | 0 | 100010 | 1000010 | 10101 | 11101 | 110111 | 110101 |
Color Harmonies of #C98544
Complementary color
Monochromatic Colors of #C98544
Black with #C98544
Text Example
Text Example
White with #C98544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98544; }
p { color: rgb(201,133,68); }
H1.HeaderClassName
{
color: #C98544;
}
.AnyTagClassName
{
color: #C98544;
}
</style>
background-color css
<style>
a { background-color: #C98544; }
a { background-color: rgb(201,133,68); }
div.DivClassName
{
background-color: #C98544;
}
.BgClassName
{
background-color: #C98544;
}
</style>
border-color css
<style>
span { border-color: #C98544; }
span { border-color: rgb(201,133,68); }
td.TdClassName
{
border-color: #C98544;
}
.TagClassName
{
border-color: #C98544;
}
</style>