Shades of Peru #CC8948
Tints of Peru #CC8948
RGB
CMYK
RGB Variations
Color information
#CC8948 (or 0xCC8948) is known color: Peru. HEX triplet: CC, 89 and 48. RGB value is (204,137,72). Sum of RGB (Red+Green+Blue) = 204+137+72=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8948 is #3376B7. Grayscale: #959595. Windows color (decimal): -3372728 or 4753868. OLE color: 4753868.
HSL color Cylindrical-coordinate representation of color #CC8948: hue angle of 29.55º 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 #CC8948 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 72 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.2 |
| HSL | 29.55º | 0.56% | 0.54% | - |
| HSV(B) | 29.55º | 0.65% | 0.8% | - |
| XYZ | 35.02 | 31.2 | 10.31 | - |
| YUV | 149.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 72 | 0 | 0.33 | 0.65 | 0.2 | 29.55 | 0.56 | 0.54 |
| Hex | CC | 89 | 48 | 0 | 21 | 41 | 14 | 1E | 38 | 36 |
| Octal | 314 | 211 | 110 | 0 | 41 | 101 | 24 | 36 | 70 | 66 |
| Binary | 11001100 | 10001001 | 1001000 | 0 | 100001 | 1000001 | 10100 | 11110 | 111000 | 110110 |
Color Harmonies of #CC8948
Complementary color
Monochromatic Colors of #CC8948
Black with #CC8948
Text Example
Text Example
White with #CC8948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8948; }
p { color: rgb(204,137,72); }
H1.HeaderClassName
{
color: #CC8948;
}
.AnyTagClassName
{
color: #CC8948;
}
</style>
background-color css
<style>
a { background-color: #CC8948; }
a { background-color: rgb(204,137,72); }
div.DivClassName
{
background-color: #CC8948;
}
.BgClassName
{
background-color: #CC8948;
}
</style>
border-color css
<style>
span { border-color: #CC8948; }
span { border-color: rgb(204,137,72); }
td.TdClassName
{
border-color: #CC8948;
}
.TagClassName
{
border-color: #CC8948;
}
</style>