Shades of Peru #C8843C
Tints of Peru #C8843C
RGB
CMYK
RGB Variations
Color information
#C8843C (or 0xC8843C) is known color: Peru. HEX triplet: C8, 84 and 3C. RGB value is (200,132,60). Sum of RGB (Red+Green+Blue) = 200+132+60=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8843C is #377BC3. Grayscale: #909090. Windows color (decimal): -3636164 or 3966152. OLE color: 3966152.
HSL color Cylindrical-coordinate representation of color #C8843C: hue angle of 30.86º 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 #C8843C is Cyan = 0, Magento = 0.34, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 60 | - |
| CMYK | 0 | 0.34 | 0.7 | 0.22 |
| HSL | 30.86º | 0.56% | 0.51% | - |
| HSV(B) | 30.86º | 0.7% | 0.78% | - |
| XYZ | 32.89 | 29.11 | 8.16 | - |
| YUV | 144.12 | 80.53 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 60 | 0 | 0.34 | 0.7 | 0.22 | 30.86 | 0.56 | 0.51 |
| Hex | C8 | 84 | 3C | 0 | 22 | 46 | 16 | 1F | 38 | 33 |
| Octal | 310 | 204 | 74 | 0 | 42 | 106 | 26 | 37 | 70 | 63 |
| Binary | 11001000 | 10000100 | 111100 | 0 | 100010 | 1000110 | 10110 | 11111 | 111000 | 110011 |
Color Harmonies of #C8843C
Complementary color
Monochromatic Colors of #C8843C
Black with #C8843C
Text Example
Text Example
White with #C8843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8843C; }
p { color: rgb(200,132,60); }
H1.HeaderClassName
{
color: #C8843C;
}
.AnyTagClassName
{
color: #C8843C;
}
</style>
background-color css
<style>
a { background-color: #C8843C; }
a { background-color: rgb(200,132,60); }
div.DivClassName
{
background-color: #C8843C;
}
.BgClassName
{
background-color: #C8843C;
}
</style>
border-color css
<style>
span { border-color: #C8843C; }
span { border-color: rgb(200,132,60); }
td.TdClassName
{
border-color: #C8843C;
}
.TagClassName
{
border-color: #C8843C;
}
</style>