Shades of Peru #C8833C
Tints of Peru #C8833C
RGB
CMYK
RGB Variations
Color information
#C8833C (or 0xC8833C) is known color: Peru. HEX triplet: C8, 83 and 3C. RGB value is (200,131,60). Sum of RGB (Red+Green+Blue) = 200+131+60=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8833C is #377CC3. Grayscale: #8F8F8F. Windows color (decimal): -3636420 or 3965896. OLE color: 3965896.
HSL color Cylindrical-coordinate representation of color #C8833C: hue angle of 30.43º 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 #C8833C is Cyan = 0, Magento = 0.34, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 60 | - |
| CMYK | 0 | 0.34 | 0.7 | 0.22 |
| HSL | 30.43º | 0.56% | 0.51% | - |
| HSV(B) | 30.43º | 0.7% | 0.78% | - |
| XYZ | 32.75 | 28.84 | 8.12 | - |
| YUV | 143.54 | 80.86 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 60 | 0 | 0.34 | 0.7 | 0.22 | 30.43 | 0.56 | 0.51 |
| Hex | C8 | 83 | 3C | 0 | 22 | 46 | 16 | 1E | 38 | 33 |
| Octal | 310 | 203 | 74 | 0 | 42 | 106 | 26 | 36 | 70 | 63 |
| Binary | 11001000 | 10000011 | 111100 | 0 | 100010 | 1000110 | 10110 | 11110 | 111000 | 110011 |
Color Harmonies of #C8833C
Complementary color
Monochromatic Colors of #C8833C
Black with #C8833C
Text Example
Text Example
White with #C8833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8833C; }
p { color: rgb(200,131,60); }
H1.HeaderClassName
{
color: #C8833C;
}
.AnyTagClassName
{
color: #C8833C;
}
</style>
background-color css
<style>
a { background-color: #C8833C; }
a { background-color: rgb(200,131,60); }
div.DivClassName
{
background-color: #C8833C;
}
.BgClassName
{
background-color: #C8833C;
}
</style>
border-color css
<style>
span { border-color: #C8833C; }
span { border-color: rgb(200,131,60); }
td.TdClassName
{
border-color: #C8833C;
}
.TagClassName
{
border-color: #C8833C;
}
</style>