Shades of Peru #CC853A
Tints of Peru #CC853A
RGB
CMYK
RGB Variations
Color information
#CC853A (or 0xCC853A) is known color: Peru. HEX triplet: CC, 85 and 3A. RGB value is (204,133,58). Sum of RGB (Red+Green+Blue) = 204+133+58=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC853A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC853A is #337AC5. Grayscale: #929292. Windows color (decimal): -3373766 or 3835340. OLE color: 3835340.
HSL color Cylindrical-coordinate representation of color #CC853A: hue angle of 30.82º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC853A is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 58 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.2 |
| HSL | 30.82º | 0.59% | 0.51% | - |
| HSV(B) | 30.82º | 0.72% | 0.8% | - |
| XYZ | 34.05 | 29.92 | 7.98 | - |
| YUV | 145.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 58 | 0 | 0.35 | 0.72 | 0.2 | 30.82 | 0.59 | 0.51 |
| Hex | CC | 85 | 3A | 0 | 23 | 48 | 14 | 1F | 3B | 33 |
| Octal | 314 | 205 | 72 | 0 | 43 | 110 | 24 | 37 | 73 | 63 |
| Binary | 11001100 | 10000101 | 111010 | 0 | 100011 | 1001000 | 10100 | 11111 | 111011 | 110011 |
Color Harmonies of #CC853A
Complementary color
Monochromatic Colors of #CC853A
Black with #CC853A
Text Example
Text Example
White with #CC853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC853A; }
p { color: rgb(204,133,58); }
H1.HeaderClassName
{
color: #CC853A;
}
.AnyTagClassName
{
color: #CC853A;
}
</style>
background-color css
<style>
a { background-color: #CC853A; }
a { background-color: rgb(204,133,58); }
div.DivClassName
{
background-color: #CC853A;
}
.BgClassName
{
background-color: #CC853A;
}
</style>
border-color css
<style>
span { border-color: #CC853A; }
span { border-color: rgb(204,133,58); }
td.TdClassName
{
border-color: #CC853A;
}
.TagClassName
{
border-color: #CC853A;
}
</style>