COLOR #CCC6A1

HEX: #CCC6A1 RGB: (204,198,161)

Color info

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

RGB color model

#CCC6A1 color RGB value is (204,198,161).

RGB: (204,198,161) (80%, 78%, 63%)

RGB channels and saturation

R 204 of 255 = 80%
G 198 of 255 = 78%
B 161 of 255 = 63%

204
198
161

R + G + B ~ 74%. #CCC6A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 198 + 161 = 563 (100%)
R 204 of 563 ~ 36.23%
G 198 of 563 ~ 35.17%
B 161 of 563 ~ 28.6'%

%36.23
%35.17
%28.6

CMYK color model

#CCC6A1 color CMYK value is (0,3,21,20).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 21.08%
  • key color value is 20.00%

CMYK: (0,3,21,20)
C0M3Y21K20 (0%, 3%, 21%, 20%)
(0.00 / 0.03 / 0.21 / 0.20)

CMYK percentages

%0
%2.94
%21.08
%20

Codes

Color #CCC6A1 in popluar color models

CC C6 A1
RGB 204 198 161
HSL 52° 29.66% 71.57%
HSB/HSV 52° 21.08% 80.00%
CMYK 0.00% 2.94% 21.08%
20.00%

Color #CCC6A1 in popluar number systems.

HEX CC C6 A1
Decimal 204 198 161
Binary 11001100 11000110 10100001
Octal 314 306 241

Shades and tints

Shades of #CCC6A1

#CCC6A1
(204,198,161)
#BAB493
(186,180,147)
#A8A285
(168,162,133)
#969077
(150,144,119)
#847E69
(132,126,105)
#726C5B
(114,108,91)
#605A4D
(96,90,77)
#4E483F
(78,72,63)
#3C3631
(60,54,49)
#2A2423
(42,36,35)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #CCC6A1

#CCC6A1
(204,198,161)
#D0CBA9
(208,203,169)
#D4D0B1
(212,208,177)
#D8D5B9
(216,213,185)
#DCDAC1
(220,218,193)
#E0DFC9
(224,223,201)
#E4E4D1
(228,228,209)
#E8E9D9
(232,233,217)
#ECEEE1
(236,238,225)
#F0F3E9
(240,243,233)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6A1; }

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

This text font color is #CCC6A1.

Background Color

.myBgColor { background-color: #CCC6A1; }

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

This div background color is #CCC6A1.

Border color

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

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

This div border color is #CCC6A1.

Opacity

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

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

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

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

This text has shadow with #CCC6A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC6A1.

Preview

Color preview on black background

This text has color #CCC6A1 on black background.


Color preview on white background

This text has color #CCC6A1 on white background.


Black color preview on #CCC6A1 background

This text has black color on #CCC6A1 background.


White color preview on #CCC6A1 background

This text has white color on #CCC6A1 background.


Related colors

Complementary color

Complementary color for #hex is #33395E.


I love getcolorcode.com

Triadic colors

1 #A1CCC6 and #C6A1CC with #CCC6A1 are triadic colors.

2 #A1C6CC and #C6CCA1 with #CCC6A1 are triadic colors.