Shades of Peru #CC823D
Tints of Peru #CC823D
RGB
CMYK
RGB Variations
Color information
#CC823D (or 0xCC823D) is known color: Peru. HEX triplet: CC, 82 and 3D. RGB value is (204,130,61). Sum of RGB (Red+Green+Blue) = 204+130+61=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC823D is #337DC2. Grayscale: #909090. Windows color (decimal): -3374531 or 4031180. OLE color: 4031180.
HSL color Cylindrical-coordinate representation of color #CC823D: hue angle of 28.95º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC823D is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 61 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.2 |
| HSL | 28.95º | 0.58% | 0.52% | - |
| HSV(B) | 28.95º | 0.7% | 0.8% | - |
| XYZ | 33.73 | 29.14 | 8.26 | - |
| YUV | 144.26 | 81.02 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 61 | 0 | 0.36 | 0.70 | 0.2 | 28.95 | 0.58 | 0.52 |
| Hex | CC | 82 | 3D | 0 | 24 | 46 | 14 | 1D | 3A | 34 |
| Octal | 314 | 202 | 75 | 0 | 44 | 106 | 24 | 35 | 72 | 64 |
| Binary | 11001100 | 10000010 | 111101 | 0 | 100100 | 1000110 | 10100 | 11101 | 111010 | 110100 |
Color Harmonies of #CC823D
Complementary color
Monochromatic Colors of #CC823D
Black with #CC823D
Text Example
Text Example
White with #CC823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC823D; }
p { color: rgb(204,130,61); }
H1.HeaderClassName
{
color: #CC823D;
}
.AnyTagClassName
{
color: #CC823D;
}
</style>
background-color css
<style>
a { background-color: #CC823D; }
a { background-color: rgb(204,130,61); }
div.DivClassName
{
background-color: #CC823D;
}
.BgClassName
{
background-color: #CC823D;
}
</style>
border-color css
<style>
span { border-color: #CC823D; }
span { border-color: rgb(204,130,61); }
td.TdClassName
{
border-color: #CC823D;
}
.TagClassName
{
border-color: #CC823D;
}
</style>