Shades of Peru #CC8839
Tints of Peru #CC8839
RGB
CMYK
RGB Variations
Color information
#CC8839 (or 0xCC8839) is known color: Peru. HEX triplet: CC, 88 and 39. RGB value is (204,136,57). Sum of RGB (Red+Green+Blue) = 204+136+57=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8839 is #3377C6. Grayscale: #939393. Windows color (decimal): -3372999 or 3770572. OLE color: 3770572.
HSL color Cylindrical-coordinate representation of color #CC8839: hue angle of 32.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC8839 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 57 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.2 |
| HSL | 32.24º | 0.59% | 0.51% | - |
| HSV(B) | 32.24º | 0.72% | 0.8% | - |
| XYZ | 34.44 | 30.74 | 7.99 | - |
| YUV | 147.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 57 | 0 | 0.33 | 0.72 | 0.2 | 32.24 | 0.59 | 0.51 |
| Hex | CC | 88 | 39 | 0 | 21 | 48 | 14 | 20 | 3B | 33 |
| Octal | 314 | 210 | 71 | 0 | 41 | 110 | 24 | 40 | 73 | 63 |
| Binary | 11001100 | 10001000 | 111001 | 0 | 100001 | 1001000 | 10100 | 100000 | 111011 | 110011 |
Color Harmonies of #CC8839
Complementary color
Monochromatic Colors of #CC8839
Black with #CC8839
Text Example
Text Example
White with #CC8839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8839; }
p { color: rgb(204,136,57); }
H1.HeaderClassName
{
color: #CC8839;
}
.AnyTagClassName
{
color: #CC8839;
}
</style>
background-color css
<style>
a { background-color: #CC8839; }
a { background-color: rgb(204,136,57); }
div.DivClassName
{
background-color: #CC8839;
}
.BgClassName
{
background-color: #CC8839;
}
</style>
border-color css
<style>
span { border-color: #CC8839; }
span { border-color: rgb(204,136,57); }
td.TdClassName
{
border-color: #CC8839;
}
.TagClassName
{
border-color: #CC8839;
}
</style>