Shades of Peru #CC863F
Tints of Peru #CC863F
RGB
CMYK
RGB Variations
Color information
#CC863F (or 0xCC863F) is known color: Peru. HEX triplet: CC, 86 and 3F. RGB value is (204,134,63). Sum of RGB (Red+Green+Blue) = 204+134+63=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC863F is #3379C0. Grayscale: #939393. Windows color (decimal): -3373505 or 4163276. OLE color: 4163276.
HSL color Cylindrical-coordinate representation of color #CC863F: hue angle of 30.21º 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 #CC863F is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 63 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.2 |
| HSL | 30.21º | 0.58% | 0.52% | - |
| HSV(B) | 30.21º | 0.69% | 0.8% | - |
| XYZ | 34.32 | 30.25 | 8.73 | - |
| YUV | 146.84 | 80.69 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 63 | 0 | 0.34 | 0.69 | 0.2 | 30.21 | 0.58 | 0.52 |
| Hex | CC | 86 | 3F | 0 | 22 | 45 | 14 | 1E | 3A | 34 |
| Octal | 314 | 206 | 77 | 0 | 42 | 105 | 24 | 36 | 72 | 64 |
| Binary | 11001100 | 10000110 | 111111 | 0 | 100010 | 1000101 | 10100 | 11110 | 111010 | 110100 |
Color Harmonies of #CC863F
Complementary color
Monochromatic Colors of #CC863F
Black with #CC863F
Text Example
Text Example
White with #CC863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC863F; }
p { color: rgb(204,134,63); }
H1.HeaderClassName
{
color: #CC863F;
}
.AnyTagClassName
{
color: #CC863F;
}
</style>
background-color css
<style>
a { background-color: #CC863F; }
a { background-color: rgb(204,134,63); }
div.DivClassName
{
background-color: #CC863F;
}
.BgClassName
{
background-color: #CC863F;
}
</style>
border-color css
<style>
span { border-color: #CC863F; }
span { border-color: rgb(204,134,63); }
td.TdClassName
{
border-color: #CC863F;
}
.TagClassName
{
border-color: #CC863F;
}
</style>