Shades of Peru #CC8140
Tints of Peru #CC8140
RGB
CMYK
RGB Variations
Color information
#CC8140 (or 0xCC8140) is known color: Peru. HEX triplet: CC, 81 and 40. RGB value is (204,129,64). Sum of RGB (Red+Green+Blue) = 204+129+64=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8140 is #337EBF. Grayscale: #909090. Windows color (decimal): -3374784 or 4227532. OLE color: 4227532.
HSL color Cylindrical-coordinate representation of color #CC8140: hue angle of 27.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC8140 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 64 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.2 |
| HSL | 27.86º | 0.58% | 0.53% | - |
| HSV(B) | 27.86º | 0.69% | 0.8% | - |
| XYZ | 33.68 | 28.91 | 8.66 | - |
| YUV | 144.02 | 82.85 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 64 | 0 | 0.37 | 0.69 | 0.2 | 27.86 | 0.58 | 0.53 |
| Hex | CC | 81 | 40 | 0 | 25 | 45 | 14 | 1C | 3A | 35 |
| Octal | 314 | 201 | 100 | 0 | 45 | 105 | 24 | 34 | 72 | 65 |
| Binary | 11001100 | 10000001 | 1000000 | 0 | 100101 | 1000101 | 10100 | 11100 | 111010 | 110101 |
Color Harmonies of #CC8140
Complementary color
Monochromatic Colors of #CC8140
Black with #CC8140
Text Example
Text Example
White with #CC8140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8140; }
p { color: rgb(204,129,64); }
H1.HeaderClassName
{
color: #CC8140;
}
.AnyTagClassName
{
color: #CC8140;
}
</style>
background-color css
<style>
a { background-color: #CC8140; }
a { background-color: rgb(204,129,64); }
div.DivClassName
{
background-color: #CC8140;
}
.BgClassName
{
background-color: #CC8140;
}
</style>
border-color css
<style>
span { border-color: #CC8140; }
span { border-color: rgb(204,129,64); }
td.TdClassName
{
border-color: #CC8140;
}
.TagClassName
{
border-color: #CC8140;
}
</style>