#CF8E47

Color #CF8E47 Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #CF8E47

Tints of Peru #CF8E47

Color information

#CF8E47 (or 0xCF8E47) is unknown color: approx Peru. HEX triplet: CF, 8E and 47. RGB value is (207,142,71). Sum of RGB (Red+Green+Blue) = 207+142+71=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8E47 is #3071B8. Grayscale: #999999. Windows color (decimal): -3174841 or 4689615. OLE color: 4689615.

HSL color Cylindrical-coordinate representation of color #CF8E47: hue angle of 31.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF8E47 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20714271-
CMYK00.310.660.19
HSL31.32º58.62%54.51%-
HSV(B)31.32º65.7%81.18%-
XYZ36.5433.0710.42-
YUV153.3481.53166.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 49.29%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 71 (28.12% from 255) = 16.90%
R=49.29%
G=33.81%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071427100.310.660.1931.3258.6254.51
HexCF8E4701F42131f3b37
Octal31721610703710223377367
Binary1100111110001110100011101111110000101001111111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8E47; }

 p { color: rgb(207,142,71); }

 H1.HeaderClassName
 {
   color: #CF8E47;
 }
 .AnyTagClassName
 {
   color: #CF8E47;
 }
</style>
background-color css

<style>
 a { background-color: #CF8E47; }

 a { background-color: rgb(207,142,71); }

 div.DivClassName
 {
   background-color: #CF8E47;
 }
 .BgClassName
 {
   background-color: #CF8E47;
 }
</style>
border-color css

<style>
 span { border-color: #CF8E47; }

 span { border-color: rgb(207,142,71); }

 td.TdClassName
 {
   border-color: #CF8E47;
 }
 .TagClassName
 {
   border-color: #CF8E47;
 }
</style>