#C88A4A

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

Shades of Peru #C88A4A

Tints of Peru #C88A4A

Color information

#C88A4A (or 0xC88A4A) is unknown color: approx Peru. HEX triplet: C8, 8A and 4A. RGB value is (200,138,74). Sum of RGB (Red+Green+Blue) = 200+138+74=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A4A is #3775B5. Grayscale: #959595. Windows color (decimal): -3634614 or 4885192. OLE color: 4885192.

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

Color convert

RGB20013874-
CMYK00.310.630.22
HSL30.48º53.39%53.73%-
HSV(B)30.48º63%78.43%-
XYZ34.1430.9510.65-
YUV149.2485.54164.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.54%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 74 (29.30% from 255) = 17.96%
R=48.54%
G=33.50%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001387400.310.630.2230.4853.3953.73
HexC88A4A01F3F161e3536
Octal3102121120377726366566
Binary110010001000101010010100111111111111011011110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88A4A; }

 p { color: rgb(200,138,74); }

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

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

 a { background-color: rgb(200,138,74); }

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

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

 span { border-color: rgb(200,138,74); }

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