Shades of Peru #CC803E
Tints of Peru #CC803E
RGB
CMYK
RGB Variations
Color information
#CC803E (or 0xCC803E) is known color: Peru. HEX triplet: CC, 80 and 3E. RGB value is (204,128,62). Sum of RGB (Red+Green+Blue) = 204+128+62=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC803E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC803E is #337FC1. Grayscale: #8F8F8F. Windows color (decimal): -3375042 or 4096204. OLE color: 4096204.
HSL color Cylindrical-coordinate representation of color #CC803E: hue angle of 27.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC803E is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 62 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.2 |
| HSL | 27.89º | 0.58% | 0.52% | - |
| HSV(B) | 27.89º | 0.7% | 0.8% | - |
| XYZ | 33.49 | 28.62 | 8.32 | - |
| YUV | 143.2 | 82.18 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 62 | 0 | 0.37 | 0.70 | 0.2 | 27.89 | 0.58 | 0.52 |
| Hex | CC | 80 | 3E | 0 | 25 | 46 | 14 | 1C | 3A | 34 |
| Octal | 314 | 200 | 76 | 0 | 45 | 106 | 24 | 34 | 72 | 64 |
| Binary | 11001100 | 10000000 | 111110 | 0 | 100101 | 1000110 | 10100 | 11100 | 111010 | 110100 |
Color Harmonies of #CC803E
Complementary color
Monochromatic Colors of #CC803E
Black with #CC803E
Text Example
Text Example
White with #CC803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC803E; }
p { color: rgb(204,128,62); }
H1.HeaderClassName
{
color: #CC803E;
}
.AnyTagClassName
{
color: #CC803E;
}
</style>
background-color css
<style>
a { background-color: #CC803E; }
a { background-color: rgb(204,128,62); }
div.DivClassName
{
background-color: #CC803E;
}
.BgClassName
{
background-color: #CC803E;
}
</style>
border-color css
<style>
span { border-color: #CC803E; }
span { border-color: rgb(204,128,62); }
td.TdClassName
{
border-color: #CC803E;
}
.TagClassName
{
border-color: #CC803E;
}
</style>