Color Hex Logo

#c9486e Color Hex

#C9486E
(201,72,110)
0 Favorites   0 Comments

Color spaces of #c9486e

RGB 20172110
HSL0.950.540.54
HSV342°64°79°
CMYK 0.000.640.45   0.21
XYZ29.219218.178016.7205
Yxy18.17800.45570.2835
Hunter Lab42.635747.71776.5931
CIE-Lab49.711354.21476.1945

#c9486e color RGB value is (201,72,110).

#c9486e hex color red value is 201, green value is 72 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c9486e hue: 0.95 , saturation: 0.54 and the lightness value of c9486e is 0.54.

The process color (four color CMYK) of #c9486e color hex is 0.00, 0.64, 0.45, 0.21. Web safe color of #c9486e is #cc3366. Color #c9486e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001000 01101110
Octal 311 110 156
Decimal 201 72 110
Hex C9 48 6E

RGB Percentages of Color #c9486e

%52.48
%18.80
%28.72

CMYK Percentages of Color #c9486e

%0
%64
%45
%21

Triadic Colors of #c9486e

#c9486e #6ec948 #486ec9

Analogous Colors of #c9486e

#c9486e #c96348 #c948af

Monochromatic Colors of #c9486e

#c9486e

Complementary Color

#c9486e #48c9a3

#c9486e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9486e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9486e Color CSS Codes

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

#c9486e Text Font Color

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

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


#c9486e Background Color

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

This div background color is #c9486e


#c9486e Border Color

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

This div border color is #c9486e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9486e


Comments

No comments written yet.

Please login to write comment.