Color Hex Logo

#c2696b Color Hex

#C2696B
(194,105,107)
0 Favorites   0 Comments

Color spaces of #c2696b

RGB 194105107
HSL1.000.420.59
HSV359°46°76°
CMYK 0.000.460.45   0.24
XYZ29.953622.634016.7000
Yxy22.63400.43230.3267
Hunter Lab47.575229.127912.4905
CIE-Lab54.693335.544214.8280

#c2696b color RGB value is (194,105,107).

#c2696b hex color red value is 194, green value is 105 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c2696b hue: 1.00 , saturation: 0.42 and the lightness value of c2696b is 0.59.

The process color (four color CMYK) of #c2696b color hex is 0.00, 0.46, 0.45, 0.24. Web safe color of #c2696b is #cc6666. Color #c2696b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101001 01101011
Octal 302 151 153
Decimal 194 105 107
Hex C2 69 6B

RGB Percentages of Color #c2696b

%47.78
%25.86
%26.35

CMYK Percentages of Color #c2696b

%0
%46
%45
%24

Triadic Colors of #c2696b

#c2696b #6bc269 #696bc2

Analogous Colors of #c2696b

#c2696b #c29469 #c26998

Monochromatic Colors of #c2696b

#c2696b

Complementary Color

#c2696b #69c2c0

#c2696b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2696b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2696b Color CSS Codes

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

#c2696b Text Font Color

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

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


#c2696b Background Color

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

This div background color is #c2696b


#c2696b Border Color

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

This div border color is #c2696b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2696b


Comments

No comments written yet.

Please login to write comment.