Shades of Peru #C88944
Tints of Peru #C88944
RGB
CMYK
RGB Variations
Color information
#C88944 (or 0xC88944) is known color: Peru. HEX triplet: C8, 89 and 44. RGB value is (200,137,68). Sum of RGB (Red+Green+Blue) = 200+137+68=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C88944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88944 is #3776BB. Grayscale: #949494. Windows color (decimal): -3634876 or 4491720. OLE color: 4491720.
HSL color Cylindrical-coordinate representation of color #C88944: hue angle of 31.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C88944 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 68 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.22 |
| HSL | 31.36º | 0.55% | 0.53% | - |
| HSV(B) | 31.36º | 0.66% | 0.78% | - |
| XYZ | 33.81 | 30.59 | 9.59 | - |
| YUV | 147.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 68 | 0 | 0.32 | 0.66 | 0.22 | 31.36 | 0.55 | 0.53 |
| Hex | C8 | 89 | 44 | 0 | 20 | 42 | 16 | 1F | 37 | 35 |
| Octal | 310 | 211 | 104 | 0 | 40 | 102 | 26 | 37 | 67 | 65 |
| Binary | 11001000 | 10001001 | 1000100 | 0 | 100000 | 1000010 | 10110 | 11111 | 110111 | 110101 |
Color Harmonies of #C88944
Complementary color
Monochromatic Colors of #C88944
Black with #C88944
Text Example
Text Example
White with #C88944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88944; }
p { color: rgb(200,137,68); }
H1.HeaderClassName
{
color: #C88944;
}
.AnyTagClassName
{
color: #C88944;
}
</style>
background-color css
<style>
a { background-color: #C88944; }
a { background-color: rgb(200,137,68); }
div.DivClassName
{
background-color: #C88944;
}
.BgClassName
{
background-color: #C88944;
}
</style>
border-color css
<style>
span { border-color: #C88944; }
span { border-color: rgb(200,137,68); }
td.TdClassName
{
border-color: #C88944;
}
.TagClassName
{
border-color: #C88944;
}
</style>