Color Hex Logo

#c4979a Color Hex

#C4979A
(196,151,154)
0 Favorites   0 Comments

Color spaces of #c4979a

RGB 196151154
HSL0.990.280.68
HSV356°23°77°
CMYK 0.000.230.21   0.23
XYZ39.664336.202135.4690
Yxy36.20210.35630.3252
Hunter Lab60.168212.37717.1664
CIE-Lab66.674117.28964.9284

#c4979a color RGB value is (196,151,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010111 10011010
Octal 304 227 232
Decimal 196 151 154
Hex C4 97 9A

RGB Percentages of Color #c4979a

%39.12
%30.14
%30.74

CMYK Percentages of Color #c4979a

%0
%23
%21
%23

Triadic Colors of #c4979a

#c4979a #9ac497 #979ac4

Analogous Colors of #c4979a

#c4979a #c4ab97 #c497b1

Monochromatic Colors of #c4979a

#c4979a

Complementary Color

#c4979a #97c4c1

#c4979a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4979a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4979a Color CSS Codes

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

#c4979a Text Font Color

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

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


#c4979a Background Color

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

This div background color is #c4979a


#c4979a Border Color

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

This div border color is #c4979a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,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 #c4979a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4979a


Comments

No comments written yet.

Please login to write comment.