Shades of Peru #CF8E49
Tints of Peru #CF8E49
RGB
CMYK
RGB Variations
Color information
#CF8E49 (or 0xCF8E49) is known color: Peru. HEX triplet: CF, 8E and 49. RGB value is (207,142,73). Sum of RGB (Red+Green+Blue) = 207+142+73=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8E49 is #3071B6. Grayscale: #999999. Windows color (decimal): -3174839 or 4820687. OLE color: 4820687.
HSL color Cylindrical-coordinate representation of color #CF8E49: hue angle of 30.9º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF8E49 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 73 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.19 |
| HSL | 30.9º | 0.58% | 0.55% | - |
| HSV(B) | 30.9º | 0.65% | 0.81% | - |
| XYZ | 36.61 | 33.09 | 10.76 | - |
| YUV | 153.57 | 82.53 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 73 | 0 | 0.31 | 0.65 | 0.19 | 30.9 | 0.58 | 0.55 |
| Hex | CF | 8E | 49 | 0 | 1F | 41 | 13 | 1F | 3A | 37 |
| Octal | 317 | 216 | 111 | 0 | 37 | 101 | 23 | 37 | 72 | 67 |
| Binary | 11001111 | 10001110 | 1001001 | 0 | 11111 | 1000001 | 10011 | 11111 | 111010 | 110111 |
Color Harmonies of #CF8E49
Complementary color
Monochromatic Colors of #CF8E49
Black with #CF8E49
Text Example
Text Example
White with #CF8E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8E49; }
p { color: rgb(207,142,73); }
H1.HeaderClassName
{
color: #CF8E49;
}
.AnyTagClassName
{
color: #CF8E49;
}
</style>
background-color css
<style>
a { background-color: #CF8E49; }
a { background-color: rgb(207,142,73); }
div.DivClassName
{
background-color: #CF8E49;
}
.BgClassName
{
background-color: #CF8E49;
}
</style>
border-color css
<style>
span { border-color: #CF8E49; }
span { border-color: rgb(207,142,73); }
td.TdClassName
{
border-color: #CF8E49;
}
.TagClassName
{
border-color: #CF8E49;
}
</style>