#C88641

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

Shades of Peru #C88641

Tints of Peru #C88641

Color information

#C88641 (or 0xC88641) is unknown color: approx Peru. HEX triplet: C8, 86 and 41. RGB value is (200,134,65). Sum of RGB (Red+Green+Blue) = 200+134+65=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C88641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88641 is #3779BE. Grayscale: #929292. Windows color (decimal): -3635647 or 4294344. OLE color: 4294344.

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

Color convert

RGB20013465-
CMYK00.330.680.22
HSL30.67º55.1%51.96%-
HSV(B)30.67º67.5%78.43%-
XYZ33.329.718.98-
YUV145.8782.37166.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.13%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 65 (25.78% from 255) = 16.29%
R=50.13%
G=33.58%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001346500.330.680.2230.6755.151.96
HexC8864102144161f3734
Octal31020610104110426376764
Binary11001000100001101000001010000110001001011011111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88641; }

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

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

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

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

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

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

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

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