Shades of Peru #CF8D45
Tints of Peru #CF8D45
RGB
CMYK
RGB Variations
Color information
#CF8D45 (or 0xCF8D45) is known color: Peru. HEX triplet: CF, 8D and 45. RGB value is (207,141,69). Sum of RGB (Red+Green+Blue) = 207+141+69=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D45 is #3072BA. Grayscale: #989898. Windows color (decimal): -3175099 or 4558287. OLE color: 4558287.
HSL color Cylindrical-coordinate representation of color #CF8D45: hue angle of 31.3º 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 #CF8D45 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 69 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.19 |
| HSL | 31.3º | 0.59% | 0.54% | - |
| HSV(B) | 31.3º | 0.67% | 0.81% | - |
| XYZ | 36.33 | 32.74 | 10.04 | - |
| YUV | 152.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 69 | 0 | 0.32 | 0.67 | 0.19 | 31.3 | 0.59 | 0.54 |
| Hex | CF | 8D | 45 | 0 | 20 | 43 | 13 | 1F | 3B | 36 |
| Octal | 317 | 215 | 105 | 0 | 40 | 103 | 23 | 37 | 73 | 66 |
| Binary | 11001111 | 10001101 | 1000101 | 0 | 100000 | 1000011 | 10011 | 11111 | 111011 | 110110 |
Color Harmonies of #CF8D45
Complementary color
Monochromatic Colors of #CF8D45
Black with #CF8D45
Text Example
Text Example
White with #CF8D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D45; }
p { color: rgb(207,141,69); }
H1.HeaderClassName
{
color: #CF8D45;
}
.AnyTagClassName
{
color: #CF8D45;
}
</style>
background-color css
<style>
a { background-color: #CF8D45; }
a { background-color: rgb(207,141,69); }
div.DivClassName
{
background-color: #CF8D45;
}
.BgClassName
{
background-color: #CF8D45;
}
</style>
border-color css
<style>
span { border-color: #CF8D45; }
span { border-color: rgb(207,141,69); }
td.TdClassName
{
border-color: #CF8D45;
}
.TagClassName
{
border-color: #CF8D45;
}
</style>