#C88347

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

Shades of Peru #C88347

Tints of Peru #C88347

Color information

#C88347 (or 0xC88347) is unknown color: approx Peru. HEX triplet: C8, 83 and 47. RGB value is (200,131,71). Sum of RGB (Red+Green+Blue) = 200+131+71=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C88347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88347 is #377CB8. Grayscale: #919191. Windows color (decimal): -3636409 or 4686792. OLE color: 4686792.

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

Color convert

RGB20013171-
CMYK00.340.640.22
HSL27.91º53.97%53.14%-
HSV(B)27.91º64.5%78.43%-
XYZ33.0728.979.81-
YUV144.7986.36167.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.75%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 71 (28.12% from 255) = 17.66%
R=49.75%
G=32.59%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001317100.340.640.2227.9153.9753.14
HexC8834702240161c3635
Octal31020310704210026346665
Binary11001000100000111000111010001010000001011011100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88347; }

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

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

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

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

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

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

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

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