Shades of Peru #CC8344
Tints of Peru #CC8344
RGB
CMYK
RGB Variations
Color information
#CC8344 (or 0xCC8344) is known color: Peru. HEX triplet: CC, 83 and 44. RGB value is (204,131,68). Sum of RGB (Red+Green+Blue) = 204+131+68=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8344 is #337CBB. Grayscale: #919191. Windows color (decimal): -3374268 or 4490188. OLE color: 4490188.
HSL color Cylindrical-coordinate representation of color #CC8344: hue angle of 27.79º 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 #CC8344 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 68 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.2 |
| HSL | 27.79º | 0.57% | 0.53% | - |
| HSV(B) | 27.79º | 0.67% | 0.8% | - |
| XYZ | 34.06 | 29.49 | 9.37 | - |
| YUV | 145.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 68 | 0 | 0.36 | 0.67 | 0.2 | 27.79 | 0.57 | 0.53 |
| Hex | CC | 83 | 44 | 0 | 24 | 43 | 14 | 1C | 39 | 35 |
| Octal | 314 | 203 | 104 | 0 | 44 | 103 | 24 | 34 | 71 | 65 |
| Binary | 11001100 | 10000011 | 1000100 | 0 | 100100 | 1000011 | 10100 | 11100 | 111001 | 110101 |
Color Harmonies of #CC8344
Complementary color
Monochromatic Colors of #CC8344
Black with #CC8344
Text Example
Text Example
White with #CC8344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8344; }
p { color: rgb(204,131,68); }
H1.HeaderClassName
{
color: #CC8344;
}
.AnyTagClassName
{
color: #CC8344;
}
</style>
background-color css
<style>
a { background-color: #CC8344; }
a { background-color: rgb(204,131,68); }
div.DivClassName
{
background-color: #CC8344;
}
.BgClassName
{
background-color: #CC8344;
}
</style>
border-color css
<style>
span { border-color: #CC8344; }
span { border-color: rgb(204,131,68); }
td.TdClassName
{
border-color: #CC8344;
}
.TagClassName
{
border-color: #CC8344;
}
</style>