Color Hex Logo

#c7969f Color Hex

#C7969F
(199,150,159)
1 Favorites   0 Comments

Color spaces of #c7969f

RGB 199150159
HSL0.970.300.68
HSV349°25°78°
CMYK 0.000.250.20   0.22
XYZ40.717536.458037.6919
Yxy36.45800.35450.3174
Hunter Lab60.380514.70555.2551
CIE-Lab66.868419.73012.4467

#c7969f color RGB value is (199,150,159).

#c7969f hex color red value is 199, green value is 150 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c7969f hue: 0.97 , saturation: 0.30 and the lightness value of c7969f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010110 10011111
Octal 307 226 237
Decimal 199 150 159
Hex C7 96 9F

RGB Percentages of Color #c7969f

%39.17
%29.53
%31.30

CMYK Percentages of Color #c7969f

%0
%25
%20
%22

Triadic Colors of #c7969f

#c7969f #9fc796 #969fc7

Analogous Colors of #c7969f

#c7969f #c7a696 #c796b8

Monochromatic Colors of #c7969f

#c7969f

Complementary Color

#c7969f #96c7be

#c7969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7969f Color CSS Codes

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

#c7969f Text Font Color

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

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


#c7969f Background Color

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

This div background color is #c7969f


#c7969f Border Color

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

This div border color is #c7969f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,150,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7969f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7969f;
  -webkit-box-shadow: 1px 1px 3px 2px #c7969f;
  box-shadow:         1px 1px 3px 2px #c7969f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,150,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7969f


Comments

No comments written yet.

Please login to write comment.