#C78248

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

Shades of Peru #C78248

Tints of Peru #C78248

Color information

#C78248 (or 0xC78248) is unknown color: approx Peru. HEX triplet: C7, 82 and 48. RGB value is (199,130,72). Sum of RGB (Red+Green+Blue) = 199+130+72=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C78248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78248 is #387DB7. Grayscale: #909090. Windows color (decimal): -3702200 or 4752071. OLE color: 4752071.

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

Color convert

RGB19913072-
CMYK00.350.640.22
HSL27.4º53.14%53.14%-
HSV(B)27.4º63.82%78.04%-
XYZ32.7128.589.92-
YUV144.0287.36167.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.63%
GREEN value IS 130 (51.17% from 255) = 32.42%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=49.63%
G=32.42%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991307200.350.640.2227.453.1453.14
HexC7824802340161b3535
Octal30720211004310026336565
Binary11000111100000101001000010001110000001011011011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78248; }

 p { color: rgb(199,130,72); }

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

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

 a { background-color: rgb(199,130,72); }

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

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

 span { border-color: rgb(199,130,72); }

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