Shades of Peru #C9894C
Tints of Peru #C9894C
RGB
CMYK
RGB Variations
Color information
#C9894C (or 0xC9894C) is known color: Peru. HEX triplet: C9, 89 and 4C. RGB value is (201,137,76). Sum of RGB (Red+Green+Blue) = 201+137+76=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9894C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9894C is #3676B3. Grayscale: #959595. Windows color (decimal): -3569332 or 5016009. OLE color: 5016009.
HSL color Cylindrical-coordinate representation of color #C9894C: hue angle of 29.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9894C is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 76 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.21 |
| HSL | 29.28º | 0.54% | 0.54% | - |
| HSV(B) | 29.28º | 0.62% | 0.79% | - |
| XYZ | 34.34 | 30.83 | 10.98 | - |
| YUV | 149.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 76 | 0 | 0.32 | 0.62 | 0.21 | 29.28 | 0.54 | 0.54 |
| Hex | C9 | 89 | 4C | 0 | 20 | 3E | 15 | 1D | 36 | 36 |
| Octal | 311 | 211 | 114 | 0 | 40 | 76 | 25 | 35 | 66 | 66 |
| Binary | 11001001 | 10001001 | 1001100 | 0 | 100000 | 111110 | 10101 | 11101 | 110110 | 110110 |
Color Harmonies of #C9894C
Complementary color
Monochromatic Colors of #C9894C
Black with #C9894C
Text Example
Text Example
White with #C9894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9894C; }
p { color: rgb(201,137,76); }
H1.HeaderClassName
{
color: #C9894C;
}
.AnyTagClassName
{
color: #C9894C;
}
</style>
background-color css
<style>
a { background-color: #C9894C; }
a { background-color: rgb(201,137,76); }
div.DivClassName
{
background-color: #C9894C;
}
.BgClassName
{
background-color: #C9894C;
}
</style>
border-color css
<style>
span { border-color: #C9894C; }
span { border-color: rgb(201,137,76); }
td.TdClassName
{
border-color: #C9894C;
}
.TagClassName
{
border-color: #C9894C;
}
</style>