Shades of Peru #C9854B
Tints of Peru #C9854B
RGB
CMYK
RGB Variations
Color information
#C9854B (or 0xC9854B) is known color: Peru. HEX triplet: C9, 85 and 4B. RGB value is (201,133,75). Sum of RGB (Red+Green+Blue) = 201+133+75=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9854B is #367AB4. Grayscale: #939393. Windows color (decimal): -3570357 or 4949449. OLE color: 4949449.
HSL color Cylindrical-coordinate representation of color #C9854B: hue angle of 27.62º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9854B is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 75 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.21 |
| HSL | 27.62º | 0.54% | 0.54% | - |
| HSV(B) | 27.62º | 0.63% | 0.79% | - |
| XYZ | 33.74 | 29.7 | 10.61 | - |
| YUV | 146.72 | 87.53 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 75 | 0 | 0.34 | 0.63 | 0.21 | 27.62 | 0.54 | 0.54 |
| Hex | C9 | 85 | 4B | 0 | 22 | 3F | 15 | 1C | 36 | 36 |
| Octal | 311 | 205 | 113 | 0 | 42 | 77 | 25 | 34 | 66 | 66 |
| Binary | 11001001 | 10000101 | 1001011 | 0 | 100010 | 111111 | 10101 | 11100 | 110110 | 110110 |
Color Harmonies of #C9854B
Complementary color
Monochromatic Colors of #C9854B
Black with #C9854B
Text Example
Text Example
White with #C9854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9854B; }
p { color: rgb(201,133,75); }
H1.HeaderClassName
{
color: #C9854B;
}
.AnyTagClassName
{
color: #C9854B;
}
</style>
background-color css
<style>
a { background-color: #C9854B; }
a { background-color: rgb(201,133,75); }
div.DivClassName
{
background-color: #C9854B;
}
.BgClassName
{
background-color: #C9854B;
}
</style>
border-color css
<style>
span { border-color: #C9854B; }
span { border-color: rgb(201,133,75); }
td.TdClassName
{
border-color: #C9854B;
}
.TagClassName
{
border-color: #C9854B;
}
</style>