Shades of Peru #CF8C4E
Tints of Peru #CF8C4E
RGB
CMYK
RGB Variations
Color information
#CF8C4E (or 0xCF8C4E) is known color: Peru. HEX triplet: CF, 8C and 4E. RGB value is (207,140,78). Sum of RGB (Red+Green+Blue) = 207+140+78=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C4E is #3073B1. Grayscale: #999999. Windows color (decimal): -3175346 or 5147855. OLE color: 5147855.
HSL color Cylindrical-coordinate representation of color #CF8C4E: hue angle of 28.84º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF8C4E is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 78 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.19 |
| HSL | 28.84º | 0.57% | 0.56% | - |
| HSV(B) | 28.84º | 0.62% | 0.81% | - |
| XYZ | 36.49 | 32.57 | 11.57 | - |
| YUV | 152.97 | 85.7 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 78 | 0 | 0.32 | 0.62 | 0.19 | 28.84 | 0.57 | 0.56 |
| Hex | CF | 8C | 4E | 0 | 20 | 3E | 13 | 1D | 39 | 38 |
| Octal | 317 | 214 | 116 | 0 | 40 | 76 | 23 | 35 | 71 | 70 |
| Binary | 11001111 | 10001100 | 1001110 | 0 | 100000 | 111110 | 10011 | 11101 | 111001 | 111000 |
Color Harmonies of #CF8C4E
Complementary color
Monochromatic Colors of #CF8C4E
Black with #CF8C4E
Text Example
Text Example
White with #CF8C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C4E; }
p { color: rgb(207,140,78); }
H1.HeaderClassName
{
color: #CF8C4E;
}
.AnyTagClassName
{
color: #CF8C4E;
}
</style>
background-color css
<style>
a { background-color: #CF8C4E; }
a { background-color: rgb(207,140,78); }
div.DivClassName
{
background-color: #CF8C4E;
}
.BgClassName
{
background-color: #CF8C4E;
}
</style>
border-color css
<style>
span { border-color: #CF8C4E; }
span { border-color: rgb(207,140,78); }
td.TdClassName
{
border-color: #CF8C4E;
}
.TagClassName
{
border-color: #CF8C4E;
}
</style>