#C7843C

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

Shades of Peru #C7843C

Tints of Peru #C7843C

Color information

#C7843C (or 0xC7843C) is unknown color: approx Peru. HEX triplet: C7, 84 and 3C. RGB value is (199,132,60). Sum of RGB (Red+Green+Blue) = 199+132+60=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7843C is #387BC3. Grayscale: #909090. Windows color (decimal): -3701700 or 3966151. OLE color: 3966151.

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

Color convert

RGB19913260-
CMYK00.340.700.22
HSL31.08º55.38%50.78%-
HSV(B)31.08º69.85%78.04%-
XYZ32.6228.978.15-
YUV143.8280.7167.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.90%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 60 (23.83% from 255) = 15.35%
R=50.90%
G=33.76%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991326000.340.700.2231.0855.3850.78
HexC7843C02246161f3733
Octal3072047404210626376763
Binary1100011110000100111100010001010001101011011111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7843C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7843C; }

 p { color: rgb(199,132,60); }

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

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

 a { background-color: rgb(199,132,60); }

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

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

 span { border-color: rgb(199,132,60); }

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