COLOR #C6CAA1

HEX: #C6CAA1 RGB: (198,202,161)

Color info

#C6CAA1 contains red, green and blue colors in about the same proportion. Web safe color of #C6CAA1 is #CCCC99 (or #CC9).

RGB color model

#C6CAA1 color RGB value is (198,202,161).

RGB: (198,202,161) (78%, 79%, 63%)

RGB channels and saturation

R 198 of 255 = 78%
G 202 of 255 = 79%
B 161 of 255 = 63%

198
202
161

R + G + B ~ 73%. #C6CAA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 202 + 161 = 561 (100%)
R 198 of 561 ~ 35.29%
G 202 of 561 ~ 36.01%
B 161 of 561 ~ 28.7'%

%35.29
%36.01
%28.7

CMYK color model

#C6CAA1 color CMYK value is (2,0,20,21).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 20.30%
  • key color value is 20.78%

CMYK: (2,0,20,21)
C2M0Y20K21 (2%, 0%, 20%, 21%)
(0.02 / 0.00 / 0.20 / 0.21)

CMYK percentages

%1.98
%0
%20.3
%20.78

Codes

Color #C6CAA1 in popluar color models

C6 CA A1
RGB 198 202 161
HSL 66° 27.89% 71.18%
HSB/HSV 66° 20.30% 79.22%
CMYK 1.98% 0.00% 20.30%
20.78%

Color #C6CAA1 in popluar number systems.

HEX C6 CA A1
Decimal 198 202 161
Binary 11000110 11001010 10100001
Octal 306 312 241

Shades and tints

Shades of #C6CAA1

#C6CAA1
(198,202,161)
#B4B893
(180,184,147)
#A2A685
(162,166,133)
#909477
(144,148,119)
#7E8269
(126,130,105)
#6C705B
(108,112,91)
#5A5E4D
(90,94,77)
#484C3F
(72,76,63)
#363A31
(54,58,49)
#242823
(36,40,35)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #C6CAA1

#C6CAA1
(198,202,161)
#CBCEA9
(203,206,169)
#D0D2B1
(208,210,177)
#D5D6B9
(213,214,185)
#DADAC1
(218,218,193)
#DFDEC9
(223,222,201)
#E4E2D1
(228,226,209)
#E9E6D9
(233,230,217)
#EEEAE1
(238,234,225)
#F3EEE9
(243,238,233)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CAA1 color. Also use rgb(198,202,161) instead hex code.

Text Font Color

.myTextColor { color: #C6CAA1; }

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

This text font color is #C6CAA1.

Background Color

.myBgColor { background-color: #C6CAA1; }

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

This div background color is #C6CAA1.

Border color

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

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

This div border color is #C6CAA1.

Opacity

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

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

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

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

This text has shadow with #C6CAA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CAA1.

Preview

Color preview on black background

This text has color #C6CAA1 on black background.


Color preview on white background

This text has color #C6CAA1 on white background.


Black color preview on #C6CAA1 background

This text has black color on #C6CAA1 background.


White color preview on #C6CAA1 background

This text has white color on #C6CAA1 background.


Related colors

Complementary color

Complementary color for #hex is #39355E.


I love getcolorcode.com

Triadic colors

1 #A1C6CA and #CAA1C6 with #C6CAA1 are triadic colors.

2 #A1CAC6 and #CAC6A1 with #C6CAA1 are triadic colors.