Shades of Peru #CC803D
Tints of Peru #CC803D
RGB
CMYK
RGB Variations
Color information
#CC803D (or 0xCC803D) is known color: Peru. HEX triplet: CC, 80 and 3D. RGB value is (204,128,61). Sum of RGB (Red+Green+Blue) = 204+128+61=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC803D is #337FC2. Grayscale: #8F8F8F. Windows color (decimal): -3375043 or 4030668. OLE color: 4030668.
HSL color Cylindrical-coordinate representation of color #CC803D: hue angle of 28.11º 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 #CC803D is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 61 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.2 |
| HSL | 28.11º | 0.58% | 0.52% | - |
| HSV(B) | 28.11º | 0.7% | 0.8% | - |
| XYZ | 33.46 | 28.61 | 8.17 | - |
| YUV | 143.09 | 81.68 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 61 | 0 | 0.37 | 0.70 | 0.2 | 28.11 | 0.58 | 0.52 |
| Hex | CC | 80 | 3D | 0 | 25 | 46 | 14 | 1C | 3A | 34 |
| Octal | 314 | 200 | 75 | 0 | 45 | 106 | 24 | 34 | 72 | 64 |
| Binary | 11001100 | 10000000 | 111101 | 0 | 100101 | 1000110 | 10100 | 11100 | 111010 | 110100 |
Color Harmonies of #CC803D
Complementary color
Monochromatic Colors of #CC803D
Black with #CC803D
Text Example
Text Example
White with #CC803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC803D; }
p { color: rgb(204,128,61); }
H1.HeaderClassName
{
color: #CC803D;
}
.AnyTagClassName
{
color: #CC803D;
}
</style>
background-color css
<style>
a { background-color: #CC803D; }
a { background-color: rgb(204,128,61); }
div.DivClassName
{
background-color: #CC803D;
}
.BgClassName
{
background-color: #CC803D;
}
</style>
border-color css
<style>
span { border-color: #CC803D; }
span { border-color: rgb(204,128,61); }
td.TdClassName
{
border-color: #CC803D;
}
.TagClassName
{
border-color: #CC803D;
}
</style>