Shades of Peru #CC873A
Tints of Peru #CC873A
RGB
CMYK
RGB Variations
Color information
#CC873A (or 0xCC873A) is known color: Peru. HEX triplet: CC, 87 and 3A. RGB value is (204,135,58). Sum of RGB (Red+Green+Blue) = 204+135+58=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC873A is #3378C5. Grayscale: #939393. Windows color (decimal): -3373254 or 3835852. OLE color: 3835852.
HSL color Cylindrical-coordinate representation of color #CC873A: hue angle of 31.64º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC873A is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 58 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.2 |
| HSL | 31.64º | 0.59% | 0.51% | - |
| HSV(B) | 31.64º | 0.72% | 0.8% | - |
| XYZ | 34.33 | 30.47 | 8.08 | - |
| YUV | 146.85 | 77.86 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 58 | 0 | 0.34 | 0.72 | 0.2 | 31.64 | 0.59 | 0.51 |
| Hex | CC | 87 | 3A | 0 | 22 | 48 | 14 | 20 | 3B | 33 |
| Octal | 314 | 207 | 72 | 0 | 42 | 110 | 24 | 40 | 73 | 63 |
| Binary | 11001100 | 10000111 | 111010 | 0 | 100010 | 1001000 | 10100 | 100000 | 111011 | 110011 |
Color Harmonies of #CC873A
Complementary color
Monochromatic Colors of #CC873A
Black with #CC873A
Text Example
Text Example
White with #CC873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC873A; }
p { color: rgb(204,135,58); }
H1.HeaderClassName
{
color: #CC873A;
}
.AnyTagClassName
{
color: #CC873A;
}
</style>
background-color css
<style>
a { background-color: #CC873A; }
a { background-color: rgb(204,135,58); }
div.DivClassName
{
background-color: #CC873A;
}
.BgClassName
{
background-color: #CC873A;
}
</style>
border-color css
<style>
span { border-color: #CC873A; }
span { border-color: rgb(204,135,58); }
td.TdClassName
{
border-color: #CC873A;
}
.TagClassName
{
border-color: #CC873A;
}
</style>