COLOR #C2AF9B

HEX: #C2AF9B
RGB: (194,175,155)

Color info

#C2AF9B contains red, green and blue colors in about the same proportion. Web safe color of #C2AF9B is #CC9999 (or #C99).

RGB color model

#C2AF9B color RGB value is (194,175,155).

  • red value is 194;
  • green value is 175;
  • blue value is 155.
RGB:
(194,175,155)
(76%,69%,61%)

RGB channels and saturation

R 194 of 255 = 76%
G 175 of 255 = 69%
B 155 of 255 = 61%

194
175
155

R + G + B ~ 69%. #C2AF9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 175 + 155 = 524 (100%)
R 194 of 524 ~ 37.02%
G 175 of 524 ~ 33.4%
B 155 of 524 ~ 29.58%

%37.02
%33.4
%29.58

CMYK color model

#C2AF9B color CMYK value is (0,10,20,24).

  • cyan value is 0.00%
  • magenta value is 9.79%
  • yellow value is 20.10%
  • key color value is 23.92%
CMYK:
(0,10,20,24)
C0M10Y20K24 
(0%,10%,20%,24%)
(0.00/0.10/0.20/0.24)	

CMYK percentages

%0
%9.79
%20.1
%23.92

Codes

Color #C2AF9B in popluar color models

C2AF9B
RGB194175155
HSL31°24.22%68.43%
HSB/HSV31°20.10%76.08%
CMYK0.00%9.79%20.10%
23.92%

Color #C2AF9B in popluar number systems.

HEXC2AF9B
Decimal194175155
Binary110000101010111110011011
Octal302257233

Shades and tints

Shades of #C2AF9B

#C2AF9B
(194,175,155)
#B1A08D
(177,160,141)
#A0917F
(160,145,127)
#8F8271
(143,130,113)
#7E7363
(126,115,99)
#6D6455
(109,100,85)
#5C5547
(92,85,71)
#4B4639
(75,70,57)
#3A372B
(58,55,43)
#29281D
(41,40,29)
#18190F
(24,25,15)
#000000
(0,0,0)

Tints of #C2AF9B

#C2AF9B
(194,175,155)
#C7B6A4
(199,182,164)
#CCBDAD
(204,189,173)
#D1C4B6
(209,196,182)
#D6CBBF
(214,203,191)
#DBD2C8
(219,210,200)
#E0D9D1
(224,217,209)
#E5E0DA
(229,224,218)
#EAE7E3
(234,231,227)
#EFEEEC
(239,238,236)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AF9B color. Also use rgb(194,175,155) instead hex code.

Text Font Color

.myTextColor { color: #C2AF9B; }

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

This text font color is #C2AF9B.


Background Color

.myBgColor { background-color: #C2AF9B; }

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

This div background color is #C2AF9B.


Border color

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

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

This div border color is #C2AF9B.


Opacity

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

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

Text with #C2AF9B 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 #C2AF9B;}

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

This text has shadow with #C2AF9B color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C2AF9B;
-webkit-box-shadow: 1px 1px 3px 2px #C2AF9B;
box-shadow:1px 1px 3px 2px #C2AF9B;">
Div content here</div>
This div box has shadow with color #C2AF9B.

Preview

Color preview on black background

This text has color #C2AF9B on black background.


Color preview on white background

This text has color #C2AF9B on white background.



Black color preview on #C2AF9B background

This text has black color on #C2AF9B background.


White color preview on #C2AF9B background

This text has white color on #C2AF9B background.