Color Hex Logo

#c9829e Color Hex

#C9829E
(201,130,158)
0 Favorites   0 Comments

Color spaces of #c9829e

RGB 201130158
HSL0.930.400.65
HSV336°35°79°
CMYK 0.000.350.21   0.21
XYZ38.241630.851436.2871
Yxy30.85140.36290.2928
Hunter Lab55.544025.69370.1465
CIE-Lab62.382031.2680-3.5217

#c9829e color RGB value is (201,130,158).

#c9829e hex color red value is 201, green value is 130 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c9829e hue: 0.93 , saturation: 0.40 and the lightness value of c9829e is 0.65.

The process color (four color CMYK) of #c9829e color hex is 0.00, 0.35, 0.21, 0.21. Web safe color of #c9829e is #cc9999. Color #c9829e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000010 10011110
Octal 311 202 236
Decimal 201 130 158
Hex C9 82 9E

RGB Percentages of Color #c9829e

%41.10
%26.58
%32.31

CMYK Percentages of Color #c9829e

%0
%35
%21
%21

Triadic Colors of #c9829e

#c9829e #9ec982 #829ec9

Analogous Colors of #c9829e

#c9829e #c98a82 #c982c2

Monochromatic Colors of #c9829e

#c9829e

Complementary Color

#c9829e #82c9ad

#c9829e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9829e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9829e Color CSS Codes

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

#c9829e Text Font Color

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

This sample text font color is #c9829e
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.


#c9829e Background Color

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

This div background color is #c9829e


#c9829e Border Color

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

This div border color is #c9829e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9829e


Comments

No comments written yet.

Please login to write comment.