Shades of Peru #C9853C
Tints of Peru #C9853C
RGB
CMYK
RGB Variations
Color information
#C9853C (or 0xC9853C) is known color: Peru. HEX triplet: C9, 85 and 3C. RGB value is (201,133,60). Sum of RGB (Red+Green+Blue) = 201+133+60=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9853C is #367AC3. Grayscale: #919191. Windows color (decimal): -3570372 or 3966409. OLE color: 3966409.
HSL color Cylindrical-coordinate representation of color #C9853C: hue angle of 31.06º 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 #C9853C is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 60 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.21 |
| HSL | 31.06º | 0.57% | 0.51% | - |
| HSV(B) | 31.06º | 0.7% | 0.79% | - |
| XYZ | 33.29 | 29.52 | 8.22 | - |
| YUV | 145.01 | 80.03 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 60 | 0 | 0.34 | 0.70 | 0.21 | 31.06 | 0.57 | 0.51 |
| Hex | C9 | 85 | 3C | 0 | 22 | 46 | 15 | 1F | 39 | 33 |
| Octal | 311 | 205 | 74 | 0 | 42 | 106 | 25 | 37 | 71 | 63 |
| Binary | 11001001 | 10000101 | 111100 | 0 | 100010 | 1000110 | 10101 | 11111 | 111001 | 110011 |
Color Harmonies of #C9853C
Complementary color
Monochromatic Colors of #C9853C
Black with #C9853C
Text Example
Text Example
White with #C9853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9853C; }
p { color: rgb(201,133,60); }
H1.HeaderClassName
{
color: #C9853C;
}
.AnyTagClassName
{
color: #C9853C;
}
</style>
background-color css
<style>
a { background-color: #C9853C; }
a { background-color: rgb(201,133,60); }
div.DivClassName
{
background-color: #C9853C;
}
.BgClassName
{
background-color: #C9853C;
}
</style>
border-color css
<style>
span { border-color: #C9853C; }
span { border-color: rgb(201,133,60); }
td.TdClassName
{
border-color: #C9853C;
}
.TagClassName
{
border-color: #C9853C;
}
</style>