Color Hex Logo

#c9728e Color Hex

#C9728E
(201,114,142)
0 Favorites   0 Comments

Color spaces of #c9728e

RGB 201114142
HSL0.950.450.62
HSV341°43°79°
CMYK 0.000.430.29   0.21
XYZ34.987226.405128.8439
Yxy26.40510.38770.2926
Hunter Lab51.385931.61032.6895
CIE-Lab58.419637.5645-0.1385

#c9728e color RGB value is (201,114,142).

#c9728e hex color red value is 201, green value is 114 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c9728e hue: 0.95 , saturation: 0.45 and the lightness value of c9728e is 0.62.

The process color (four color CMYK) of #c9728e color hex is 0.00, 0.43, 0.29, 0.21. Web safe color of #c9728e is #cc6699. Color #c9728e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 10001110
Octal 311 162 216
Decimal 201 114 142
Hex C9 72 8E

RGB Percentages of Color #c9728e

%43.98
%24.95
%31.07

CMYK Percentages of Color #c9728e

%0
%43
%29
%21

Triadic Colors of #c9728e

#c9728e #8ec972 #728ec9

Analogous Colors of #c9728e

#c9728e #c98272 #c972ba

Monochromatic Colors of #c9728e

#c9728e

Complementary Color

#c9728e #72c9ad

#c9728e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9728e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9728e Color CSS Codes

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

#c9728e Text Font Color

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

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


#c9728e Background Color

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

This div background color is #c9728e


#c9728e Border Color

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

This div border color is #c9728e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9728e


Comments

No comments written yet.

Please login to write comment.