Shades of Peru #CF8142
Tints of Peru #CF8142
RGB
CMYK
RGB Variations
Color information
#CF8142 (or 0xCF8142) is known color: Peru. HEX triplet: CF, 81 and 42. RGB value is (207,129,66). Sum of RGB (Red+Green+Blue) = 207+129+66=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8142 is #307EBD. Grayscale: #919191. Windows color (decimal): -3178174 or 4358607. OLE color: 4358607.
HSL color Cylindrical-coordinate representation of color #CF8142: hue angle of 26.81º 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 #CF8142 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 66 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.19 |
| HSL | 26.81º | 0.59% | 0.54% | - |
| HSV(B) | 26.81º | 0.68% | 0.81% | - |
| XYZ | 34.57 | 29.36 | 9 | - |
| YUV | 145.14 | 83.34 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 66 | 0 | 0.38 | 0.68 | 0.19 | 26.81 | 0.59 | 0.54 |
| Hex | CF | 81 | 42 | 0 | 26 | 44 | 13 | 1B | 3B | 36 |
| Octal | 317 | 201 | 102 | 0 | 46 | 104 | 23 | 33 | 73 | 66 |
| Binary | 11001111 | 10000001 | 1000010 | 0 | 100110 | 1000100 | 10011 | 11011 | 111011 | 110110 |
Color Harmonies of #CF8142
Complementary color
Monochromatic Colors of #CF8142
Black with #CF8142
Text Example
Text Example
White with #CF8142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8142; }
p { color: rgb(207,129,66); }
H1.HeaderClassName
{
color: #CF8142;
}
.AnyTagClassName
{
color: #CF8142;
}
</style>
background-color css
<style>
a { background-color: #CF8142; }
a { background-color: rgb(207,129,66); }
div.DivClassName
{
background-color: #CF8142;
}
.BgClassName
{
background-color: #CF8142;
}
</style>
border-color css
<style>
span { border-color: #CF8142; }
span { border-color: rgb(207,129,66); }
td.TdClassName
{
border-color: #CF8142;
}
.TagClassName
{
border-color: #CF8142;
}
</style>