COLOR #CCA39C

HEX: #CCA39C RGB: (204,163,156)

Color info

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

RGB color model

#CCA39C color RGB value is (204,163,156).

RGB: (204,163,156) (80%, 64%, 61%)

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 156 of 255 = 61%

204
163
156

R + G + B ~ 68%. #CCA39C is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 163 + 156 = 523 (100%)
R 204 of 523 ~ 39.01%
G 163 of 523 ~ 31.17%
B 156 of 523 ~ 29.83'%

%39.01
%31.17
%29.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 23.53%
  • key color value is 20.00%

CMYK: (0,20,24,20)
C0M20Y24K20 (0%, 20%, 24%, 20%)
(0.00 / 0.20 / 0.24 / 0.20)

CMYK percentages

%0
%20.1
%23.53
%20

Codes

Color #CCA39C in popluar color models

CC A3 9C
RGB 204 163 156
HSL 32.00% 70.59%
HSB/HSV 23.53% 80.00%
CMYK 0.00% 20.10% 23.53%
20.00%

Color #CCA39C in popluar number systems.

HEX CC A3 9C
Decimal 204 163 156
Binary 11001100 10100011 10011100
Octal 314 243 234

Shades and tints

Shades of #CCA39C

#CCA39C
(204,163,156)
#BA958E
(186,149,142)
#A88780
(168,135,128)
#967972
(150,121,114)
#846B64
(132,107,100)
#725D56
(114,93,86)
#604F48
(96,79,72)
#4E413A
(78,65,58)
#3C332C
(60,51,44)
#2A251E
(42,37,30)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #CCA39C

#CCA39C
(204,163,156)
#D0ABA5
(208,171,165)
#D4B3AE
(212,179,174)
#D8BBB7
(216,187,183)
#DCC3C0
(220,195,192)
#E0CBC9
(224,203,201)
#E4D3D2
(228,211,210)
#E8DBDB
(232,219,219)
#ECE3E4
(236,227,228)
#F0EBED
(240,235,237)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA39C color. Also use rgb(204,163,156) instead hex code.

Text Font Color

.myTextColor { color: #CCA39C; }

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

This text font color is #CCA39C.

Background Color

.myBgColor { background-color: #CCA39C; }

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

This div background color is #CCA39C.

Border color

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

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

This div border color is #CCA39C.

Opacity

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

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

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

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

This text has shadow with #CCA39C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA39C.

Preview

Color preview on black background

This text has color #CCA39C on black background.


Color preview on white background

This text has color #CCA39C on white background.


Black color preview on #CCA39C background

This text has black color on #CCA39C background.


White color preview on #CCA39C background

This text has white color on #CCA39C background.


Related colors

Complementary color

Complementary color for #hex is #335C63.


I love getcolorcode.com

Triadic colors

1 #9CCCA3 and #A39CCC with #CCA39C are triadic colors.

2 #9CA3CC and #A3CC9C with #CCA39C are triadic colors.