Shades of Peru #C88545
Tints of Peru #C88545
RGB
CMYK
RGB Variations
Color information
#C88545 (or 0xC88545) is known color: Peru. HEX triplet: C8, 85 and 45. RGB value is (200,133,69). Sum of RGB (Red+Green+Blue) = 200+133+69=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C88545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88545 is #377ABA. Grayscale: #929292. Windows color (decimal): -3635899 or 4556232. OLE color: 4556232.
HSL color Cylindrical-coordinate representation of color #C88545: hue angle of 29.31º 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 #C88545 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 69 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.22 |
| HSL | 29.31º | 0.54% | 0.53% | - |
| HSV(B) | 29.31º | 0.66% | 0.78% | - |
| XYZ | 33.28 | 29.48 | 9.57 | - |
| YUV | 145.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 69 | 0 | 0.34 | 0.66 | 0.22 | 29.31 | 0.54 | 0.53 |
| Hex | C8 | 85 | 45 | 0 | 22 | 42 | 16 | 1D | 36 | 35 |
| Octal | 310 | 205 | 105 | 0 | 42 | 102 | 26 | 35 | 66 | 65 |
| Binary | 11001000 | 10000101 | 1000101 | 0 | 100010 | 1000010 | 10110 | 11101 | 110110 | 110101 |
Color Harmonies of #C88545
Complementary color
Monochromatic Colors of #C88545
Black with #C88545
Text Example
Text Example
White with #C88545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88545; }
p { color: rgb(200,133,69); }
H1.HeaderClassName
{
color: #C88545;
}
.AnyTagClassName
{
color: #C88545;
}
</style>
background-color css
<style>
a { background-color: #C88545; }
a { background-color: rgb(200,133,69); }
div.DivClassName
{
background-color: #C88545;
}
.BgClassName
{
background-color: #C88545;
}
</style>
border-color css
<style>
span { border-color: #C88545; }
span { border-color: rgb(200,133,69); }
td.TdClassName
{
border-color: #C88545;
}
.TagClassName
{
border-color: #C88545;
}
</style>