Shades of Peru #CC8846
Tints of Peru #CC8846
RGB
CMYK
RGB Variations
Color information
#CC8846 (or 0xCC8846) is known color: Peru. HEX triplet: CC, 88 and 46. RGB value is (204,136,70). Sum of RGB (Red+Green+Blue) = 204+136+70=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8846 is #3377B9. Grayscale: #959595. Windows color (decimal): -3372986 or 4622540. OLE color: 4622540.
HSL color Cylindrical-coordinate representation of color #CC8846: hue angle of 29.55º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC8846 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 70 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.2 |
| HSL | 29.55º | 0.57% | 0.54% | - |
| HSV(B) | 29.55º | 0.66% | 0.8% | - |
| XYZ | 34.81 | 30.89 | 9.92 | - |
| YUV | 148.81 | 83.53 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 70 | 0 | 0.33 | 0.66 | 0.2 | 29.55 | 0.57 | 0.54 |
| Hex | CC | 88 | 46 | 0 | 21 | 42 | 14 | 1E | 39 | 36 |
| Octal | 314 | 210 | 106 | 0 | 41 | 102 | 24 | 36 | 71 | 66 |
| Binary | 11001100 | 10001000 | 1000110 | 0 | 100001 | 1000010 | 10100 | 11110 | 111001 | 110110 |
Color Harmonies of #CC8846
Complementary color
Monochromatic Colors of #CC8846
Black with #CC8846
Text Example
Text Example
White with #CC8846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8846; }
p { color: rgb(204,136,70); }
H1.HeaderClassName
{
color: #CC8846;
}
.AnyTagClassName
{
color: #CC8846;
}
</style>
background-color css
<style>
a { background-color: #CC8846; }
a { background-color: rgb(204,136,70); }
div.DivClassName
{
background-color: #CC8846;
}
.BgClassName
{
background-color: #CC8846;
}
</style>
border-color css
<style>
span { border-color: #CC8846; }
span { border-color: rgb(204,136,70); }
td.TdClassName
{
border-color: #CC8846;
}
.TagClassName
{
border-color: #CC8846;
}
</style>