#CF8947

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

Shades of Peru #CF8947

Tints of Peru #CF8947

Color information

#CF8947 (or 0xCF8947) is unknown color: approx Peru. HEX triplet: CF, 89 and 47. RGB value is (207,137,71). Sum of RGB (Red+Green+Blue) = 207+137+71=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8947 is #3076B8. Grayscale: #969696. Windows color (decimal): -3176121 or 4688335. OLE color: 4688335.

HSL color Cylindrical-coordinate representation of color #CF8947: hue angle of 29.12º 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 #CF8947 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20713771-
CMYK00.340.660.19
HSL29.12º58.62%54.51%-
HSV(B)29.12º65.7%81.18%-
XYZ35.8231.6110.18-
YUV150.4183.19168.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.88%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 71 (28.12% from 255) = 17.11%
R=49.88%
G=33.01%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071377100.340.660.1929.1258.6254.51
HexCF894702242131d3b37
Octal31721110704210223357367
Binary11001111100010011000111010001010000101001111101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8947; }

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

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

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

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

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

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

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

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