Shades of Peru #CC843F
Tints of Peru #CC843F
RGB
CMYK
RGB Variations
Color information
#CC843F (or 0xCC843F) is known color: Peru. HEX triplet: CC, 84 and 3F. RGB value is (204,132,63). Sum of RGB (Red+Green+Blue) = 204+132+63=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC843F is #337BC0. Grayscale: #929292. Windows color (decimal): -3374017 or 4162764. OLE color: 4162764.
HSL color Cylindrical-coordinate representation of color #CC843F: hue angle of 29.36º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC843F is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 63 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.2 |
| HSL | 29.36º | 0.58% | 0.52% | - |
| HSV(B) | 29.36º | 0.69% | 0.8% | - |
| XYZ | 34.05 | 29.7 | 8.64 | - |
| YUV | 145.66 | 81.35 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 63 | 0 | 0.35 | 0.69 | 0.2 | 29.36 | 0.58 | 0.52 |
| Hex | CC | 84 | 3F | 0 | 23 | 45 | 14 | 1D | 3A | 34 |
| Octal | 314 | 204 | 77 | 0 | 43 | 105 | 24 | 35 | 72 | 64 |
| Binary | 11001100 | 10000100 | 111111 | 0 | 100011 | 1000101 | 10100 | 11101 | 111010 | 110100 |
Color Harmonies of #CC843F
Complementary color
Monochromatic Colors of #CC843F
Black with #CC843F
Text Example
Text Example
White with #CC843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC843F; }
p { color: rgb(204,132,63); }
H1.HeaderClassName
{
color: #CC843F;
}
.AnyTagClassName
{
color: #CC843F;
}
</style>
background-color css
<style>
a { background-color: #CC843F; }
a { background-color: rgb(204,132,63); }
div.DivClassName
{
background-color: #CC843F;
}
.BgClassName
{
background-color: #CC843F;
}
</style>
border-color css
<style>
span { border-color: #CC843F; }
span { border-color: rgb(204,132,63); }
td.TdClassName
{
border-color: #CC843F;
}
.TagClassName
{
border-color: #CC843F;
}
</style>