Shades of Peru #C9894A
Tints of Peru #C9894A
RGB
CMYK
RGB Variations
Color information
#C9894A (or 0xC9894A) is known color: Peru. HEX triplet: C9, 89 and 4A. RGB value is (201,137,74). Sum of RGB (Red+Green+Blue) = 201+137+74=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9894A is #3676B5. Grayscale: #959595. Windows color (decimal): -3569334 or 4884937. OLE color: 4884937.
HSL color Cylindrical-coordinate representation of color #C9894A: hue angle of 29.76º 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 #C9894A is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 74 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.21 |
| HSL | 29.76º | 0.54% | 0.54% | - |
| HSV(B) | 29.76º | 0.63% | 0.79% | - |
| XYZ | 34.27 | 30.8 | 10.62 | - |
| YUV | 148.95 | 85.7 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 74 | 0 | 0.32 | 0.63 | 0.21 | 29.76 | 0.54 | 0.54 |
| Hex | C9 | 89 | 4A | 0 | 20 | 3F | 15 | 1E | 36 | 36 |
| Octal | 311 | 211 | 112 | 0 | 40 | 77 | 25 | 36 | 66 | 66 |
| Binary | 11001001 | 10001001 | 1001010 | 0 | 100000 | 111111 | 10101 | 11110 | 110110 | 110110 |
Color Harmonies of #C9894A
Complementary color
Monochromatic Colors of #C9894A
Black with #C9894A
Text Example
Text Example
White with #C9894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9894A; }
p { color: rgb(201,137,74); }
H1.HeaderClassName
{
color: #C9894A;
}
.AnyTagClassName
{
color: #C9894A;
}
</style>
background-color css
<style>
a { background-color: #C9894A; }
a { background-color: rgb(201,137,74); }
div.DivClassName
{
background-color: #C9894A;
}
.BgClassName
{
background-color: #C9894A;
}
</style>
border-color css
<style>
span { border-color: #C9894A; }
span { border-color: rgb(201,137,74); }
td.TdClassName
{
border-color: #C9894A;
}
.TagClassName
{
border-color: #C9894A;
}
</style>