Shades of Peru #C88343
Tints of Peru #C88343
RGB
CMYK
RGB Variations
Color information
#C88343 (or 0xC88343) is known color: Peru. HEX triplet: C8, 83 and 43. RGB value is (200,131,67). Sum of RGB (Red+Green+Blue) = 200+131+67=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C88343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88343 is #377CBC. Grayscale: #909090. Windows color (decimal): -3636413 or 4424648. OLE color: 4424648.
HSL color Cylindrical-coordinate representation of color #C88343: hue angle of 28.87º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C88343 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 67 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.22 |
| HSL | 28.87º | 0.55% | 0.52% | - |
| HSV(B) | 28.87º | 0.67% | 0.78% | - |
| XYZ | 32.95 | 28.92 | 9.16 | - |
| YUV | 144.34 | 84.36 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 67 | 0 | 0.34 | 0.66 | 0.22 | 28.87 | 0.55 | 0.52 |
| Hex | C8 | 83 | 43 | 0 | 22 | 42 | 16 | 1D | 37 | 34 |
| Octal | 310 | 203 | 103 | 0 | 42 | 102 | 26 | 35 | 67 | 64 |
| Binary | 11001000 | 10000011 | 1000011 | 0 | 100010 | 1000010 | 10110 | 11101 | 110111 | 110100 |
Color Harmonies of #C88343
Complementary color
Monochromatic Colors of #C88343
Black with #C88343
Text Example
Text Example
White with #C88343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88343; }
p { color: rgb(200,131,67); }
H1.HeaderClassName
{
color: #C88343;
}
.AnyTagClassName
{
color: #C88343;
}
</style>
background-color css
<style>
a { background-color: #C88343; }
a { background-color: rgb(200,131,67); }
div.DivClassName
{
background-color: #C88343;
}
.BgClassName
{
background-color: #C88343;
}
</style>
border-color css
<style>
span { border-color: #C88343; }
span { border-color: rgb(200,131,67); }
td.TdClassName
{
border-color: #C88343;
}
.TagClassName
{
border-color: #C88343;
}
</style>