Shades of Peru #CF8A39
Tints of Peru #CF8A39
RGB
CMYK
RGB Variations
Color information
#CF8A39 (or 0xCF8A39) is known color: Peru. HEX triplet: CF, 8A and 39. RGB value is (207,138,57). Sum of RGB (Red+Green+Blue) = 207+138+57=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 57 (22.66% from 255 or 14.18% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A39 is #3075C6. Grayscale: #959595. Windows color (decimal): -3175879 or 3771087. OLE color: 3771087.
HSL color Cylindrical-coordinate representation of color #CF8A39: hue angle of 32.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF8A39 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 57 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.19 |
| HSL | 32.4º | 0.61% | 0.52% | - |
| HSV(B) | 32.4º | 0.72% | 0.81% | - |
| XYZ | 35.56 | 31.74 | 8.12 | - |
| YUV | 149.4 | 75.86 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 57 | 0 | 0.33 | 0.72 | 0.19 | 32.4 | 0.61 | 0.52 |
| Hex | CF | 8A | 39 | 0 | 21 | 48 | 13 | 20 | 3D | 34 |
| Octal | 317 | 212 | 71 | 0 | 41 | 110 | 23 | 40 | 75 | 64 |
| Binary | 11001111 | 10001010 | 111001 | 0 | 100001 | 1001000 | 10011 | 100000 | 111101 | 110100 |
Color Harmonies of #CF8A39
Complementary color
Monochromatic Colors of #CF8A39
Black with #CF8A39
Text Example
Text Example
White with #CF8A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A39; }
p { color: rgb(207,138,57); }
H1.HeaderClassName
{
color: #CF8A39;
}
.AnyTagClassName
{
color: #CF8A39;
}
</style>
background-color css
<style>
a { background-color: #CF8A39; }
a { background-color: rgb(207,138,57); }
div.DivClassName
{
background-color: #CF8A39;
}
.BgClassName
{
background-color: #CF8A39;
}
</style>
border-color css
<style>
span { border-color: #CF8A39; }
span { border-color: rgb(207,138,57); }
td.TdClassName
{
border-color: #CF8A39;
}
.TagClassName
{
border-color: #CF8A39;
}
</style>