Color Hex Logo

#c9728d Color Hex

#C9728D
(201,114,141)
0 Favorites   0 Comments

Color spaces of #c9728d

RGB 201114141
HSL0.950.450.62
HSV341°43°79°
CMYK 0.000.430.30   0.21
XYZ34.912426.375228.4501
Yxy26.37520.38900.2939
Hunter Lab51.356831.47013.1049
CIE-Lab58.391537.43010.4002

#c9728d color RGB value is (201,114,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 10001101
Octal 311 162 215
Decimal 201 114 141
Hex C9 72 8D

RGB Percentages of Color #c9728d

%44.08
%25.00
%30.92

CMYK Percentages of Color #c9728d

%0
%43
%30
%21

Triadic Colors of #c9728d

#c9728d #8dc972 #728dc9

Analogous Colors of #c9728d

#c9728d #c98372 #c972b9

Monochromatic Colors of #c9728d

#c9728d

Complementary Color

#c9728d #72c9ae

#c9728d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9728d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9728d Color CSS Codes

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

#c9728d Text Font Color

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

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


#c9728d Background Color

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

This div background color is #c9728d


#c9728d Border Color

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

This div border color is #c9728d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9728d


Comments

No comments written yet.

Please login to write comment.