#C98B4B

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

Shades of Peru #C98B4B

Tints of Peru #C98B4B

Color information

#C98B4B (or 0xC98B4B) is unknown color: approx Peru. HEX triplet: C9, 8B and 4B. RGB value is (201,139,75). Sum of RGB (Red+Green+Blue) = 201+139+75=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98B4B is #3674B4. Grayscale: #969696. Windows color (decimal): -3568821 or 4950985. OLE color: 4950985.

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

Color convert

RGB20113975-
CMYK00.310.630.21
HSL30.48º53.85%54.12%-
HSV(B)30.48º62.69%78.82%-
XYZ34.5931.3910.89-
YUV150.2485.54164.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 75 (29.69% from 255) = 18.07%
R=48.43%
G=33.49%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011397500.310.630.2130.4853.8554.12
HexC98B4B01F3F151e3636
Octal3112131130377725366666
Binary110010011000101110010110111111111111010111110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98B4B; }

 p { color: rgb(201,139,75); }

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

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

 a { background-color: rgb(201,139,75); }

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

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

 span { border-color: rgb(201,139,75); }

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