Shades of Peru #CF7F3C
Tints of Peru #CF7F3C
RGB
CMYK
RGB Variations
Color information
#CF7F3C (or 0xCF7F3C) is known color: Peru. HEX triplet: CF, 7F and 3C. RGB value is (207,127,60). Sum of RGB (Red+Green+Blue) = 207+127+60=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7F3C is #3080C3. Grayscale: #8F8F8F. Windows color (decimal): -3178692 or 3964879. OLE color: 3964879.
HSL color Cylindrical-coordinate representation of color #CF7F3C: hue angle of 27.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF7F3C is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 60 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.19 |
| HSL | 27.35º | 0.6% | 0.52% | - |
| HSV(B) | 27.35º | 0.71% | 0.81% | - |
| XYZ | 34.14 | 28.77 | 8.03 | - |
| YUV | 143.28 | 81 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 60 | 0 | 0.39 | 0.71 | 0.19 | 27.35 | 0.6 | 0.52 |
| Hex | CF | 7F | 3C | 0 | 27 | 47 | 13 | 1B | 3C | 34 |
| Octal | 317 | 177 | 74 | 0 | 47 | 107 | 23 | 33 | 74 | 64 |
| Binary | 11001111 | 1111111 | 111100 | 0 | 100111 | 1000111 | 10011 | 11011 | 111100 | 110100 |
Color Harmonies of #CF7F3C
Complementary color
Monochromatic Colors of #CF7F3C
Black with #CF7F3C
Text Example
Text Example
White with #CF7F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F3C; }
p { color: rgb(207,127,60); }
H1.HeaderClassName
{
color: #CF7F3C;
}
.AnyTagClassName
{
color: #CF7F3C;
}
</style>
background-color css
<style>
a { background-color: #CF7F3C; }
a { background-color: rgb(207,127,60); }
div.DivClassName
{
background-color: #CF7F3C;
}
.BgClassName
{
background-color: #CF7F3C;
}
</style>
border-color css
<style>
span { border-color: #CF7F3C; }
span { border-color: rgb(207,127,60); }
td.TdClassName
{
border-color: #CF7F3C;
}
.TagClassName
{
border-color: #CF7F3C;
}
</style>