Shades of Peru #CF8D44
Tints of Peru #CF8D44
RGB
CMYK
RGB Variations
Color information
#CF8D44 (or 0xCF8D44) is known color: Peru. HEX triplet: CF, 8D and 44. RGB value is (207,141,68). Sum of RGB (Red+Green+Blue) = 207+141+68=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D44 is #3072BB. Grayscale: #989898. Windows color (decimal): -3175100 or 4492751. OLE color: 4492751.
HSL color Cylindrical-coordinate representation of color #CF8D44: hue angle of 31.51º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF8D44 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 68 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.19 |
| HSL | 31.51º | 0.59% | 0.54% | - |
| HSV(B) | 31.51º | 0.67% | 0.81% | - |
| XYZ | 36.3 | 32.73 | 9.87 | - |
| YUV | 152.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 68 | 0 | 0.32 | 0.67 | 0.19 | 31.51 | 0.59 | 0.54 |
| Hex | CF | 8D | 44 | 0 | 20 | 43 | 13 | 20 | 3B | 36 |
| Octal | 317 | 215 | 104 | 0 | 40 | 103 | 23 | 40 | 73 | 66 |
| Binary | 11001111 | 10001101 | 1000100 | 0 | 100000 | 1000011 | 10011 | 100000 | 111011 | 110110 |
Color Harmonies of #CF8D44
Complementary color
Monochromatic Colors of #CF8D44
Black with #CF8D44
Text Example
Text Example
White with #CF8D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D44; }
p { color: rgb(207,141,68); }
H1.HeaderClassName
{
color: #CF8D44;
}
.AnyTagClassName
{
color: #CF8D44;
}
</style>
background-color css
<style>
a { background-color: #CF8D44; }
a { background-color: rgb(207,141,68); }
div.DivClassName
{
background-color: #CF8D44;
}
.BgClassName
{
background-color: #CF8D44;
}
</style>
border-color css
<style>
span { border-color: #CF8D44; }
span { border-color: rgb(207,141,68); }
td.TdClassName
{
border-color: #CF8D44;
}
.TagClassName
{
border-color: #CF8D44;
}
</style>