#C97E42

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

Shades of Peru #C97E42

Tints of Peru #C97E42

Color information

#C97E42 (or 0xC97E42) is unknown color: approx Peru. HEX triplet: C9, 7E and 42. RGB value is (201,126,66). Sum of RGB (Red+Green+Blue) = 201+126+66=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97E42 is #3681BD. Grayscale: #8D8D8D. Windows color (decimal): -3572158 or 4357833. OLE color: 4357833.

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

Color convert

RGB20112666-
CMYK00.370.670.21
HSL26.67º55.56%52.35%-
HSV(B)26.67º67.16%78.82%-
XYZ32.5327.738.79-
YUV141.5885.35170.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.15%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 66 (26.17% from 255) = 16.79%
R=51.15%
G=32.06%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011266600.370.670.2126.6755.5652.35
HexC97E4202543151b3834
Octal31117610204510325337064
Binary1100100111111101000010010010110000111010111011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97E42; }

 p { color: rgb(201,126,66); }

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

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

 a { background-color: rgb(201,126,66); }

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

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

 span { border-color: rgb(201,126,66); }

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