Shades of Peru #C88645
Tints of Peru #C88645
RGB
CMYK
RGB Variations
Color information
#C88645 (or 0xC88645) is known color: Peru. HEX triplet: C8, 86 and 45. RGB value is (200,134,69). Sum of RGB (Red+Green+Blue) = 200+134+69=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C88645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88645 is #3779BA. Grayscale: #929292. Windows color (decimal): -3635643 or 4556488. OLE color: 4556488.
HSL color Cylindrical-coordinate representation of color #C88645: hue angle of 29.77º 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 #C88645 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 69 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.22 |
| HSL | 29.77º | 0.54% | 0.53% | - |
| HSV(B) | 29.77º | 0.66% | 0.78% | - |
| XYZ | 33.42 | 29.76 | 9.61 | - |
| YUV | 146.32 | 84.37 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 69 | 0 | 0.33 | 0.66 | 0.22 | 29.77 | 0.54 | 0.53 |
| Hex | C8 | 86 | 45 | 0 | 21 | 42 | 16 | 1E | 36 | 35 |
| Octal | 310 | 206 | 105 | 0 | 41 | 102 | 26 | 36 | 66 | 65 |
| Binary | 11001000 | 10000110 | 1000101 | 0 | 100001 | 1000010 | 10110 | 11110 | 110110 | 110101 |
Color Harmonies of #C88645
Complementary color
Monochromatic Colors of #C88645
Black with #C88645
Text Example
Text Example
White with #C88645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88645; }
p { color: rgb(200,134,69); }
H1.HeaderClassName
{
color: #C88645;
}
.AnyTagClassName
{
color: #C88645;
}
</style>
background-color css
<style>
a { background-color: #C88645; }
a { background-color: rgb(200,134,69); }
div.DivClassName
{
background-color: #C88645;
}
.BgClassName
{
background-color: #C88645;
}
</style>
border-color css
<style>
span { border-color: #C88645; }
span { border-color: rgb(200,134,69); }
td.TdClassName
{
border-color: #C88645;
}
.TagClassName
{
border-color: #C88645;
}
</style>