#C8813E

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

Shades of Peru #C8813E

Tints of Peru #C8813E

Color information

#C8813E (or 0xC8813E) is unknown color: approx Peru. HEX triplet: C8, 81 and 3E. RGB value is (200,129,62). Sum of RGB (Red+Green+Blue) = 200+129+62=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8813E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8813E is #377EC1. Grayscale: #8E8E8E. Windows color (decimal): -3636930 or 4096456. OLE color: 4096456.

HSL color Cylindrical-coordinate representation of color #C8813E: hue angle of 29.13º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8813E is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB20012962-
CMYK00.360.690.22
HSL29.13º55.65%51.37%-
HSV(B)29.13º69%78.43%-
XYZ32.5428.338.31-
YUV142.5982.52168.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.15%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 62 (24.61% from 255) = 15.86%
R=51.15%
G=32.99%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001296200.360.690.2229.1355.6551.37
HexC8813E02445161d3833
Octal3102017604410526357063
Binary1100100010000001111110010010010001011011011101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8813E; }

 p { color: rgb(200,129,62); }

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

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

 a { background-color: rgb(200,129,62); }

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

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

 span { border-color: rgb(200,129,62); }

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