Shades of Peru #CC8543
Tints of Peru #CC8543
RGB
CMYK
RGB Variations
Color information
#CC8543 (or 0xCC8543) is known color: Peru. HEX triplet: CC, 85 and 43. RGB value is (204,133,67). Sum of RGB (Red+Green+Blue) = 204+133+67=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8543 is #337ABC. Grayscale: #939393. Windows color (decimal): -3373757 or 4425164. OLE color: 4425164.
HSL color Cylindrical-coordinate representation of color #CC8543: hue angle of 28.91º 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 #CC8543 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 67 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.2 |
| HSL | 28.91º | 0.57% | 0.53% | - |
| HSV(B) | 28.91º | 0.67% | 0.8% | - |
| XYZ | 34.3 | 30.02 | 9.3 | - |
| YUV | 146.71 | 83.02 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 67 | 0 | 0.35 | 0.67 | 0.2 | 28.91 | 0.57 | 0.53 |
| Hex | CC | 85 | 43 | 0 | 23 | 43 | 14 | 1D | 39 | 35 |
| Octal | 314 | 205 | 103 | 0 | 43 | 103 | 24 | 35 | 71 | 65 |
| Binary | 11001100 | 10000101 | 1000011 | 0 | 100011 | 1000011 | 10100 | 11101 | 111001 | 110101 |
Color Harmonies of #CC8543
Complementary color
Monochromatic Colors of #CC8543
Black with #CC8543
Text Example
Text Example
White with #CC8543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8543; }
p { color: rgb(204,133,67); }
H1.HeaderClassName
{
color: #CC8543;
}
.AnyTagClassName
{
color: #CC8543;
}
</style>
background-color css
<style>
a { background-color: #CC8543; }
a { background-color: rgb(204,133,67); }
div.DivClassName
{
background-color: #CC8543;
}
.BgClassName
{
background-color: #CC8543;
}
</style>
border-color css
<style>
span { border-color: #CC8543; }
span { border-color: rgb(204,133,67); }
td.TdClassName
{
border-color: #CC8543;
}
.TagClassName
{
border-color: #CC8543;
}
</style>