Shades of Peru #CF8C42
Tints of Peru #CF8C42
RGB
CMYK
RGB Variations
Color information
#CF8C42 (or 0xCF8C42) is known color: Peru. HEX triplet: CF, 8C and 42. RGB value is (207,140,66). Sum of RGB (Red+Green+Blue) = 207+140+66=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8C42 is #3073BD. Grayscale: #979797. Windows color (decimal): -3175358 or 4361423. OLE color: 4361423.
HSL color Cylindrical-coordinate representation of color #CF8C42: hue angle of 31.49º 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 #CF8C42 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 66 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.19 |
| HSL | 31.49º | 0.59% | 0.54% | - |
| HSV(B) | 31.49º | 0.68% | 0.81% | - |
| XYZ | 36.09 | 32.41 | 9.51 | - |
| YUV | 151.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 66 | 0 | 0.32 | 0.68 | 0.19 | 31.49 | 0.59 | 0.54 |
| Hex | CF | 8C | 42 | 0 | 20 | 44 | 13 | 1F | 3B | 36 |
| Octal | 317 | 214 | 102 | 0 | 40 | 104 | 23 | 37 | 73 | 66 |
| Binary | 11001111 | 10001100 | 1000010 | 0 | 100000 | 1000100 | 10011 | 11111 | 111011 | 110110 |
Color Harmonies of #CF8C42
Complementary color
Monochromatic Colors of #CF8C42
Black with #CF8C42
Text Example
Text Example
White with #CF8C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C42; }
p { color: rgb(207,140,66); }
H1.HeaderClassName
{
color: #CF8C42;
}
.AnyTagClassName
{
color: #CF8C42;
}
</style>
background-color css
<style>
a { background-color: #CF8C42; }
a { background-color: rgb(207,140,66); }
div.DivClassName
{
background-color: #CF8C42;
}
.BgClassName
{
background-color: #CF8C42;
}
</style>
border-color css
<style>
span { border-color: #CF8C42; }
span { border-color: rgb(207,140,66); }
td.TdClassName
{
border-color: #CF8C42;
}
.TagClassName
{
border-color: #CF8C42;
}
</style>