Shades of Peru #C8863D
Tints of Peru #C8863D
RGB
CMYK
RGB Variations
Color information
#C8863D (or 0xC8863D) is known color: Peru. HEX triplet: C8, 86 and 3D. RGB value is (200,134,61). Sum of RGB (Red+Green+Blue) = 200+134+61=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8863D is #3779C2. Grayscale: #919191. Windows color (decimal): -3635651 or 4032200. OLE color: 4032200.
HSL color Cylindrical-coordinate representation of color #C8863D: hue angle of 31.51º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8863D is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 61 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.22 |
| HSL | 31.51º | 0.56% | 0.51% | - |
| HSV(B) | 31.51º | 0.7% | 0.78% | - |
| XYZ | 33.19 | 29.67 | 8.39 | - |
| YUV | 145.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 61 | 0 | 0.33 | 0.69 | 0.22 | 31.51 | 0.56 | 0.51 |
| Hex | C8 | 86 | 3D | 0 | 21 | 45 | 16 | 20 | 38 | 33 |
| Octal | 310 | 206 | 75 | 0 | 41 | 105 | 26 | 40 | 70 | 63 |
| Binary | 11001000 | 10000110 | 111101 | 0 | 100001 | 1000101 | 10110 | 100000 | 111000 | 110011 |
Color Harmonies of #C8863D
Complementary color
Monochromatic Colors of #C8863D
Black with #C8863D
Text Example
Text Example
White with #C8863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8863D; }
p { color: rgb(200,134,61); }
H1.HeaderClassName
{
color: #C8863D;
}
.AnyTagClassName
{
color: #C8863D;
}
</style>
background-color css
<style>
a { background-color: #C8863D; }
a { background-color: rgb(200,134,61); }
div.DivClassName
{
background-color: #C8863D;
}
.BgClassName
{
background-color: #C8863D;
}
</style>
border-color css
<style>
span { border-color: #C8863D; }
span { border-color: rgb(200,134,61); }
td.TdClassName
{
border-color: #C8863D;
}
.TagClassName
{
border-color: #C8863D;
}
</style>