Shades of Peru #CC8043
Tints of Peru #CC8043
RGB
CMYK
RGB Variations
Color information
#CC8043 (or 0xCC8043) is known color: Peru. HEX triplet: CC, 80 and 43. RGB value is (204,128,67). Sum of RGB (Red+Green+Blue) = 204+128+67=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8043 is #337FBC. Grayscale: #909090. Windows color (decimal): -3375037 or 4423884. OLE color: 4423884.
HSL color Cylindrical-coordinate representation of color #CC8043: hue angle of 26.72º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC8043 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 67 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.2 |
| HSL | 26.72º | 0.57% | 0.53% | - |
| HSV(B) | 26.72º | 0.67% | 0.8% | - |
| XYZ | 33.63 | 28.68 | 9.07 | - |
| YUV | 143.77 | 84.68 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 67 | 0 | 0.37 | 0.67 | 0.2 | 26.72 | 0.57 | 0.53 |
| Hex | CC | 80 | 43 | 0 | 25 | 43 | 14 | 1B | 39 | 35 |
| Octal | 314 | 200 | 103 | 0 | 45 | 103 | 24 | 33 | 71 | 65 |
| Binary | 11001100 | 10000000 | 1000011 | 0 | 100101 | 1000011 | 10100 | 11011 | 111001 | 110101 |
Color Harmonies of #CC8043
Complementary color
Monochromatic Colors of #CC8043
Black with #CC8043
Text Example
Text Example
White with #CC8043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8043; }
p { color: rgb(204,128,67); }
H1.HeaderClassName
{
color: #CC8043;
}
.AnyTagClassName
{
color: #CC8043;
}
</style>
background-color css
<style>
a { background-color: #CC8043; }
a { background-color: rgb(204,128,67); }
div.DivClassName
{
background-color: #CC8043;
}
.BgClassName
{
background-color: #CC8043;
}
</style>
border-color css
<style>
span { border-color: #CC8043; }
span { border-color: rgb(204,128,67); }
td.TdClassName
{
border-color: #CC8043;
}
.TagClassName
{
border-color: #CC8043;
}
</style>