Shades of Peru #CC8949
Tints of Peru #CC8949
RGB
CMYK
RGB Variations
Color information
#CC8949 (or 0xCC8949) is known color: Peru. HEX triplet: CC, 89 and 49. RGB value is (204,137,73). Sum of RGB (Red+Green+Blue) = 204+137+73=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8949 is #3376B6. Grayscale: #969696. Windows color (decimal): -3372727 or 4819404. OLE color: 4819404.
HSL color Cylindrical-coordinate representation of color #CC8949: hue angle of 29.31º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC8949 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 73 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.2 |
| HSL | 29.31º | 0.56% | 0.54% | - |
| HSV(B) | 29.31º | 0.64% | 0.8% | - |
| XYZ | 35.05 | 31.21 | 10.48 | - |
| YUV | 149.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 73 | 0 | 0.33 | 0.64 | 0.2 | 29.31 | 0.56 | 0.54 |
| Hex | CC | 89 | 49 | 0 | 21 | 40 | 14 | 1D | 38 | 36 |
| Octal | 314 | 211 | 111 | 0 | 41 | 100 | 24 | 35 | 70 | 66 |
| Binary | 11001100 | 10001001 | 1001001 | 0 | 100001 | 1000000 | 10100 | 11101 | 111000 | 110110 |
Color Harmonies of #CC8949
Complementary color
Monochromatic Colors of #CC8949
Black with #CC8949
Text Example
Text Example
White with #CC8949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8949; }
p { color: rgb(204,137,73); }
H1.HeaderClassName
{
color: #CC8949;
}
.AnyTagClassName
{
color: #CC8949;
}
</style>
background-color css
<style>
a { background-color: #CC8949; }
a { background-color: rgb(204,137,73); }
div.DivClassName
{
background-color: #CC8949;
}
.BgClassName
{
background-color: #CC8949;
}
</style>
border-color css
<style>
span { border-color: #CC8949; }
span { border-color: rgb(204,137,73); }
td.TdClassName
{
border-color: #CC8949;
}
.TagClassName
{
border-color: #CC8949;
}
</style>