#C8884A

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

Shades of Peru #C8884A

Tints of Peru #C8884A

Color information

#C8884A (or 0xC8884A) is unknown color: approx Peru. HEX triplet: C8, 88 and 4A. RGB value is (200,136,74). Sum of RGB (Red+Green+Blue) = 200+136+74=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8884A is #3777B5. Grayscale: #949494. Windows color (decimal): -3635126 or 4884680. OLE color: 4884680.

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

Color convert

RGB20013674-
CMYK00.320.630.22
HSL29.52º53.39%53.73%-
HSV(B)29.52º63%78.43%-
XYZ33.8630.3810.56-
YUV148.0786.2165.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.78%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 74 (29.30% from 255) = 18.05%
R=48.78%
G=33.17%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001367400.320.630.2229.5253.3953.73
HexC8884A0203F161e3536
Octal3102101120407726366566
Binary1100100010001000100101001000001111111011011110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8884A; }

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

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

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

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

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

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

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

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