#C88246

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

Shades of Peru #C88246

Tints of Peru #C88246

Color information

#C88246 (or 0xC88246) is unknown color: approx Peru. HEX triplet: C8, 82 and 46. RGB value is (200,130,70). Sum of RGB (Red+Green+Blue) = 200+130+70=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C88246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88246 is #377DB9. Grayscale: #909090. Windows color (decimal): -3636666 or 4621000. OLE color: 4621000.

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

Color convert

RGB20013070-
CMYK00.350.650.22
HSL27.69º54.17%52.94%-
HSV(B)27.69º65%78.43%-
XYZ32.9128.699.6-
YUV144.0986.19167.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50%
GREEN value IS 130 (51.17% from 255) = 32.5%
BLUE value IS 70 (27.73% from 255) = 17.5%
R=50%
G=32.5%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001307000.350.650.2227.6954.1752.94
HexC8824602341161c3635
Octal31020210604310126346665
Binary11001000100000101000110010001110000011011011100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88246; }

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

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

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

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

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

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

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

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