Shades of Peru #CF8E4A
Tints of Peru #CF8E4A
RGB
CMYK
RGB Variations
Color information
#CF8E4A (or 0xCF8E4A) is known color: Peru. HEX triplet: CF, 8E and 4A. RGB value is (207,142,74). Sum of RGB (Red+Green+Blue) = 207+142+74=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8E4A is #3071B5. Grayscale: #9A9A9A. Windows color (decimal): -3174838 or 4886223. OLE color: 4886223.
HSL color Cylindrical-coordinate representation of color #CF8E4A: hue angle of 30.68º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF8E4A is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 74 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.19 |
| HSL | 30.68º | 0.58% | 0.55% | - |
| HSV(B) | 30.68º | 0.64% | 0.81% | - |
| XYZ | 36.64 | 33.11 | 10.94 | - |
| YUV | 153.68 | 83.03 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 74 | 0 | 0.31 | 0.64 | 0.19 | 30.68 | 0.58 | 0.55 |
| Hex | CF | 8E | 4A | 0 | 1F | 40 | 13 | 1F | 3A | 37 |
| Octal | 317 | 216 | 112 | 0 | 37 | 100 | 23 | 37 | 72 | 67 |
| Binary | 11001111 | 10001110 | 1001010 | 0 | 11111 | 1000000 | 10011 | 11111 | 111010 | 110111 |
Color Harmonies of #CF8E4A
Complementary color
Monochromatic Colors of #CF8E4A
Black with #CF8E4A
Text Example
Text Example
White with #CF8E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8E4A; }
p { color: rgb(207,142,74); }
H1.HeaderClassName
{
color: #CF8E4A;
}
.AnyTagClassName
{
color: #CF8E4A;
}
</style>
background-color css
<style>
a { background-color: #CF8E4A; }
a { background-color: rgb(207,142,74); }
div.DivClassName
{
background-color: #CF8E4A;
}
.BgClassName
{
background-color: #CF8E4A;
}
</style>
border-color css
<style>
span { border-color: #CF8E4A; }
span { border-color: rgb(207,142,74); }
td.TdClassName
{
border-color: #CF8E4A;
}
.TagClassName
{
border-color: #CF8E4A;
}
</style>