Shades of Peru #C8853D
Tints of Peru #C8853D
RGB
CMYK
RGB Variations
Color information
#C8853D (or 0xC8853D) is known color: Peru. HEX triplet: C8, 85 and 3D. RGB value is (200,133,61). Sum of RGB (Red+Green+Blue) = 200+133+61=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8853D is #377AC2. Grayscale: #919191. Windows color (decimal): -3635907 or 4031944. OLE color: 4031944.
HSL color Cylindrical-coordinate representation of color #C8853D: hue angle of 31.08º 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 #C8853D is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 61 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.22 |
| HSL | 31.08º | 0.56% | 0.51% | - |
| HSV(B) | 31.08º | 0.7% | 0.78% | - |
| XYZ | 33.05 | 29.39 | 8.35 | - |
| YUV | 144.83 | 80.7 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 61 | 0 | 0.34 | 0.69 | 0.22 | 31.08 | 0.56 | 0.51 |
| Hex | C8 | 85 | 3D | 0 | 22 | 45 | 16 | 1F | 38 | 33 |
| Octal | 310 | 205 | 75 | 0 | 42 | 105 | 26 | 37 | 70 | 63 |
| Binary | 11001000 | 10000101 | 111101 | 0 | 100010 | 1000101 | 10110 | 11111 | 111000 | 110011 |
Color Harmonies of #C8853D
Complementary color
Monochromatic Colors of #C8853D
Black with #C8853D
Text Example
Text Example
White with #C8853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8853D; }
p { color: rgb(200,133,61); }
H1.HeaderClassName
{
color: #C8853D;
}
.AnyTagClassName
{
color: #C8853D;
}
</style>
background-color css
<style>
a { background-color: #C8853D; }
a { background-color: rgb(200,133,61); }
div.DivClassName
{
background-color: #C8853D;
}
.BgClassName
{
background-color: #C8853D;
}
</style>
border-color css
<style>
span { border-color: #C8853D; }
span { border-color: rgb(200,133,61); }
td.TdClassName
{
border-color: #C8853D;
}
.TagClassName
{
border-color: #C8853D;
}
</style>