Color Hex Logo

#c0969f Color Hex

#C0969F
(192,150,159)
0 Favorites   0 Comments

Color spaces of #c0969f

RGB 192150159
HSL0.960.250.67
HSV347°22°75°
CMYK 0.000.220.17   0.25
XYZ38.902635.522437.6070
Yxy35.52240.34720.3171
Hunter Lab59.600712.20954.3095
CIE-Lab66.153417.12661.3195

#c0969f color RGB value is (192,150,159).

#c0969f hex color red value is 192, green value is 150 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c0969f hue: 0.96 , saturation: 0.25 and the lightness value of c0969f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010110 10011111
Octal 300 226 237
Decimal 192 150 159
Hex C0 96 9F

RGB Percentages of Color #c0969f

%38.32
%29.94
%31.74

CMYK Percentages of Color #c0969f

%0
%22
%17
%25

Triadic Colors of #c0969f

#c0969f #9fc096 #969fc0

Analogous Colors of #c0969f

#c0969f #c0a296 #c096b4

Monochromatic Colors of #c0969f

#c0969f

Complementary Color

#c0969f #96c0b7

#c0969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0969f Color CSS Codes

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

#c0969f Text Font Color

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

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


#c0969f Background Color

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

This div background color is #c0969f


#c0969f Border Color

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

This div border color is #c0969f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0969f


Comments

No comments written yet.

Please login to write comment.