Shades of Peru #C88644
Tints of Peru #C88644
RGB
CMYK
RGB Variations
Color information
#C88644 (or 0xC88644) is known color: Peru. HEX triplet: C8, 86 and 44. RGB value is (200,134,68). Sum of RGB (Red+Green+Blue) = 200+134+68=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C88644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88644 is #3779BB. Grayscale: #929292. Windows color (decimal): -3635644 or 4490952. OLE color: 4490952.
HSL color Cylindrical-coordinate representation of color #C88644: hue angle of 30º 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 #C88644 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 68 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.22 |
| HSL | 30º | 0.55% | 0.53% | - |
| HSV(B) | 30º | 0.66% | 0.78% | - |
| XYZ | 33.39 | 29.75 | 9.45 | - |
| YUV | 146.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 68 | 0 | 0.33 | 0.66 | 0.22 | 30 | 0.55 | 0.53 |
| Hex | C8 | 86 | 44 | 0 | 21 | 42 | 16 | 1E | 37 | 35 |
| Octal | 310 | 206 | 104 | 0 | 41 | 102 | 26 | 36 | 67 | 65 |
| Binary | 11001000 | 10000110 | 1000100 | 0 | 100001 | 1000010 | 10110 | 11110 | 110111 | 110101 |
Color Harmonies of #C88644
Complementary color
Monochromatic Colors of #C88644
Black with #C88644
Text Example
Text Example
White with #C88644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88644; }
p { color: rgb(200,134,68); }
H1.HeaderClassName
{
color: #C88644;
}
.AnyTagClassName
{
color: #C88644;
}
</style>
background-color css
<style>
a { background-color: #C88644; }
a { background-color: rgb(200,134,68); }
div.DivClassName
{
background-color: #C88644;
}
.BgClassName
{
background-color: #C88644;
}
</style>
border-color css
<style>
span { border-color: #C88644; }
span { border-color: rgb(200,134,68); }
td.TdClassName
{
border-color: #C88644;
}
.TagClassName
{
border-color: #C88644;
}
</style>