Shades of Peru #CC873F
Tints of Peru #CC873F
RGB
CMYK
RGB Variations
Color information
#CC873F (or 0xCC873F) is known color: Peru. HEX triplet: CC, 87 and 3F. RGB value is (204,135,63). Sum of RGB (Red+Green+Blue) = 204+135+63=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC873F is #3378C0. Grayscale: #939393. Windows color (decimal): -3373249 or 4163532. OLE color: 4163532.
HSL color Cylindrical-coordinate representation of color #CC873F: hue angle of 30.64º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC873F is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 63 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.2 |
| HSL | 30.64º | 0.58% | 0.52% | - |
| HSV(B) | 30.64º | 0.69% | 0.8% | - |
| XYZ | 34.46 | 30.52 | 8.78 | - |
| YUV | 147.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 63 | 0 | 0.34 | 0.69 | 0.2 | 30.64 | 0.58 | 0.52 |
| Hex | CC | 87 | 3F | 0 | 22 | 45 | 14 | 1F | 3A | 34 |
| Octal | 314 | 207 | 77 | 0 | 42 | 105 | 24 | 37 | 72 | 64 |
| Binary | 11001100 | 10000111 | 111111 | 0 | 100010 | 1000101 | 10100 | 11111 | 111010 | 110100 |
Color Harmonies of #CC873F
Complementary color
Monochromatic Colors of #CC873F
Black with #CC873F
Text Example
Text Example
White with #CC873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC873F; }
p { color: rgb(204,135,63); }
H1.HeaderClassName
{
color: #CC873F;
}
.AnyTagClassName
{
color: #CC873F;
}
</style>
background-color css
<style>
a { background-color: #CC873F; }
a { background-color: rgb(204,135,63); }
div.DivClassName
{
background-color: #CC873F;
}
.BgClassName
{
background-color: #CC873F;
}
</style>
border-color css
<style>
span { border-color: #CC873F; }
span { border-color: rgb(204,135,63); }
td.TdClassName
{
border-color: #CC873F;
}
.TagClassName
{
border-color: #CC873F;
}
</style>