Shades of Peru #C9883C
Tints of Peru #C9883C
RGB
CMYK
RGB Variations
Color information
#C9883C (or 0xC9883C) is known color: Peru. HEX triplet: C9, 88 and 3C. RGB value is (201,136,60). Sum of RGB (Red+Green+Blue) = 201+136+60=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9883C is #3677C3. Grayscale: #939393. Windows color (decimal): -3569604 or 3967177. OLE color: 3967177.
HSL color Cylindrical-coordinate representation of color #C9883C: hue angle of 32.34º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9883C is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 60 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.21 |
| HSL | 32.34º | 0.57% | 0.51% | - |
| HSV(B) | 32.34º | 0.7% | 0.79% | - |
| XYZ | 33.71 | 30.35 | 8.36 | - |
| YUV | 146.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 60 | 0 | 0.32 | 0.70 | 0.21 | 32.34 | 0.57 | 0.51 |
| Hex | C9 | 88 | 3C | 0 | 20 | 46 | 15 | 20 | 39 | 33 |
| Octal | 311 | 210 | 74 | 0 | 40 | 106 | 25 | 40 | 71 | 63 |
| Binary | 11001001 | 10001000 | 111100 | 0 | 100000 | 1000110 | 10101 | 100000 | 111001 | 110011 |
Color Harmonies of #C9883C
Complementary color
Monochromatic Colors of #C9883C
Black with #C9883C
Text Example
Text Example
White with #C9883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9883C; }
p { color: rgb(201,136,60); }
H1.HeaderClassName
{
color: #C9883C;
}
.AnyTagClassName
{
color: #C9883C;
}
</style>
background-color css
<style>
a { background-color: #C9883C; }
a { background-color: rgb(201,136,60); }
div.DivClassName
{
background-color: #C9883C;
}
.BgClassName
{
background-color: #C9883C;
}
</style>
border-color css
<style>
span { border-color: #C9883C; }
span { border-color: rgb(201,136,60); }
td.TdClassName
{
border-color: #C9883C;
}
.TagClassName
{
border-color: #C9883C;
}
</style>