COLOR #C2696B

HEX: #C2696B RGB: (194,105,107)

Color info

#C2696B contains mainly red color. Web safe color of #C2696B is #CC6666 (or #C66).

RGB color model

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

RGB: (194,105,107) (76%, 41%, 42%)

RGB channels and saturation

R 194 of 255 = 76%
G 105 of 255 = 41%
B 107 of 255 = 42%

194
105
107

R + G + B ~ 53%. #C2696B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 194 + 105 + 107 = 406 (100%)
R 194 of 406 ~ 47.78%
G 105 of 406 ~ 25.86%
B 107 of 406 ~ 26.35'%

%47.78
%25.86
%26.35

CMYK color model

#C2696B color CMYK value is (0,46,45,24).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 44.85%
  • key color value is 23.92%

CMYK: (0,46,45,24)
C0M46Y45K24 (0%, 46%, 45%, 24%)
(0.00 / 0.46 / 0.45 / 0.24)

CMYK percentages

%0
%45.88
%44.85
%23.92

Codes

Color #C2696B in popluar color models

C2 69 6B
RGB 194 105 107
HSL 359° 42.18% 58.63%
HSB/HSV 359° 45.88% 76.08%
CMYK 0.00% 45.88% 44.85%
23.92%

Color #C2696B in popluar number systems.

HEX C2 69 6B
Decimal 194 105 107
Binary 11000010 1101001 1101011
Octal 302 151 153

Shades and tints

Shades of #C2696B

#C2696B
(194,105,107)
#B16062
(177,96,98)
#A05759
(160,87,89)
#8F4E50
(143,78,80)
#7E4547
(126,69,71)
#6D3C3E
(109,60,62)
#5C3335
(92,51,53)
#4B2A2C
(75,42,44)
#3A2123
(58,33,35)
#29181A
(41,24,26)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #C2696B

#C2696B
(194,105,107)
#C77678
(199,118,120)
#CC8385
(204,131,133)
#D19092
(209,144,146)
#D69D9F
(214,157,159)
#DBAAAC
(219,170,172)
#E0B7B9
(224,183,185)
#E5C4C6
(229,196,198)
#EAD1D3
(234,209,211)
#EFDEE0
(239,222,224)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2696B color. Also use rgb(194,105,107) instead hex code.

Text Font Color

.myTextColor { color: #C2696B; }

<p style="color:#C2696B">This sample text font color is #C2696B.</p>

This text font color is #C2696B.

Background Color

.myBgColor { background-color: #C2696B; }

<div style="background-color:#C2696B">Inner text</div>

This div background color is #C2696B.

Border color

.myBorderColor { border: 1px solid #C2696B; }

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

This div border color is #C2696B.

Opacity

.myOpacity80 { color: #C2696B; opacity: 0.8; }

<p style="color:#C2696B;opacity:0.8;">80%</p>

Text with #C2696B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C2696B;}

<p style="text-shadow: 3px 3px 1px #C2696B">Text here.</p>

This text has shadow with #C2696B color.


.textShadow {text-shadow: 3px 3px 1px #C2696B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C2696B, 5px 5px 20px red">Text here.</p>

This text has shadow with #C2696B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C2696B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C2696B, Direction=45, Strength=4)">Text</p>

This text has shadow with #C2696B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C2696B;
-webkit-box-shadow: 1px 1px 3px 2px #C2696B;
box-shadow: 1px 1px 3px 2px #C2696B;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #C2696B on black background.


Color preview on white background

This text has color #C2696B on white background.


Black color preview on #C2696B background

This text has black color on #C2696B background.


White color preview on #C2696B background

This text has white color on #C2696B background.


Related colors

Complementary color

Complementary color for #hex is #3D9694.


I love getcolorcode.com

Triadic colors

1 #6BC269 and #696BC2 with #C2696B are triadic colors.

2 #6B69C2 and #69C26B with #C2696B are triadic colors.