#C88644

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

Shades of Peru #C88644

Tints of Peru #C88644

Color information

#C88644 (or 0xC88644) is unknown color: approx Peru. HEX triplet: C8, 86 and 44. RGB value is (200,134,68). Sum of RGB (Red+Green+Blue) = 200+134+68=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C88644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88644 is #3779BB. Grayscale: #929292. Windows color (decimal): -3635644 or 4490952. OLE color: 4490952.

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

Color convert

RGB20013468-
CMYK00.330.660.22
HSL30º54.55%52.55%-
HSV(B)30º66%78.43%-
XYZ33.3929.759.45-
YUV146.2183.87166.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.75%
GREEN value IS 134 (52.73% from 255) = 33.33%
BLUE value IS 68 (26.95% from 255) = 16.92%
R=49.75%
G=33.33%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001346800.330.660.223054.5552.55
HexC8864402142161e3735
Octal31020610404110226366765
Binary11001000100001101000100010000110000101011011110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88644; }

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

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

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

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

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

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

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

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