Shades of Peru #CF8D48
Tints of Peru #CF8D48
RGB
CMYK
RGB Variations
Color information
#CF8D48 (or 0xCF8D48) is known color: Peru. HEX triplet: CF, 8D and 48. RGB value is (207,141,72). Sum of RGB (Red+Green+Blue) = 207+141+72=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D48 is #3072B7. Grayscale: #999999. Windows color (decimal): -3175096 or 4754895. OLE color: 4754895.
HSL color Cylindrical-coordinate representation of color #CF8D48: hue angle of 30.67º 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 #CF8D48 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 72 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.19 |
| HSL | 30.67º | 0.58% | 0.55% | - |
| HSV(B) | 30.67º | 0.65% | 0.81% | - |
| XYZ | 36.43 | 32.78 | 10.54 | - |
| YUV | 152.87 | 82.37 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 72 | 0 | 0.32 | 0.65 | 0.19 | 30.67 | 0.58 | 0.55 |
| Hex | CF | 8D | 48 | 0 | 20 | 41 | 13 | 1F | 3A | 37 |
| Octal | 317 | 215 | 110 | 0 | 40 | 101 | 23 | 37 | 72 | 67 |
| Binary | 11001111 | 10001101 | 1001000 | 0 | 100000 | 1000001 | 10011 | 11111 | 111010 | 110111 |
Color Harmonies of #CF8D48
Complementary color
Monochromatic Colors of #CF8D48
Black with #CF8D48
Text Example
Text Example
White with #CF8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D48; }
p { color: rgb(207,141,72); }
H1.HeaderClassName
{
color: #CF8D48;
}
.AnyTagClassName
{
color: #CF8D48;
}
</style>
background-color css
<style>
a { background-color: #CF8D48; }
a { background-color: rgb(207,141,72); }
div.DivClassName
{
background-color: #CF8D48;
}
.BgClassName
{
background-color: #CF8D48;
}
</style>
border-color css
<style>
span { border-color: #CF8D48; }
span { border-color: rgb(207,141,72); }
td.TdClassName
{
border-color: #CF8D48;
}
.TagClassName
{
border-color: #CF8D48;
}
</style>