COLOR #C2A099

HEX: #C2A099 RGB: (194,160,153)

Color info

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

RGB color model

#C2A099 color RGB value is (194,160,153).

RGB: (194,160,153) (76%, 63%, 60%)

RGB channels and saturation

R 194 of 255 = 76%
G 160 of 255 = 63%
B 153 of 255 = 60%

194
160
153

R + G + B ~ 66%. #C2A099 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 160 + 153 = 507 (100%)
R 194 of 507 ~ 38.26%
G 160 of 507 ~ 31.56%
B 153 of 507 ~ 30.18'%

%38.26
%31.56
%30.18

CMYK color model

#C2A099 color CMYK value is (0,18,21,24).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 21.13%
  • key color value is 23.92%
CMYK: (0,18,21,24) C0M18Y21K24 (0%,18%,21%,24%) (0.00/0.18/0.21/0.24) 

CMYK percentages

%0
%17.53
%21.13
%23.92

Codes

Color #C2A099 in popluar color models

C2 A0 99
RGB 194 160 153
HSL 10° 25.15% 68.04%
HSB/HSV 10° 21.13% 76.08%
CMYK 0.00% 17.53% 21.13%
23.92%

Color #C2A099 in popluar number systems.

HEX C2 A0 99
Decimal 194 160 153
Binary 11000010 10100000 10011001
Octal 302 240 231

Shades and tints

Shades of #C2A099

#C2A099
(194,160,153)
#B1928C
(177,146,140)
#A0847F
(160,132,127)
#8F7672
(143,118,114)
#7E6865
(126,104,101)
#6D5A58
(109,90,88)
#5C4C4B
(92,76,75)
#4B3E3E
(75,62,62)
#3A3031
(58,48,49)
#292224
(41,34,36)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #C2A099

#C2A099
(194,160,153)
#C7A8A2
(199,168,162)
#CCB0AB
(204,176,171)
#D1B8B4
(209,184,180)
#D6C0BD
(214,192,189)
#DBC8C6
(219,200,198)
#E0D0CF
(224,208,207)
#E5D8D8
(229,216,216)
#EAE0E1
(234,224,225)
#EFE8EA
(239,232,234)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A099 color. Also use rgb(194,160,153) instead hex code.

Text Font Color

.myTextColor { color: #C2A099; }

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

This text font color is #C2A099.

Background Color

.myBgColor { background-color: #C2A099; }

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

This div background color is #C2A099.

Border color

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

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

This div border color is #C2A099.

Opacity

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

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

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

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

This text has shadow with #C2A099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2A099.

Preview

Color preview on black background

This text has color #C2A099 on black background.


Color preview on white background

This text has color #C2A099 on white background.


Black color preview on #C2A099 background

This text has black color on #C2A099 background.


White color preview on #C2A099 background

This text has white color on #C2A099 background.


Related colors

Complementary color

Complementary color for #hex is #3D5F66.


I love getcolorcode.com

Triadic colors

1 #99C2A0 and #A099C2 with #C2A099 are triadic colors.

2 #99A0C2 and #A0C299 with #C2A099 are triadic colors.