#C88247

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

Shades of Peru #C88247

Tints of Peru #C88247

Color information

#C88247 (or 0xC88247) is unknown color: approx Peru. HEX triplet: C8, 82 and 47. RGB value is (200,130,71). Sum of RGB (Red+Green+Blue) = 200+130+71=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C88247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88247 is #377DB8. Grayscale: #909090. Windows color (decimal): -3636665 or 4686536. OLE color: 4686536.

HSL color Cylindrical-coordinate representation of color #C88247: hue angle of 27.44º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C88247 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB20013071-
CMYK00.350.640.22
HSL27.44º53.97%53.14%-
HSV(B)27.44º64.5%78.43%-
XYZ32.9428.79.76-
YUV144.286.69167.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.88%
GREEN value IS 130 (51.17% from 255) = 32.42%
BLUE value IS 71 (28.12% from 255) = 17.71%
R=49.88%
G=32.42%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001307100.350.640.2227.4453.9753.14
HexC8824702340161b3635
Octal31020210704310026336665
Binary11001000100000101000111010001110000001011011011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88247; }

 p { color: rgb(200,130,71); }

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

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

 a { background-color: rgb(200,130,71); }

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

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

 span { border-color: rgb(200,130,71); }

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