Shades of Peru #CF8949
Tints of Peru #CF8949
RGB
CMYK
RGB Variations
Color information
#CF8949 (or 0xCF8949) is known color: Peru. HEX triplet: CF, 89 and 49. RGB value is (207,137,73). Sum of RGB (Red+Green+Blue) = 207+137+73=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8949 is #3076B6. Grayscale: #969696. Windows color (decimal): -3176119 or 4819407. OLE color: 4819407.
HSL color Cylindrical-coordinate representation of color #CF8949: hue angle of 28.66º 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 #CF8949 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 73 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.19 |
| HSL | 28.66º | 0.58% | 0.55% | - |
| HSV(B) | 28.66º | 0.65% | 0.81% | - |
| XYZ | 35.88 | 31.64 | 10.52 | - |
| YUV | 150.63 | 84.19 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 73 | 0 | 0.34 | 0.65 | 0.19 | 28.66 | 0.58 | 0.55 |
| Hex | CF | 89 | 49 | 0 | 22 | 41 | 13 | 1D | 3A | 37 |
| Octal | 317 | 211 | 111 | 0 | 42 | 101 | 23 | 35 | 72 | 67 |
| Binary | 11001111 | 10001001 | 1001001 | 0 | 100010 | 1000001 | 10011 | 11101 | 111010 | 110111 |
Color Harmonies of #CF8949
Complementary color
Monochromatic Colors of #CF8949
Black with #CF8949
Text Example
Text Example
White with #CF8949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8949; }
p { color: rgb(207,137,73); }
H1.HeaderClassName
{
color: #CF8949;
}
.AnyTagClassName
{
color: #CF8949;
}
</style>
background-color css
<style>
a { background-color: #CF8949; }
a { background-color: rgb(207,137,73); }
div.DivClassName
{
background-color: #CF8949;
}
.BgClassName
{
background-color: #CF8949;
}
</style>
border-color css
<style>
span { border-color: #CF8949; }
span { border-color: rgb(207,137,73); }
td.TdClassName
{
border-color: #CF8949;
}
.TagClassName
{
border-color: #CF8949;
}
</style>