#C98045

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

Shades of Peru #C98045

Tints of Peru #C98045

Color information

#C98045 (or 0xC98045) is unknown color: approx Peru. HEX triplet: C9, 80 and 45. RGB value is (201,128,69). Sum of RGB (Red+Green+Blue) = 201+128+69=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C98045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98045 is #367FBA. Grayscale: #8F8F8F. Windows color (decimal): -3571643 or 4554953. OLE color: 4554953.

HSL color Cylindrical-coordinate representation of color #C98045: hue angle of 26.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C98045 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB20112869-
CMYK00.360.660.21
HSL26.82º55%52.94%-
HSV(B)26.82º65.67%78.82%-
XYZ32.8828.299.36-
YUV143.186.18169.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.50%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 69 (27.34% from 255) = 17.34%
R=50.50%
G=32.16%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011286900.360.660.2126.825552.94
HexC9804502442151b3735
Octal31120010504410225336765
Binary11001001100000001000101010010010000101010111011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98045; }

 p { color: rgb(201,128,69); }

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

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

 a { background-color: rgb(201,128,69); }

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

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

 span { border-color: rgb(201,128,69); }

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