Shades of Peru #C8853C
Tints of Peru #C8853C
RGB
CMYK
RGB Variations
Color information
#C8853C (or 0xC8853C) is known color: Peru. HEX triplet: C8, 85 and 3C. RGB value is (200,133,60). Sum of RGB (Red+Green+Blue) = 200+133+60=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8853C is #377AC3. Grayscale: #919191. Windows color (decimal): -3635908 or 3966408. OLE color: 3966408.
HSL color Cylindrical-coordinate representation of color #C8853C: hue angle of 31.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8853C is Cyan = 0, Magento = 0.34, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 60 | - |
| CMYK | 0 | 0.34 | 0.7 | 0.22 |
| HSL | 31.29º | 0.56% | 0.51% | - |
| HSV(B) | 31.29º | 0.7% | 0.78% | - |
| XYZ | 33.02 | 29.38 | 8.21 | - |
| YUV | 144.71 | 80.2 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 60 | 0 | 0.34 | 0.7 | 0.22 | 31.29 | 0.56 | 0.51 |
| Hex | C8 | 85 | 3C | 0 | 22 | 46 | 16 | 1F | 38 | 33 |
| Octal | 310 | 205 | 74 | 0 | 42 | 106 | 26 | 37 | 70 | 63 |
| Binary | 11001000 | 10000101 | 111100 | 0 | 100010 | 1000110 | 10110 | 11111 | 111000 | 110011 |
Color Harmonies of #C8853C
Complementary color
Monochromatic Colors of #C8853C
Black with #C8853C
Text Example
Text Example
White with #C8853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8853C; }
p { color: rgb(200,133,60); }
H1.HeaderClassName
{
color: #C8853C;
}
.AnyTagClassName
{
color: #C8853C;
}
</style>
background-color css
<style>
a { background-color: #C8853C; }
a { background-color: rgb(200,133,60); }
div.DivClassName
{
background-color: #C8853C;
}
.BgClassName
{
background-color: #C8853C;
}
</style>
border-color css
<style>
span { border-color: #C8853C; }
span { border-color: rgb(200,133,60); }
td.TdClassName
{
border-color: #C8853C;
}
.TagClassName
{
border-color: #C8853C;
}
</style>