Shades of Peru #CF7D3C
Tints of Peru #CF7D3C
RGB
CMYK
RGB Variations
Color information
#CF7D3C (or 0xCF7D3C) is known color: Peru. HEX triplet: CF, 7D and 3C. RGB value is (207,125,60). Sum of RGB (Red+Green+Blue) = 207+125+60=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7D3C is #3082C3. Grayscale: #8E8E8E. Windows color (decimal): -3179204 or 3964367. OLE color: 3964367.
HSL color Cylindrical-coordinate representation of color #CF7D3C: hue angle of 26.53º 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 #CF7D3C is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 60 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.19 |
| HSL | 26.53º | 0.6% | 0.52% | - |
| HSV(B) | 26.53º | 0.71% | 0.81% | - |
| XYZ | 33.88 | 28.26 | 7.94 | - |
| YUV | 142.11 | 81.67 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 60 | 0 | 0.40 | 0.71 | 0.19 | 26.53 | 0.6 | 0.52 |
| Hex | CF | 7D | 3C | 0 | 28 | 47 | 13 | 1B | 3C | 34 |
| Octal | 317 | 175 | 74 | 0 | 50 | 107 | 23 | 33 | 74 | 64 |
| Binary | 11001111 | 1111101 | 111100 | 0 | 101000 | 1000111 | 10011 | 11011 | 111100 | 110100 |
Color Harmonies of #CF7D3C
Complementary color
Monochromatic Colors of #CF7D3C
Black with #CF7D3C
Text Example
Text Example
White with #CF7D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D3C; }
p { color: rgb(207,125,60); }
H1.HeaderClassName
{
color: #CF7D3C;
}
.AnyTagClassName
{
color: #CF7D3C;
}
</style>
background-color css
<style>
a { background-color: #CF7D3C; }
a { background-color: rgb(207,125,60); }
div.DivClassName
{
background-color: #CF7D3C;
}
.BgClassName
{
background-color: #CF7D3C;
}
</style>
border-color css
<style>
span { border-color: #CF7D3C; }
span { border-color: rgb(207,125,60); }
td.TdClassName
{
border-color: #CF7D3C;
}
.TagClassName
{
border-color: #CF7D3C;
}
</style>