Shades of Peru #CC8848
Tints of Peru #CC8848
RGB
CMYK
RGB Variations
Color information
#CC8848 (or 0xCC8848) is known color: Peru. HEX triplet: CC, 88 and 48. RGB value is (204,136,72). Sum of RGB (Red+Green+Blue) = 204+136+72=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8848 is #3377B7. Grayscale: #959595. Windows color (decimal): -3372984 or 4753612. OLE color: 4753612.
HSL color Cylindrical-coordinate representation of color #CC8848: hue angle of 29.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC8848 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 72 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.2 |
| HSL | 29.09º | 0.56% | 0.54% | - |
| HSV(B) | 29.09º | 0.65% | 0.8% | - |
| XYZ | 34.88 | 30.91 | 10.26 | - |
| YUV | 149.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 72 | 0 | 0.33 | 0.65 | 0.2 | 29.09 | 0.56 | 0.54 |
| Hex | CC | 88 | 48 | 0 | 21 | 41 | 14 | 1D | 38 | 36 |
| Octal | 314 | 210 | 110 | 0 | 41 | 101 | 24 | 35 | 70 | 66 |
| Binary | 11001100 | 10001000 | 1001000 | 0 | 100001 | 1000001 | 10100 | 11101 | 111000 | 110110 |
Color Harmonies of #CC8848
Complementary color
Monochromatic Colors of #CC8848
Black with #CC8848
Text Example
Text Example
White with #CC8848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8848; }
p { color: rgb(204,136,72); }
H1.HeaderClassName
{
color: #CC8848;
}
.AnyTagClassName
{
color: #CC8848;
}
</style>
background-color css
<style>
a { background-color: #CC8848; }
a { background-color: rgb(204,136,72); }
div.DivClassName
{
background-color: #CC8848;
}
.BgClassName
{
background-color: #CC8848;
}
</style>
border-color css
<style>
span { border-color: #CC8848; }
span { border-color: rgb(204,136,72); }
td.TdClassName
{
border-color: #CC8848;
}
.TagClassName
{
border-color: #CC8848;
}
</style>