COLOR #CCC6A5

HEX: #CCC6A5 RGB: (204,198,165)

Color info

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

RGB color model

#CCC6A5 color RGB value is (204,198,165).

RGB: (204,198,165) (80%, 78%, 65%)

RGB channels and saturation

R 204 of 255 = 80%
G 198 of 255 = 78%
B 165 of 255 = 65%

204
198
165

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

Portions of RGB colors in percentages

R + G + B = 204 + 198 + 165 = 567 (100%)
R 204 of 567 ~ 35.98%
G 198 of 567 ~ 34.92%
B 165 of 567 ~ 29.1'%

%35.98
%34.92
%29.1

CMYK color model

#CCC6A5 color CMYK value is (0,3,19,20).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 19.12%
  • key color value is 20.00%
CMYK: (0,3,19,20) C0M3Y19K20 (0%,3%,19%,20%) (0.00/0.03/0.19/0.20) 

CMYK percentages

%0
%2.94
%19.12
%20

Codes

Color #CCC6A5 in popluar color models

CC C6 A5
RGB 204 198 165
HSL 51° 27.66% 72.35%
HSB/HSV 51° 19.12% 80.00%
CMYK 0.00% 2.94% 19.12%
20.00%

Color #CCC6A5 in popluar number systems.

HEX CC C6 A5
Decimal 204 198 165
Binary 11001100 11000110 10100101
Octal 314 306 245

Shades and tints

Shades of #CCC6A5

#CCC6A5
(204,198,165)
#BAB496
(186,180,150)
#A8A287
(168,162,135)
#969078
(150,144,120)
#847E69
(132,126,105)
#726C5A
(114,108,90)
#605A4B
(96,90,75)
#4E483C
(78,72,60)
#3C362D
(60,54,45)
#2A241E
(42,36,30)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #CCC6A5

#CCC6A5
(204,198,165)
#D0CBAD
(208,203,173)
#D4D0B5
(212,208,181)
#D8D5BD
(216,213,189)
#DCDAC5
(220,218,197)
#E0DFCD
(224,223,205)
#E4E4D5
(228,228,213)
#E8E9DD
(232,233,221)
#ECEEE5
(236,238,229)
#F0F3ED
(240,243,237)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6A5; }

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

This text font color is #CCC6A5.

Background Color

.myBgColor { background-color: #CCC6A5; }

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

This div background color is #CCC6A5.

Border color

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

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

This div border color is #CCC6A5.

Opacity

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

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

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

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

This text has shadow with #CCC6A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC6A5.

Preview

Color preview on black background

This text has color #CCC6A5 on black background.


Color preview on white background

This text has color #CCC6A5 on white background.


Black color preview on #CCC6A5 background

This text has black color on #CCC6A5 background.


White color preview on #CCC6A5 background

This text has white color on #CCC6A5 background.


Related colors

Complementary color

Complementary color for #hex is #33395A.


I love getcolorcode.com

Triadic colors

1 #A5CCC6 and #C6A5CC with #CCC6A5 are triadic colors.

2 #A5C6CC and #C6CCA5 with #CCC6A5 are triadic colors.