Shades of Peru #C88345
Tints of Peru #C88345
RGB
CMYK
RGB Variations
Color information
#C88345 (or 0xC88345) is known color: Peru. HEX triplet: C8, 83 and 45. RGB value is (200,131,69). Sum of RGB (Red+Green+Blue) = 200+131+69=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C88345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88345 is #377CBA. Grayscale: #909090. Windows color (decimal): -3636411 or 4555720. OLE color: 4555720.
HSL color Cylindrical-coordinate representation of color #C88345: hue angle of 28.4º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C88345 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 69 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.22 |
| HSL | 28.4º | 0.54% | 0.53% | - |
| HSV(B) | 28.4º | 0.66% | 0.78% | - |
| XYZ | 33.01 | 28.94 | 9.48 | - |
| YUV | 144.56 | 85.36 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 69 | 0 | 0.34 | 0.66 | 0.22 | 28.4 | 0.54 | 0.53 |
| Hex | C8 | 83 | 45 | 0 | 22 | 42 | 16 | 1C | 36 | 35 |
| Octal | 310 | 203 | 105 | 0 | 42 | 102 | 26 | 34 | 66 | 65 |
| Binary | 11001000 | 10000011 | 1000101 | 0 | 100010 | 1000010 | 10110 | 11100 | 110110 | 110101 |
Color Harmonies of #C88345
Complementary color
Monochromatic Colors of #C88345
Black with #C88345
Text Example
Text Example
White with #C88345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88345; }
p { color: rgb(200,131,69); }
H1.HeaderClassName
{
color: #C88345;
}
.AnyTagClassName
{
color: #C88345;
}
</style>
background-color css
<style>
a { background-color: #C88345; }
a { background-color: rgb(200,131,69); }
div.DivClassName
{
background-color: #C88345;
}
.BgClassName
{
background-color: #C88345;
}
</style>
border-color css
<style>
span { border-color: #C88345; }
span { border-color: rgb(200,131,69); }
td.TdClassName
{
border-color: #C88345;
}
.TagClassName
{
border-color: #C88345;
}
</style>