Shades of Peru #CF8B49
Tints of Peru #CF8B49
RGB
CMYK
RGB Variations
Color information
#CF8B49 (or 0xCF8B49) is known color: Peru. HEX triplet: CF, 8B and 49. RGB value is (207,139,73). Sum of RGB (Red+Green+Blue) = 207+139+73=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B49 is #3074B6. Grayscale: #989898. Windows color (decimal): -3175607 or 4819919. OLE color: 4819919.
HSL color Cylindrical-coordinate representation of color #CF8B49: hue angle of 29.55º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF8B49 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 73 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.19 |
| HSL | 29.55º | 0.58% | 0.55% | - |
| HSV(B) | 29.55º | 0.65% | 0.81% | - |
| XYZ | 36.17 | 32.21 | 10.61 | - |
| YUV | 151.81 | 83.53 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 73 | 0 | 0.33 | 0.65 | 0.19 | 29.55 | 0.58 | 0.55 |
| Hex | CF | 8B | 49 | 0 | 21 | 41 | 13 | 1E | 3A | 37 |
| Octal | 317 | 213 | 111 | 0 | 41 | 101 | 23 | 36 | 72 | 67 |
| Binary | 11001111 | 10001011 | 1001001 | 0 | 100001 | 1000001 | 10011 | 11110 | 111010 | 110111 |
Color Harmonies of #CF8B49
Complementary color
Monochromatic Colors of #CF8B49
Black with #CF8B49
Text Example
Text Example
White with #CF8B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B49; }
p { color: rgb(207,139,73); }
H1.HeaderClassName
{
color: #CF8B49;
}
.AnyTagClassName
{
color: #CF8B49;
}
</style>
background-color css
<style>
a { background-color: #CF8B49; }
a { background-color: rgb(207,139,73); }
div.DivClassName
{
background-color: #CF8B49;
}
.BgClassName
{
background-color: #CF8B49;
}
</style>
border-color css
<style>
span { border-color: #CF8B49; }
span { border-color: rgb(207,139,73); }
td.TdClassName
{
border-color: #CF8B49;
}
.TagClassName
{
border-color: #CF8B49;
}
</style>