Shades of Peru #CF8942
Tints of Peru #CF8942
RGB
CMYK
RGB Variations
Color information
#CF8942 (or 0xCF8942) is known color: Peru. HEX triplet: CF, 89 and 42. RGB value is (207,137,66). Sum of RGB (Red+Green+Blue) = 207+137+66=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8942 is #3076BD. Grayscale: #969696. Windows color (decimal): -3176126 or 4360655. OLE color: 4360655.
HSL color Cylindrical-coordinate representation of color #CF8942: hue angle of 30.21º 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 #CF8942 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 66 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.19 |
| HSL | 30.21º | 0.59% | 0.54% | - |
| HSV(B) | 30.21º | 0.68% | 0.81% | - |
| XYZ | 35.66 | 31.55 | 9.36 | - |
| YUV | 149.84 | 80.69 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 66 | 0 | 0.34 | 0.68 | 0.19 | 30.21 | 0.59 | 0.54 |
| Hex | CF | 89 | 42 | 0 | 22 | 44 | 13 | 1E | 3B | 36 |
| Octal | 317 | 211 | 102 | 0 | 42 | 104 | 23 | 36 | 73 | 66 |
| Binary | 11001111 | 10001001 | 1000010 | 0 | 100010 | 1000100 | 10011 | 11110 | 111011 | 110110 |
Color Harmonies of #CF8942
Complementary color
Monochromatic Colors of #CF8942
Black with #CF8942
Text Example
Text Example
White with #CF8942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8942; }
p { color: rgb(207,137,66); }
H1.HeaderClassName
{
color: #CF8942;
}
.AnyTagClassName
{
color: #CF8942;
}
</style>
background-color css
<style>
a { background-color: #CF8942; }
a { background-color: rgb(207,137,66); }
div.DivClassName
{
background-color: #CF8942;
}
.BgClassName
{
background-color: #CF8942;
}
</style>
border-color css
<style>
span { border-color: #CF8942; }
span { border-color: rgb(207,137,66); }
td.TdClassName
{
border-color: #CF8942;
}
.TagClassName
{
border-color: #CF8942;
}
</style>