Shades of Peru #CF8847
Tints of Peru #CF8847
RGB
CMYK
RGB Variations
Color information
#CF8847 (or 0xCF8847) is known color: Peru. HEX triplet: CF, 88 and 47. RGB value is (207,136,71). Sum of RGB (Red+Green+Blue) = 207+136+71=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8847 is #3077B8. Grayscale: #969696. Windows color (decimal): -3176377 or 4688079. OLE color: 4688079.
HSL color Cylindrical-coordinate representation of color #CF8847: hue angle of 28.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF8847 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 71 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.19 |
| HSL | 28.68º | 0.59% | 0.55% | - |
| HSV(B) | 28.68º | 0.66% | 0.81% | - |
| XYZ | 35.67 | 31.33 | 10.13 | - |
| YUV | 149.82 | 83.52 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 71 | 0 | 0.34 | 0.66 | 0.19 | 28.68 | 0.59 | 0.55 |
| Hex | CF | 88 | 47 | 0 | 22 | 42 | 13 | 1D | 3B | 37 |
| Octal | 317 | 210 | 107 | 0 | 42 | 102 | 23 | 35 | 73 | 67 |
| Binary | 11001111 | 10001000 | 1000111 | 0 | 100010 | 1000010 | 10011 | 11101 | 111011 | 110111 |
Color Harmonies of #CF8847
Complementary color
Monochromatic Colors of #CF8847
Black with #CF8847
Text Example
Text Example
White with #CF8847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8847; }
p { color: rgb(207,136,71); }
H1.HeaderClassName
{
color: #CF8847;
}
.AnyTagClassName
{
color: #CF8847;
}
</style>
background-color css
<style>
a { background-color: #CF8847; }
a { background-color: rgb(207,136,71); }
div.DivClassName
{
background-color: #CF8847;
}
.BgClassName
{
background-color: #CF8847;
}
</style>
border-color css
<style>
span { border-color: #CF8847; }
span { border-color: rgb(207,136,71); }
td.TdClassName
{
border-color: #CF8847;
}
.TagClassName
{
border-color: #CF8847;
}
</style>