Shades of Peru #CC8741
Tints of Peru #CC8741
RGB
CMYK
RGB Variations
Color information
#CC8741 (or 0xCC8741) is known color: Peru. HEX triplet: CC, 87 and 41. RGB value is (204,135,65). Sum of RGB (Red+Green+Blue) = 204+135+65=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8741 is #3378BE. Grayscale: #949494. Windows color (decimal): -3373247 or 4294604. OLE color: 4294604.
HSL color Cylindrical-coordinate representation of color #CC8741: hue angle of 30.22º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC8741 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 65 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.2 |
| HSL | 30.22º | 0.58% | 0.53% | - |
| HSV(B) | 30.22º | 0.68% | 0.8% | - |
| XYZ | 34.52 | 30.55 | 9.08 | - |
| YUV | 147.65 | 81.36 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 65 | 0 | 0.34 | 0.68 | 0.2 | 30.22 | 0.58 | 0.53 |
| Hex | CC | 87 | 41 | 0 | 22 | 44 | 14 | 1E | 3A | 35 |
| Octal | 314 | 207 | 101 | 0 | 42 | 104 | 24 | 36 | 72 | 65 |
| Binary | 11001100 | 10000111 | 1000001 | 0 | 100010 | 1000100 | 10100 | 11110 | 111010 | 110101 |
Color Harmonies of #CC8741
Complementary color
Monochromatic Colors of #CC8741
Black with #CC8741
Text Example
Text Example
White with #CC8741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8741; }
p { color: rgb(204,135,65); }
H1.HeaderClassName
{
color: #CC8741;
}
.AnyTagClassName
{
color: #CC8741;
}
</style>
background-color css
<style>
a { background-color: #CC8741; }
a { background-color: rgb(204,135,65); }
div.DivClassName
{
background-color: #CC8741;
}
.BgClassName
{
background-color: #CC8741;
}
</style>
border-color css
<style>
span { border-color: #CC8741; }
span { border-color: rgb(204,135,65); }
td.TdClassName
{
border-color: #CC8741;
}
.TagClassName
{
border-color: #CC8741;
}
</style>