Shades of Peru #CC8141
Tints of Peru #CC8141
RGB
CMYK
RGB Variations
Color information
#CC8141 (or 0xCC8141) is known color: Peru. HEX triplet: CC, 81 and 41. RGB value is (204,129,65). Sum of RGB (Red+Green+Blue) = 204+129+65=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8141 is #337EBE. Grayscale: #909090. Windows color (decimal): -3374783 or 4293068. OLE color: 4293068.
HSL color Cylindrical-coordinate representation of color #CC8141: hue angle of 27.63º 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 #CC8141 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 65 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.2 |
| HSL | 27.63º | 0.58% | 0.53% | - |
| HSV(B) | 27.63º | 0.68% | 0.8% | - |
| XYZ | 33.71 | 28.92 | 8.81 | - |
| YUV | 144.13 | 83.35 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 65 | 0 | 0.37 | 0.68 | 0.2 | 27.63 | 0.58 | 0.53 |
| Hex | CC | 81 | 41 | 0 | 25 | 44 | 14 | 1C | 3A | 35 |
| Octal | 314 | 201 | 101 | 0 | 45 | 104 | 24 | 34 | 72 | 65 |
| Binary | 11001100 | 10000001 | 1000001 | 0 | 100101 | 1000100 | 10100 | 11100 | 111010 | 110101 |
Color Harmonies of #CC8141
Complementary color
Monochromatic Colors of #CC8141
Black with #CC8141
Text Example
Text Example
White with #CC8141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8141; }
p { color: rgb(204,129,65); }
H1.HeaderClassName
{
color: #CC8141;
}
.AnyTagClassName
{
color: #CC8141;
}
</style>
background-color css
<style>
a { background-color: #CC8141; }
a { background-color: rgb(204,129,65); }
div.DivClassName
{
background-color: #CC8141;
}
.BgClassName
{
background-color: #CC8141;
}
</style>
border-color css
<style>
span { border-color: #CC8141; }
span { border-color: rgb(204,129,65); }
td.TdClassName
{
border-color: #CC8141;
}
.TagClassName
{
border-color: #CC8141;
}
</style>