#C8864D

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

Shades of Peru #C8864D

Tints of Peru #C8864D

Color information

#C8864D (or 0xC8864D) is unknown color: approx Peru. HEX triplet: C8, 86 and 4D. RGB value is (200,134,77). Sum of RGB (Red+Green+Blue) = 200+134+77=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8864D is #3779B2. Grayscale: #939393. Windows color (decimal): -3635635 or 5080776. OLE color: 5080776.

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

Color convert

RGB20013477-
CMYK00.330.620.22
HSL27.8º52.79%54.31%-
HSV(B)27.8º61.5%78.43%-
XYZ33.6829.8711.01-
YUV147.2488.37165.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.66%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 77 (30.47% from 255) = 18.73%
R=48.66%
G=32.60%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001347700.330.620.2227.852.7954.31
HexC8864D0213E161c3536
Octal3102061150417626346566
Binary1100100010000110100110101000011111101011011100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8864D; }

 p { color: rgb(200,134,77); }

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

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

 a { background-color: rgb(200,134,77); }

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

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

 span { border-color: rgb(200,134,77); }

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