#C98947

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

Shades of Peru #C98947

Tints of Peru #C98947

Color information

#C98947 (or 0xC98947) is unknown color: approx Peru. HEX triplet: C9, 89 and 47. RGB value is (201,137,71). Sum of RGB (Red+Green+Blue) = 201+137+71=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C98947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98947 is #3676B8. Grayscale: #949494. Windows color (decimal): -3569337 or 4688329. OLE color: 4688329.

HSL color Cylindrical-coordinate representation of color #C98947: hue angle of 30.46º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C98947 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20113771-
CMYK00.320.650.21
HSL30.46º54.62%53.33%-
HSV(B)30.46º64.68%78.82%-
XYZ34.1730.7610.1-
YUV148.6184.2165.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.14%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 71 (28.12% from 255) = 17.36%
R=49.14%
G=33.50%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011377100.320.650.2130.4654.6253.33
HexC9894702041151e3735
Octal31121110704010125366765
Binary11001001100010011000111010000010000011010111110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98947; }

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

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

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

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

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

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

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

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