Shades of Peru #CC8939
Tints of Peru #CC8939
RGB
CMYK
RGB Variations
Color information
#CC8939 (or 0xCC8939) is known color: Peru. HEX triplet: CC, 89 and 39. RGB value is (204,137,57). Sum of RGB (Red+Green+Blue) = 204+137+57=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8939 is #3376C6. Grayscale: #949494. Windows color (decimal): -3372743 or 3770828. OLE color: 3770828.
HSL color Cylindrical-coordinate representation of color #CC8939: hue angle of 32.65º 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 #CC8939 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 57 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.2 |
| HSL | 32.65º | 0.59% | 0.51% | - |
| HSV(B) | 32.65º | 0.72% | 0.8% | - |
| XYZ | 34.59 | 31.02 | 8.04 | - |
| YUV | 147.91 | 76.7 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 57 | 0 | 0.33 | 0.72 | 0.2 | 32.65 | 0.59 | 0.51 |
| Hex | CC | 89 | 39 | 0 | 21 | 48 | 14 | 21 | 3B | 33 |
| Octal | 314 | 211 | 71 | 0 | 41 | 110 | 24 | 41 | 73 | 63 |
| Binary | 11001100 | 10001001 | 111001 | 0 | 100001 | 1001000 | 10100 | 100001 | 111011 | 110011 |
Color Harmonies of #CC8939
Complementary color
Monochromatic Colors of #CC8939
Black with #CC8939
Text Example
Text Example
White with #CC8939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8939; }
p { color: rgb(204,137,57); }
H1.HeaderClassName
{
color: #CC8939;
}
.AnyTagClassName
{
color: #CC8939;
}
</style>
background-color css
<style>
a { background-color: #CC8939; }
a { background-color: rgb(204,137,57); }
div.DivClassName
{
background-color: #CC8939;
}
.BgClassName
{
background-color: #CC8939;
}
</style>
border-color css
<style>
span { border-color: #CC8939; }
span { border-color: rgb(204,137,57); }
td.TdClassName
{
border-color: #CC8939;
}
.TagClassName
{
border-color: #CC8939;
}
</style>