Color Hex Logo

#c2676f Color Hex

#C2676F
(194,103,111)
0 Favorites   0 Comments

Color spaces of #c2676f

RGB 194103111
HSL0.990.430.58
HSV355°47°76°
CMYK 0.000.470.43   0.24
XYZ29.967622.317517.7672
Yxy22.31750.42780.3186
Hunter Lab47.241430.559110.7704
CIE-Lab54.362337.024212.0236

#c2676f color RGB value is (194,103,111).

#c2676f hex color red value is 194, green value is 103 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c2676f hue: 0.99 , saturation: 0.43 and the lightness value of c2676f is 0.58.

The process color (four color CMYK) of #c2676f color hex is 0.00, 0.47, 0.43, 0.24. Web safe color of #c2676f is #cc6666. Color #c2676f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100111 01101111
Octal 302 147 157
Decimal 194 103 111
Hex C2 67 6F

RGB Percentages of Color #c2676f

%47.55
%25.25
%27.21

CMYK Percentages of Color #c2676f

%0
%47
%43
%24

Triadic Colors of #c2676f

#c2676f #6fc267 #676fc2

Analogous Colors of #c2676f

#c2676f #c28d67 #c2679d

Monochromatic Colors of #c2676f

#c2676f

Complementary Color

#c2676f #67c2ba

#c2676f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2676f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2676f Color CSS Codes

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

#c2676f Text Font Color

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

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


#c2676f Background Color

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

This div background color is #c2676f


#c2676f Border Color

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

This div border color is #c2676f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,103,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2676f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2676f;
  -webkit-box-shadow: 1px 1px 3px 2px #c2676f;
  box-shadow:         1px 1px 3px 2px #c2676f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,103,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2676f


Comments

No comments written yet.

Please login to write comment.