#C98A48

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

Shades of Peru #C98A48

Tints of Peru #C98A48

Color information

#C98A48 (or 0xC98A48) is unknown color: approx Peru. HEX triplet: C9, 8A and 48. RGB value is (201,138,72). Sum of RGB (Red+Green+Blue) = 201+138+72=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98A48 is #3675B7. Grayscale: #959595. Windows color (decimal): -3569080 or 4754121. OLE color: 4754121.

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

Color convert

RGB20113872-
CMYK00.310.640.21
HSL30.7º54.43%53.53%-
HSV(B)30.7º64.18%78.82%-
XYZ34.3531.0610.32-
YUV149.3184.37164.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.91%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 72 (28.52% from 255) = 17.52%
R=48.91%
G=33.58%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011387200.310.640.2130.754.4353.53
HexC98A4801F40151f3636
Octal31121211003710025376666
Binary1100100110001010100100001111110000001010111111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98A48; }

 p { color: rgb(201,138,72); }

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

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

 a { background-color: rgb(201,138,72); }

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

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

 span { border-color: rgb(201,138,72); }

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