Shades of Peru #CF8342
Tints of Peru #CF8342
RGB
CMYK
RGB Variations
Color information
#CF8342 (or 0xCF8342) is known color: Peru. HEX triplet: CF, 83 and 42. RGB value is (207,131,66). Sum of RGB (Red+Green+Blue) = 207+131+66=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8342 is #307CBD. Grayscale: #929292. Windows color (decimal): -3177662 or 4359119. OLE color: 4359119.
HSL color Cylindrical-coordinate representation of color #CF8342: hue angle of 27.66º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF8342 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 66 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.19 |
| HSL | 27.66º | 0.59% | 0.54% | - |
| HSV(B) | 27.66º | 0.68% | 0.81% | - |
| XYZ | 34.83 | 29.89 | 9.09 | - |
| YUV | 146.31 | 82.68 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 66 | 0 | 0.37 | 0.68 | 0.19 | 27.66 | 0.59 | 0.54 |
| Hex | CF | 83 | 42 | 0 | 25 | 44 | 13 | 1C | 3B | 36 |
| Octal | 317 | 203 | 102 | 0 | 45 | 104 | 23 | 34 | 73 | 66 |
| Binary | 11001111 | 10000011 | 1000010 | 0 | 100101 | 1000100 | 10011 | 11100 | 111011 | 110110 |
Color Harmonies of #CF8342
Complementary color
Monochromatic Colors of #CF8342
Black with #CF8342
Text Example
Text Example
White with #CF8342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8342; }
p { color: rgb(207,131,66); }
H1.HeaderClassName
{
color: #CF8342;
}
.AnyTagClassName
{
color: #CF8342;
}
</style>
background-color css
<style>
a { background-color: #CF8342; }
a { background-color: rgb(207,131,66); }
div.DivClassName
{
background-color: #CF8342;
}
.BgClassName
{
background-color: #CF8342;
}
</style>
border-color css
<style>
span { border-color: #CF8342; }
span { border-color: rgb(207,131,66); }
td.TdClassName
{
border-color: #CF8342;
}
.TagClassName
{
border-color: #CF8342;
}
</style>