Shades of Peru #CC803C
Tints of Peru #CC803C
RGB
CMYK
RGB Variations
Color information
#CC803C (or 0xCC803C) is known color: Peru. HEX triplet: CC, 80 and 3C. RGB value is (204,128,60). Sum of RGB (Red+Green+Blue) = 204+128+60=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC803C is #337FC3. Grayscale: #8F8F8F. Windows color (decimal): -3375044 or 3965132. OLE color: 3965132.
HSL color Cylindrical-coordinate representation of color #CC803C: hue angle of 28.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC803C is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 60 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.2 |
| HSL | 28.33º | 0.59% | 0.52% | - |
| HSV(B) | 28.33º | 0.71% | 0.8% | - |
| XYZ | 33.44 | 28.6 | 8.03 | - |
| YUV | 142.97 | 81.18 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 60 | 0 | 0.37 | 0.71 | 0.2 | 28.33 | 0.59 | 0.52 |
| Hex | CC | 80 | 3C | 0 | 25 | 47 | 14 | 1C | 3B | 34 |
| Octal | 314 | 200 | 74 | 0 | 45 | 107 | 24 | 34 | 73 | 64 |
| Binary | 11001100 | 10000000 | 111100 | 0 | 100101 | 1000111 | 10100 | 11100 | 111011 | 110100 |
Color Harmonies of #CC803C
Complementary color
Monochromatic Colors of #CC803C
Black with #CC803C
Text Example
Text Example
White with #CC803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC803C; }
p { color: rgb(204,128,60); }
H1.HeaderClassName
{
color: #CC803C;
}
.AnyTagClassName
{
color: #CC803C;
}
</style>
background-color css
<style>
a { background-color: #CC803C; }
a { background-color: rgb(204,128,60); }
div.DivClassName
{
background-color: #CC803C;
}
.BgClassName
{
background-color: #CC803C;
}
</style>
border-color css
<style>
span { border-color: #CC803C; }
span { border-color: rgb(204,128,60); }
td.TdClassName
{
border-color: #CC803C;
}
.TagClassName
{
border-color: #CC803C;
}
</style>