#C9893E

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

Shades of Peru #C9893E

Tints of Peru #C9893E

Color information

#C9893E (or 0xC9893E) is unknown color: approx Peru. HEX triplet: C9, 89 and 3E. RGB value is (201,137,62). Sum of RGB (Red+Green+Blue) = 201+137+62=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9893E is #3676C1. Grayscale: #939393. Windows color (decimal): -3569346 or 4098505. OLE color: 4098505.

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

Color convert

RGB20113762-
CMYK00.320.690.21
HSL32.37º56.28%51.57%-
HSV(B)32.37º69.15%78.82%-
XYZ33.930.668.69-
YUV147.5979.7166.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.25%
GREEN value IS 137 (53.91% from 255) = 34.25%
BLUE value IS 62 (24.61% from 255) = 15.5%
R=50.25%
G=34.25%
B=15.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011376200.320.690.2132.3756.2851.57
HexC9893E0204515203834
Octal3112117604010525407064
Binary11001001100010011111100100000100010110101100000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9893E; }

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

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

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

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

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

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

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

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