Shades of Peru #CC8744
Tints of Peru #CC8744
RGB
CMYK
RGB Variations
Color information
#CC8744 (or 0xCC8744) is known color: Peru. HEX triplet: CC, 87 and 44. RGB value is (204,135,68). Sum of RGB (Red+Green+Blue) = 204+135+68=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8744 is #3378BB. Grayscale: #949494. Windows color (decimal): -3373244 or 4491212. OLE color: 4491212.
HSL color Cylindrical-coordinate representation of color #CC8744: hue angle of 29.56º 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 #CC8744 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 68 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.2 |
| HSL | 29.56º | 0.57% | 0.53% | - |
| HSV(B) | 29.56º | 0.67% | 0.8% | - |
| XYZ | 34.61 | 30.58 | 9.55 | - |
| YUV | 147.99 | 82.86 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 68 | 0 | 0.34 | 0.67 | 0.2 | 29.56 | 0.57 | 0.53 |
| Hex | CC | 87 | 44 | 0 | 22 | 43 | 14 | 1E | 39 | 35 |
| Octal | 314 | 207 | 104 | 0 | 42 | 103 | 24 | 36 | 71 | 65 |
| Binary | 11001100 | 10000111 | 1000100 | 0 | 100010 | 1000011 | 10100 | 11110 | 111001 | 110101 |
Color Harmonies of #CC8744
Complementary color
Monochromatic Colors of #CC8744
Black with #CC8744
Text Example
Text Example
White with #CC8744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8744; }
p { color: rgb(204,135,68); }
H1.HeaderClassName
{
color: #CC8744;
}
.AnyTagClassName
{
color: #CC8744;
}
</style>
background-color css
<style>
a { background-color: #CC8744; }
a { background-color: rgb(204,135,68); }
div.DivClassName
{
background-color: #CC8744;
}
.BgClassName
{
background-color: #CC8744;
}
</style>
border-color css
<style>
span { border-color: #CC8744; }
span { border-color: rgb(204,135,68); }
td.TdClassName
{
border-color: #CC8744;
}
.TagClassName
{
border-color: #CC8744;
}
</style>