#C9894B

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

Shades of Peru #C9894B

Tints of Peru #C9894B

Color information

#C9894B (or 0xC9894B) is unknown color: approx Peru. HEX triplet: C9, 89 and 4B. RGB value is (201,137,75). Sum of RGB (Red+Green+Blue) = 201+137+75=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9894B is #3676B4. Grayscale: #959595. Windows color (decimal): -3569333 or 4950473. OLE color: 4950473.

HSL color Cylindrical-coordinate representation of color #C9894B: hue angle of 29.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9894B is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20113775-
CMYK00.320.630.21
HSL29.52º53.85%54.12%-
HSV(B)29.52º62.69%78.82%-
XYZ34.330.8210.8-
YUV149.0786.2165.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 75 (29.69% from 255) = 18.16%
R=48.67%
G=33.17%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011377500.320.630.2129.5253.8554.12
HexC9894B0203F151e3636
Octal3112111130407725366666
Binary1100100110001001100101101000001111111010111110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9894B; }

 p { color: rgb(201,137,75); }

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

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

 a { background-color: rgb(201,137,75); }

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

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

 span { border-color: rgb(201,137,75); }

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