Shades of Peru #CC8946
Tints of Peru #CC8946
RGB
CMYK
RGB Variations
Color information
#CC8946 (or 0xCC8946) is known color: Peru. HEX triplet: CC, 89 and 46. RGB value is (204,137,70). Sum of RGB (Red+Green+Blue) = 204+137+70=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8946 is #3376B9. Grayscale: #959595. Windows color (decimal): -3372730 or 4622796. OLE color: 4622796.
HSL color Cylindrical-coordinate representation of color #CC8946: hue angle of 30º 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 #CC8946 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 70 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.2 |
| HSL | 30º | 0.57% | 0.54% | - |
| HSV(B) | 30º | 0.66% | 0.8% | - |
| XYZ | 34.95 | 31.17 | 9.97 | - |
| YUV | 149.4 | 83.2 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 70 | 0 | 0.33 | 0.66 | 0.2 | 30 | 0.57 | 0.54 |
| Hex | CC | 89 | 46 | 0 | 21 | 42 | 14 | 1E | 39 | 36 |
| Octal | 314 | 211 | 106 | 0 | 41 | 102 | 24 | 36 | 71 | 66 |
| Binary | 11001100 | 10001001 | 1000110 | 0 | 100001 | 1000010 | 10100 | 11110 | 111001 | 110110 |
Color Harmonies of #CC8946
Complementary color
Monochromatic Colors of #CC8946
Black with #CC8946
Text Example
Text Example
White with #CC8946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8946; }
p { color: rgb(204,137,70); }
H1.HeaderClassName
{
color: #CC8946;
}
.AnyTagClassName
{
color: #CC8946;
}
</style>
background-color css
<style>
a { background-color: #CC8946; }
a { background-color: rgb(204,137,70); }
div.DivClassName
{
background-color: #CC8946;
}
.BgClassName
{
background-color: #CC8946;
}
</style>
border-color css
<style>
span { border-color: #CC8946; }
span { border-color: rgb(204,137,70); }
td.TdClassName
{
border-color: #CC8946;
}
.TagClassName
{
border-color: #CC8946;
}
</style>