Shades of Peru #CC8645
Tints of Peru #CC8645
RGB
CMYK
RGB Variations
Color information
#CC8645 (or 0xCC8645) is known color: Peru. HEX triplet: CC, 86 and 45. RGB value is (204,134,69). Sum of RGB (Red+Green+Blue) = 204+134+69=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8645 is #3379BA. Grayscale: #939393. Windows color (decimal): -3373499 or 4556492. OLE color: 4556492.
HSL color Cylindrical-coordinate representation of color #CC8645: hue angle of 28.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC8645 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 69 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.2 |
| HSL | 28.89º | 0.57% | 0.54% | - |
| HSV(B) | 28.89º | 0.66% | 0.8% | - |
| XYZ | 34.5 | 30.32 | 9.66 | - |
| YUV | 147.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 69 | 0 | 0.34 | 0.66 | 0.2 | 28.89 | 0.57 | 0.54 |
| Hex | CC | 86 | 45 | 0 | 22 | 42 | 14 | 1D | 39 | 36 |
| Octal | 314 | 206 | 105 | 0 | 42 | 102 | 24 | 35 | 71 | 66 |
| Binary | 11001100 | 10000110 | 1000101 | 0 | 100010 | 1000010 | 10100 | 11101 | 111001 | 110110 |
Color Harmonies of #CC8645
Complementary color
Monochromatic Colors of #CC8645
Black with #CC8645
Text Example
Text Example
White with #CC8645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8645; }
p { color: rgb(204,134,69); }
H1.HeaderClassName
{
color: #CC8645;
}
.AnyTagClassName
{
color: #CC8645;
}
</style>
background-color css
<style>
a { background-color: #CC8645; }
a { background-color: rgb(204,134,69); }
div.DivClassName
{
background-color: #CC8645;
}
.BgClassName
{
background-color: #CC8645;
}
</style>
border-color css
<style>
span { border-color: #CC8645; }
span { border-color: rgb(204,134,69); }
td.TdClassName
{
border-color: #CC8645;
}
.TagClassName
{
border-color: #CC8645;
}
</style>