Color Hex Logo

#c1979a Color Hex

#C1979A
(193,151,154)
0 Favorites   0 Comments

Color spaces of #c1979a

RGB 193151154
HSL0.990.250.67
HSV356°22°76°
CMYK 0.000.220.20   0.24
XYZ38.891735.803835.4329
Yxy35.80380.35310.3251
Hunter Lab59.836311.30596.7760
CIE-Lab66.369716.15934.4504

#c1979a color RGB value is (193,151,154).

#c1979a hex color red value is 193, green value is 151 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c1979a hue: 0.99 , saturation: 0.25 and the lightness value of c1979a is 0.67.

The process color (four color CMYK) of #c1979a color hex is 0.00, 0.22, 0.20, 0.24. Web safe color of #c1979a is #cc9999. Color #c1979a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010111 10011010
Octal 301 227 232
Decimal 193 151 154
Hex C1 97 9A

RGB Percentages of Color #c1979a

%38.76
%30.32
%30.92

CMYK Percentages of Color #c1979a

%0
%22
%20
%24

Triadic Colors of #c1979a

#c1979a #9ac197 #979ac1

Analogous Colors of #c1979a

#c1979a #c1a997 #c197af

Monochromatic Colors of #c1979a

#c1979a

Complementary Color

#c1979a #97c1be

#c1979a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1979a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1979a Color CSS Codes

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

#c1979a Text Font Color

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

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


#c1979a Background Color

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

This div background color is #c1979a


#c1979a Border Color

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

This div border color is #c1979a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,151,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1979a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1979a;
  -webkit-box-shadow: 1px 1px 3px 2px #c1979a;
  box-shadow:         1px 1px 3px 2px #c1979a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,151,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1979a


Comments

No comments written yet.

Please login to write comment.