Color Hex Logo

#c98d79 Color Hex

#C98D79
(201,141,121)
0 Favorites   0 Comments

Color spaces of #c98d79

RGB 201141121
HSL0.040.430.63
HSV15°40°79°
CMYK 0.000.300.40   0.21
XYZ37.063532.847722.4760
Yxy32.84770.40120.3555
Hunter Lab57.312915.136016.8677
CIE-Lab64.037420.302519.7958

#c98d79 color RGB value is (201,141,121).

#c98d79 hex color red value is 201, green value is 141 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #c98d79 hue: 0.04 , saturation: 0.43 and the lightness value of c98d79 is 0.63.

The process color (four color CMYK) of #c98d79 color hex is 0.00, 0.30, 0.40, 0.21. Web safe color of #c98d79 is #cc9966. Color #c98d79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001101 01111001
Octal 311 215 171
Decimal 201 141 121
Hex C9 8D 79

RGB Percentages of Color #c98d79

%43.41
%30.45
%26.13

CMYK Percentages of Color #c98d79

%0
%30
%40
%21

Triadic Colors of #c98d79

#c98d79 #79c98d #8d79c9

Analogous Colors of #c98d79

#c98d79 #c9b579 #c9798d

Monochromatic Colors of #c98d79

#c98d79

Complementary Color

#c98d79 #79b5c9

#c98d79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98d79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98d79 Color CSS Codes

.mybgcolor {background-color:#c98d79; } 
.myforecolor {color:#c98d79; }
.mybordercolor {border:3px solid #c98d79; }

#c98d79 Text Font Color

<p style="color:#c98d79">Text here</p>

This sample text font color is #c98d79
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c98d79 Background Color

<div style="background-color:#c98d79">
Div content here</div>

This div background color is #c98d79


#c98d79 Border Color

<div style="border:3px solid #c98d79">
Div here</div>

This div border color is #c98d79


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,141,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c98d79; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c98d79;
  -webkit-box-shadow: 1px 1px 3px 2px #c98d79;
  box-shadow:         1px 1px 3px 2px #c98d79; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,141,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c98d79">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c98d79;
  -webkit-box-shadow: 1px 1px 3px 2px #c98d79;
  box-shadow:         1px 1px 3px 2px #c98d79;">
Div content here</div>

This div box has shadow with color #c98d79


Comments

No comments written yet.

Please login to write comment.