Shades of Peru #CC8446
Tints of Peru #CC8446
RGB
CMYK
RGB Variations
Color information
#CC8446 (or 0xCC8446) is known color: Peru. HEX triplet: CC, 84 and 46. RGB value is (204,132,70). Sum of RGB (Red+Green+Blue) = 204+132+70=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8446 is #337BB9. Grayscale: #929292. Windows color (decimal): -3374010 or 4621516. OLE color: 4621516.
HSL color Cylindrical-coordinate representation of color #CC8446: hue angle of 27.76º 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 #CC8446 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 70 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.2 |
| HSL | 27.76º | 0.57% | 0.54% | - |
| HSV(B) | 27.76º | 0.66% | 0.8% | - |
| XYZ | 34.26 | 29.78 | 9.74 | - |
| YUV | 146.46 | 84.85 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 70 | 0 | 0.35 | 0.66 | 0.2 | 27.76 | 0.57 | 0.54 |
| Hex | CC | 84 | 46 | 0 | 23 | 42 | 14 | 1C | 39 | 36 |
| Octal | 314 | 204 | 106 | 0 | 43 | 102 | 24 | 34 | 71 | 66 |
| Binary | 11001100 | 10000100 | 1000110 | 0 | 100011 | 1000010 | 10100 | 11100 | 111001 | 110110 |
Color Harmonies of #CC8446
Complementary color
Monochromatic Colors of #CC8446
Black with #CC8446
Text Example
Text Example
White with #CC8446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8446; }
p { color: rgb(204,132,70); }
H1.HeaderClassName
{
color: #CC8446;
}
.AnyTagClassName
{
color: #CC8446;
}
</style>
background-color css
<style>
a { background-color: #CC8446; }
a { background-color: rgb(204,132,70); }
div.DivClassName
{
background-color: #CC8446;
}
.BgClassName
{
background-color: #CC8446;
}
</style>
border-color css
<style>
span { border-color: #CC8446; }
span { border-color: rgb(204,132,70); }
td.TdClassName
{
border-color: #CC8446;
}
.TagClassName
{
border-color: #CC8446;
}
</style>