#C88A4B

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

Shades of Peru #C88A4B

Tints of Peru #C88A4B

Color information

#C88A4B (or 0xC88A4B) is unknown color: approx Peru. HEX triplet: C8, 8A and 4B. RGB value is (200,138,75). Sum of RGB (Red+Green+Blue) = 200+138+75=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A4B is #3775B4. Grayscale: #959595. Windows color (decimal): -3634613 or 4950728. OLE color: 4950728.

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

Color convert

RGB20013875-
CMYK00.310.620.22
HSL30.24º53.19%53.92%-
HSV(B)30.24º62.5%78.43%-
XYZ34.1830.9610.83-
YUV149.3686.04164.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.43%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 75 (29.69% from 255) = 18.16%
R=48.43%
G=33.41%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001387500.310.620.2230.2453.1953.92
HexC88A4B01F3E161e3536
Octal3102121130377626366566
Binary110010001000101010010110111111111101011011110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88A4B; }

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

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

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

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

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

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

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

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