Shades of Peru #CC873E
Tints of Peru #CC873E
RGB
CMYK
RGB Variations
Color information
#CC873E (or 0xCC873E) is known color: Peru. HEX triplet: CC, 87 and 3E. RGB value is (204,135,62). Sum of RGB (Red+Green+Blue) = 204+135+62=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC873E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC873E is #3378C1. Grayscale: #939393. Windows color (decimal): -3373250 or 4097996. OLE color: 4097996.
HSL color Cylindrical-coordinate representation of color #CC873E: hue angle of 30.85º 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 #CC873E is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 62 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.2 |
| HSL | 30.85º | 0.58% | 0.52% | - |
| HSV(B) | 30.85º | 0.7% | 0.8% | - |
| XYZ | 34.44 | 30.51 | 8.63 | - |
| YUV | 147.31 | 79.86 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 62 | 0 | 0.34 | 0.70 | 0.2 | 30.85 | 0.58 | 0.52 |
| Hex | CC | 87 | 3E | 0 | 22 | 46 | 14 | 1F | 3A | 34 |
| Octal | 314 | 207 | 76 | 0 | 42 | 106 | 24 | 37 | 72 | 64 |
| Binary | 11001100 | 10000111 | 111110 | 0 | 100010 | 1000110 | 10100 | 11111 | 111010 | 110100 |
Color Harmonies of #CC873E
Complementary color
Monochromatic Colors of #CC873E
Black with #CC873E
Text Example
Text Example
White with #CC873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC873E; }
p { color: rgb(204,135,62); }
H1.HeaderClassName
{
color: #CC873E;
}
.AnyTagClassName
{
color: #CC873E;
}
</style>
background-color css
<style>
a { background-color: #CC873E; }
a { background-color: rgb(204,135,62); }
div.DivClassName
{
background-color: #CC873E;
}
.BgClassName
{
background-color: #CC873E;
}
</style>
border-color css
<style>
span { border-color: #CC873E; }
span { border-color: rgb(204,135,62); }
td.TdClassName
{
border-color: #CC873E;
}
.TagClassName
{
border-color: #CC873E;
}
</style>