Shades of Peru #CF8040
Tints of Peru #CF8040
RGB
CMYK
RGB Variations
Color information
#CF8040 (or 0xCF8040) is known color: Peru. HEX triplet: CF, 80 and 40. RGB value is (207,128,64). Sum of RGB (Red+Green+Blue) = 207+128+64=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8040 is #307FBF. Grayscale: #909090. Windows color (decimal): -3178432 or 4227279. OLE color: 4227279.
HSL color Cylindrical-coordinate representation of color #CF8040: hue angle of 26.85º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF8040 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 64 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.19 |
| HSL | 26.85º | 0.6% | 0.53% | - |
| HSV(B) | 26.85º | 0.69% | 0.81% | - |
| XYZ | 34.38 | 29.07 | 8.65 | - |
| YUV | 144.33 | 82.67 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 64 | 0 | 0.38 | 0.69 | 0.19 | 26.85 | 0.6 | 0.53 |
| Hex | CF | 80 | 40 | 0 | 26 | 45 | 13 | 1B | 3C | 35 |
| Octal | 317 | 200 | 100 | 0 | 46 | 105 | 23 | 33 | 74 | 65 |
| Binary | 11001111 | 10000000 | 1000000 | 0 | 100110 | 1000101 | 10011 | 11011 | 111100 | 110101 |
Color Harmonies of #CF8040
Complementary color
Monochromatic Colors of #CF8040
Black with #CF8040
Text Example
Text Example
White with #CF8040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8040; }
p { color: rgb(207,128,64); }
H1.HeaderClassName
{
color: #CF8040;
}
.AnyTagClassName
{
color: #CF8040;
}
</style>
background-color css
<style>
a { background-color: #CF8040; }
a { background-color: rgb(207,128,64); }
div.DivClassName
{
background-color: #CF8040;
}
.BgClassName
{
background-color: #CF8040;
}
</style>
border-color css
<style>
span { border-color: #CF8040; }
span { border-color: rgb(207,128,64); }
td.TdClassName
{
border-color: #CF8040;
}
.TagClassName
{
border-color: #CF8040;
}
</style>