Color Hex Logo

#c9918f Color Hex

#C9918F
(201,145,143)
0 Favorites   0 Comments

Color spaces of #c9918f

RGB 201145143
HSL0.010.350.67
HSV29°79°
CMYK 0.000.280.29   0.21
XYZ39.170734.651530.6105
Yxy34.65150.37510.3318
Hunter Lab58.865515.764010.3746
CIE-Lab65.476420.89539.4579

#c9918f color RGB value is (201,145,143).

#c9918f hex color red value is 201, green value is 145 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c9918f hue: 0.01 , saturation: 0.35 and the lightness value of c9918f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010001 10001111
Octal 311 221 217
Decimal 201 145 143
Hex C9 91 8F

RGB Percentages of Color #c9918f

%41.10
%29.65
%29.24

CMYK Percentages of Color #c9918f

%0
%28
%29
%21

Triadic Colors of #c9918f

#c9918f #8fc991 #918fc9

Analogous Colors of #c9918f

#c9918f #c9ae8f #c98faa

Monochromatic Colors of #c9918f

#c9918f

Complementary Color

#c9918f #8fc7c9

#c9918f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9918f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9918f Color CSS Codes

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

#c9918f Text Font Color

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

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


#c9918f Background Color

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

This div background color is #c9918f


#c9918f Border Color

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

This div border color is #c9918f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9918f


Comments

No comments written yet.

Please login to write comment.