Shades of Peru #CC873D
Tints of Peru #CC873D
RGB
CMYK
RGB Variations
Color information
#CC873D (or 0xCC873D) is known color: Peru. HEX triplet: CC, 87 and 3D. RGB value is (204,135,61). Sum of RGB (Red+Green+Blue) = 204+135+61=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC873D is #3378C2. Grayscale: #939393. Windows color (decimal): -3373251 or 4032460. OLE color: 4032460.
HSL color Cylindrical-coordinate representation of color #CC873D: hue angle of 31.05º 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 #CC873D is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 61 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.2 |
| HSL | 31.05º | 0.58% | 0.52% | - |
| HSV(B) | 31.05º | 0.7% | 0.8% | - |
| XYZ | 34.41 | 30.5 | 8.49 | - |
| YUV | 147.2 | 79.36 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 61 | 0 | 0.34 | 0.70 | 0.2 | 31.05 | 0.58 | 0.52 |
| Hex | CC | 87 | 3D | 0 | 22 | 46 | 14 | 1F | 3A | 34 |
| Octal | 314 | 207 | 75 | 0 | 42 | 106 | 24 | 37 | 72 | 64 |
| Binary | 11001100 | 10000111 | 111101 | 0 | 100010 | 1000110 | 10100 | 11111 | 111010 | 110100 |
Color Harmonies of #CC873D
Complementary color
Monochromatic Colors of #CC873D
Black with #CC873D
Text Example
Text Example
White with #CC873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC873D; }
p { color: rgb(204,135,61); }
H1.HeaderClassName
{
color: #CC873D;
}
.AnyTagClassName
{
color: #CC873D;
}
</style>
background-color css
<style>
a { background-color: #CC873D; }
a { background-color: rgb(204,135,61); }
div.DivClassName
{
background-color: #CC873D;
}
.BgClassName
{
background-color: #CC873D;
}
</style>
border-color css
<style>
span { border-color: #CC873D; }
span { border-color: rgb(204,135,61); }
td.TdClassName
{
border-color: #CC873D;
}
.TagClassName
{
border-color: #CC873D;
}
</style>