#C88846

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

Shades of Peru #C88846

Tints of Peru #C88846

Color information

#C88846 (or 0xC88846) is unknown color: approx Peru. HEX triplet: C8, 88 and 46. RGB value is (200,136,70). Sum of RGB (Red+Green+Blue) = 200+136+70=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C88846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88846 is #3777B9. Grayscale: #939393. Windows color (decimal): -3635130 or 4622536. OLE color: 4622536.

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

Color convert

RGB20013670-
CMYK00.320.650.22
HSL30.46º54.17%52.94%-
HSV(B)30.46º65%78.43%-
XYZ33.7330.339.87-
YUV147.6184.2165.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.26%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 70 (27.73% from 255) = 17.24%
R=49.26%
G=33.50%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001367000.320.650.2230.4654.1752.94
HexC8884602041161e3635
Octal31021010604010126366665
Binary11001000100010001000110010000010000011011011110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88846; }

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

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

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

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

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

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

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

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