Shades of Peru #CC8041
Tints of Peru #CC8041
RGB
CMYK
RGB Variations
Color information
#CC8041 (or 0xCC8041) is known color: Peru. HEX triplet: CC, 80 and 41. RGB value is (204,128,65). Sum of RGB (Red+Green+Blue) = 204+128+65=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8041 is #337FBE. Grayscale: #8F8F8F. Windows color (decimal): -3375039 or 4292812. OLE color: 4292812.
HSL color Cylindrical-coordinate representation of color #CC8041: hue angle of 27.19º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC8041 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 65 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.2 |
| HSL | 27.19º | 0.58% | 0.53% | - |
| HSV(B) | 27.19º | 0.68% | 0.8% | - |
| XYZ | 33.58 | 28.66 | 8.76 | - |
| YUV | 143.54 | 83.68 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 65 | 0 | 0.37 | 0.68 | 0.2 | 27.19 | 0.58 | 0.53 |
| Hex | CC | 80 | 41 | 0 | 25 | 44 | 14 | 1B | 3A | 35 |
| Octal | 314 | 200 | 101 | 0 | 45 | 104 | 24 | 33 | 72 | 65 |
| Binary | 11001100 | 10000000 | 1000001 | 0 | 100101 | 1000100 | 10100 | 11011 | 111010 | 110101 |
Color Harmonies of #CC8041
Complementary color
Monochromatic Colors of #CC8041
Black with #CC8041
Text Example
Text Example
White with #CC8041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8041; }
p { color: rgb(204,128,65); }
H1.HeaderClassName
{
color: #CC8041;
}
.AnyTagClassName
{
color: #CC8041;
}
</style>
background-color css
<style>
a { background-color: #CC8041; }
a { background-color: rgb(204,128,65); }
div.DivClassName
{
background-color: #CC8041;
}
.BgClassName
{
background-color: #CC8041;
}
</style>
border-color css
<style>
span { border-color: #CC8041; }
span { border-color: rgb(204,128,65); }
td.TdClassName
{
border-color: #CC8041;
}
.TagClassName
{
border-color: #CC8041;
}
</style>