#C8884C

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

Shades of Peru #C8884C

Tints of Peru #C8884C

Color information

#C8884C (or 0xC8884C) is unknown color: approx Peru. HEX triplet: C8, 88 and 4C. RGB value is (200,136,76). Sum of RGB (Red+Green+Blue) = 200+136+76=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8884C is #3777B3. Grayscale: #949494. Windows color (decimal): -3635124 or 5015752. OLE color: 5015752.

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

Color convert

RGB20013676-
CMYK00.320.620.22
HSL29.03º52.99%54.12%-
HSV(B)29.03º62%78.43%-
XYZ33.9330.4110.92-
YUV148.387.2164.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.54%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 76 (30.08% from 255) = 18.45%
R=48.54%
G=33.01%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001367600.320.620.2229.0352.9954.12
HexC8884C0203E161d3536
Octal3102101140407626356566
Binary1100100010001000100110001000001111101011011101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8884C; }

 p { color: rgb(200,136,76); }

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

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

 a { background-color: rgb(200,136,76); }

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

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

 span { border-color: rgb(200,136,76); }

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