#C88542

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

Shades of Peru #C88542

Tints of Peru #C88542

Color information

#C88542 (or 0xC88542) is unknown color: approx Peru. HEX triplet: C8, 85 and 42. RGB value is (200,133,66). Sum of RGB (Red+Green+Blue) = 200+133+66=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C88542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88542 is #377ABD. Grayscale: #919191. Windows color (decimal): -3635902 or 4359624. OLE color: 4359624.

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

Color convert

RGB20013366-
CMYK00.340.670.22
HSL30º54.92%52.16%-
HSV(B)30º67%78.43%-
XYZ33.1929.459.09-
YUV145.3983.2166.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.13%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 16.54%
R=50.13%
G=33.33%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001336600.340.670.223054.9252.16
HexC8854202243161e3734
Octal31020510204210326366764
Binary11001000100001011000010010001010000111011011110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88542; }

 p { color: rgb(200,133,66); }

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

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

 a { background-color: rgb(200,133,66); }

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

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

 span { border-color: rgb(200,133,66); }

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