#C8894A

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

Shades of Peru #C8894A

Tints of Peru #C8894A

Color information

#C8894A (or 0xC8894A) is unknown color: approx Peru. HEX triplet: C8, 89 and 4A. RGB value is (200,137,74). Sum of RGB (Red+Green+Blue) = 200+137+74=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8894A is #3776B5. Grayscale: #949494. Windows color (decimal): -3634870 or 4884936. OLE color: 4884936.

HSL color Cylindrical-coordinate representation of color #C8894A: hue angle of 30º 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 #C8894A is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB20013774-
CMYK00.320.630.22
HSL30º53.39%53.73%-
HSV(B)30º63%78.43%-
XYZ3430.6710.61-
YUV148.6685.87164.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.66%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 18.00%
R=48.66%
G=33.33%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001377400.320.630.223053.3953.73
HexC8894A0203F161e3536
Octal3102111120407726366566
Binary1100100010001001100101001000001111111011011110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8894A; }

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

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

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

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

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

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

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

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