Shades of Peru #CC8647
Tints of Peru #CC8647
RGB
CMYK
RGB Variations
Color information
#CC8647 (or 0xCC8647) is known color: Peru. HEX triplet: CC, 86 and 47. RGB value is (204,134,71). Sum of RGB (Red+Green+Blue) = 204+134+71=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8647 is #3379B8. Grayscale: #949494. Windows color (decimal): -3373497 or 4687564. OLE color: 4687564.
HSL color Cylindrical-coordinate representation of color #CC8647: hue angle of 28.42º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC8647 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 71 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.2 |
| HSL | 28.42º | 0.57% | 0.54% | - |
| HSV(B) | 28.42º | 0.65% | 0.8% | - |
| XYZ | 34.56 | 30.34 | 10 | - |
| YUV | 147.75 | 84.69 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 71 | 0 | 0.34 | 0.65 | 0.2 | 28.42 | 0.57 | 0.54 |
| Hex | CC | 86 | 47 | 0 | 22 | 41 | 14 | 1C | 39 | 36 |
| Octal | 314 | 206 | 107 | 0 | 42 | 101 | 24 | 34 | 71 | 66 |
| Binary | 11001100 | 10000110 | 1000111 | 0 | 100010 | 1000001 | 10100 | 11100 | 111001 | 110110 |
Color Harmonies of #CC8647
Complementary color
Monochromatic Colors of #CC8647
Black with #CC8647
Text Example
Text Example
White with #CC8647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8647; }
p { color: rgb(204,134,71); }
H1.HeaderClassName
{
color: #CC8647;
}
.AnyTagClassName
{
color: #CC8647;
}
</style>
background-color css
<style>
a { background-color: #CC8647; }
a { background-color: rgb(204,134,71); }
div.DivClassName
{
background-color: #CC8647;
}
.BgClassName
{
background-color: #CC8647;
}
</style>
border-color css
<style>
span { border-color: #CC8647; }
span { border-color: rgb(204,134,71); }
td.TdClassName
{
border-color: #CC8647;
}
.TagClassName
{
border-color: #CC8647;
}
</style>