Shades of Peru #CF8439
Tints of Peru #CF8439
RGB
CMYK
RGB Variations
Color information
#CF8439 (or 0xCF8439) is known color: Peru. HEX triplet: CF, 84 and 39. RGB value is (207,132,57). Sum of RGB (Red+Green+Blue) = 207+132+57=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 57 (22.66% from 255 or 14.39% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8439 is #307BC6. Grayscale: #929292. Windows color (decimal): -3177415 or 3769551. OLE color: 3769551.
HSL color Cylindrical-coordinate representation of color #CF8439: hue angle of 30º 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 #CF8439 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 57 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.19 |
| HSL | 30º | 0.61% | 0.52% | - |
| HSV(B) | 30º | 0.72% | 0.81% | - |
| XYZ | 34.72 | 30.06 | 7.84 | - |
| YUV | 145.88 | 77.85 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 57 | 0 | 0.36 | 0.72 | 0.19 | 30 | 0.61 | 0.52 |
| Hex | CF | 84 | 39 | 0 | 24 | 48 | 13 | 1E | 3D | 34 |
| Octal | 317 | 204 | 71 | 0 | 44 | 110 | 23 | 36 | 75 | 64 |
| Binary | 11001111 | 10000100 | 111001 | 0 | 100100 | 1001000 | 10011 | 11110 | 111101 | 110100 |
Color Harmonies of #CF8439
Complementary color
Monochromatic Colors of #CF8439
Black with #CF8439
Text Example
Text Example
White with #CF8439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8439; }
p { color: rgb(207,132,57); }
H1.HeaderClassName
{
color: #CF8439;
}
.AnyTagClassName
{
color: #CF8439;
}
</style>
background-color css
<style>
a { background-color: #CF8439; }
a { background-color: rgb(207,132,57); }
div.DivClassName
{
background-color: #CF8439;
}
.BgClassName
{
background-color: #CF8439;
}
</style>
border-color css
<style>
span { border-color: #CF8439; }
span { border-color: rgb(207,132,57); }
td.TdClassName
{
border-color: #CF8439;
}
.TagClassName
{
border-color: #CF8439;
}
</style>