Shades of Peru #CC8441
Tints of Peru #CC8441
RGB
CMYK
RGB Variations
Color information
#CC8441 (or 0xCC8441) is known color: Peru. HEX triplet: CC, 84 and 41. RGB value is (204,132,65). Sum of RGB (Red+Green+Blue) = 204+132+65=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8441 is #337BBE. Grayscale: #929292. Windows color (decimal): -3374015 or 4293836. OLE color: 4293836.
HSL color Cylindrical-coordinate representation of color #CC8441: hue angle of 28.92º 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 #CC8441 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 65 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.2 |
| HSL | 28.92º | 0.58% | 0.53% | - |
| HSV(B) | 28.92º | 0.68% | 0.8% | - |
| XYZ | 34.11 | 29.72 | 8.94 | - |
| YUV | 145.89 | 82.35 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 65 | 0 | 0.35 | 0.68 | 0.2 | 28.92 | 0.58 | 0.53 |
| Hex | CC | 84 | 41 | 0 | 23 | 44 | 14 | 1D | 3A | 35 |
| Octal | 314 | 204 | 101 | 0 | 43 | 104 | 24 | 35 | 72 | 65 |
| Binary | 11001100 | 10000100 | 1000001 | 0 | 100011 | 1000100 | 10100 | 11101 | 111010 | 110101 |
Color Harmonies of #CC8441
Complementary color
Monochromatic Colors of #CC8441
Black with #CC8441
Text Example
Text Example
White with #CC8441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8441; }
p { color: rgb(204,132,65); }
H1.HeaderClassName
{
color: #CC8441;
}
.AnyTagClassName
{
color: #CC8441;
}
</style>
background-color css
<style>
a { background-color: #CC8441; }
a { background-color: rgb(204,132,65); }
div.DivClassName
{
background-color: #CC8441;
}
.BgClassName
{
background-color: #CC8441;
}
</style>
border-color css
<style>
span { border-color: #CC8441; }
span { border-color: rgb(204,132,65); }
td.TdClassName
{
border-color: #CC8441;
}
.TagClassName
{
border-color: #CC8441;
}
</style>