Shades of Peru #C8844B
Tints of Peru #C8844B
RGB
CMYK
RGB Variations
Color information
#C8844B (or 0xC8844B) is known color: Peru. HEX triplet: C8, 84 and 4B. RGB value is (200,132,75). Sum of RGB (Red+Green+Blue) = 200+132+75=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8844B is #377BB4. Grayscale: #929292. Windows color (decimal): -3636149 or 4949192. OLE color: 4949192.
HSL color Cylindrical-coordinate representation of color #C8844B: hue angle of 27.36º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8844B is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 75 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.22 |
| HSL | 27.36º | 0.53% | 0.54% | - |
| HSV(B) | 27.36º | 0.63% | 0.78% | - |
| XYZ | 33.34 | 29.29 | 10.55 | - |
| YUV | 145.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 75 | 0 | 0.34 | 0.62 | 0.22 | 27.36 | 0.53 | 0.54 |
| Hex | C8 | 84 | 4B | 0 | 22 | 3E | 16 | 1B | 35 | 36 |
| Octal | 310 | 204 | 113 | 0 | 42 | 76 | 26 | 33 | 65 | 66 |
| Binary | 11001000 | 10000100 | 1001011 | 0 | 100010 | 111110 | 10110 | 11011 | 110101 | 110110 |
Color Harmonies of #C8844B
Complementary color
Monochromatic Colors of #C8844B
Black with #C8844B
Text Example
Text Example
White with #C8844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8844B; }
p { color: rgb(200,132,75); }
H1.HeaderClassName
{
color: #C8844B;
}
.AnyTagClassName
{
color: #C8844B;
}
</style>
background-color css
<style>
a { background-color: #C8844B; }
a { background-color: rgb(200,132,75); }
div.DivClassName
{
background-color: #C8844B;
}
.BgClassName
{
background-color: #C8844B;
}
</style>
border-color css
<style>
span { border-color: #C8844B; }
span { border-color: rgb(200,132,75); }
td.TdClassName
{
border-color: #C8844B;
}
.TagClassName
{
border-color: #C8844B;
}
</style>