Shades of Peru #CC893E
Tints of Peru #CC893E
RGB
CMYK
RGB Variations
Color information
#CC893E (or 0xCC893E) is known color: Peru. HEX triplet: CC, 89 and 3E. RGB value is (204,137,62). Sum of RGB (Red+Green+Blue) = 204+137+62=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC893E is #3376C1. Grayscale: #949494. Windows color (decimal): -3372738 or 4098508. OLE color: 4098508.
HSL color Cylindrical-coordinate representation of color #CC893E: hue angle of 31.69º 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 #CC893E is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 62 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.2 |
| HSL | 31.69º | 0.58% | 0.52% | - |
| HSV(B) | 31.69º | 0.7% | 0.8% | - |
| XYZ | 34.72 | 31.08 | 8.73 | - |
| YUV | 148.48 | 79.2 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 62 | 0 | 0.33 | 0.70 | 0.2 | 31.69 | 0.58 | 0.52 |
| Hex | CC | 89 | 3E | 0 | 21 | 46 | 14 | 20 | 3A | 34 |
| Octal | 314 | 211 | 76 | 0 | 41 | 106 | 24 | 40 | 72 | 64 |
| Binary | 11001100 | 10001001 | 111110 | 0 | 100001 | 1000110 | 10100 | 100000 | 111010 | 110100 |
Color Harmonies of #CC893E
Complementary color
Monochromatic Colors of #CC893E
Black with #CC893E
Text Example
Text Example
White with #CC893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC893E; }
p { color: rgb(204,137,62); }
H1.HeaderClassName
{
color: #CC893E;
}
.AnyTagClassName
{
color: #CC893E;
}
</style>
background-color css
<style>
a { background-color: #CC893E; }
a { background-color: rgb(204,137,62); }
div.DivClassName
{
background-color: #CC893E;
}
.BgClassName
{
background-color: #CC893E;
}
</style>
border-color css
<style>
span { border-color: #CC893E; }
span { border-color: rgb(204,137,62); }
td.TdClassName
{
border-color: #CC893E;
}
.TagClassName
{
border-color: #CC893E;
}
</style>