Shades of Peru #CC8245
Tints of Peru #CC8245
RGB
CMYK
RGB Variations
Color information
#CC8245 (or 0xCC8245) is known color: Peru. HEX triplet: CC, 82 and 45. RGB value is (204,130,69). Sum of RGB (Red+Green+Blue) = 204+130+69=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8245 is #337DBA. Grayscale: #919191. Windows color (decimal): -3374523 or 4555468. OLE color: 4555468.
HSL color Cylindrical-coordinate representation of color #CC8245: hue angle of 27.11º 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 #CC8245 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 69 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.2 |
| HSL | 27.11º | 0.57% | 0.54% | - |
| HSV(B) | 27.11º | 0.66% | 0.8% | - |
| XYZ | 33.96 | 29.23 | 9.48 | - |
| YUV | 145.17 | 85.02 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 69 | 0 | 0.36 | 0.66 | 0.2 | 27.11 | 0.57 | 0.54 |
| Hex | CC | 82 | 45 | 0 | 24 | 42 | 14 | 1B | 39 | 36 |
| Octal | 314 | 202 | 105 | 0 | 44 | 102 | 24 | 33 | 71 | 66 |
| Binary | 11001100 | 10000010 | 1000101 | 0 | 100100 | 1000010 | 10100 | 11011 | 111001 | 110110 |
Color Harmonies of #CC8245
Complementary color
Monochromatic Colors of #CC8245
Black with #CC8245
Text Example
Text Example
White with #CC8245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8245; }
p { color: rgb(204,130,69); }
H1.HeaderClassName
{
color: #CC8245;
}
.AnyTagClassName
{
color: #CC8245;
}
</style>
background-color css
<style>
a { background-color: #CC8245; }
a { background-color: rgb(204,130,69); }
div.DivClassName
{
background-color: #CC8245;
}
.BgClassName
{
background-color: #CC8245;
}
</style>
border-color css
<style>
span { border-color: #CC8245; }
span { border-color: rgb(204,130,69); }
td.TdClassName
{
border-color: #CC8245;
}
.TagClassName
{
border-color: #CC8245;
}
</style>