COLOR #CCC49C

HEX: #CCC49C
RGB: (204,196,156)

Color info

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

RGB color model

#CCC49C color RGB value is (204,196,156).

  • red value is 204;
  • green value is 196;
  • blue value is 156.
RGB:
(204,196,156)
(80%,77%,61%)

RGB channels and saturation

R 204 of 255 = 80%
G 196 of 255 = 77%
B 156 of 255 = 61%

204
196
156

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

Portions of RGB colors in percentages

R + G + B =
204 + 196 + 156 = 556 (100%)
R 204 of 556 ~ 36.69%
G 196 of 556 ~ 35.25%
B 156 of 556 ~ 28.06%

%36.69
%35.25
%28.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 23.53%
  • key color value is 20.00%
CMYK:
(0,4,24,20)
C0M4Y24K20 
(0%,4%,24%,20%)
(0.00/0.04/0.24/0.20)	

CMYK percentages

%0
%3.92
%23.53
%20

Codes

Color #CCC49C in popluar color models

CCC49C
RGB204196156
HSL50°32.00%70.59%
HSB/HSV50°23.53%80.00%
CMYK0.00%3.92%23.53%
20.00%

Color #CCC49C in popluar number systems.

HEXCCC49C
Decimal204196156
Binary110011001100010010011100
Octal314304234

Shades and tints

Shades of #CCC49C

#CCC49C
(204,196,156)
#BAB38E
(186,179,142)
#A8A280
(168,162,128)
#969172
(150,145,114)
#848064
(132,128,100)
#726F56
(114,111,86)
#605E48
(96,94,72)
#4E4D3A
(78,77,58)
#3C3C2C
(60,60,44)
#2A2B1E
(42,43,30)
#181A10
(24,26,16)
#000000
(0,0,0)

Tints of #CCC49C

#CCC49C
(204,196,156)
#D0C9A5
(208,201,165)
#D4CEAE
(212,206,174)
#D8D3B7
(216,211,183)
#DCD8C0
(220,216,192)
#E0DDC9
(224,221,201)
#E4E2D2
(228,226,210)
#E8E7DB
(232,231,219)
#ECECE4
(236,236,228)
#F0F1ED
(240,241,237)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC49C; }

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

This text font color is #CCC49C.


Background Color

.myBgColor { background-color: #CCC49C; }

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

This div background color is #CCC49C.


Border color

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

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

This div border color is #CCC49C.


Opacity

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

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

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

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

This text has shadow with #CCC49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC49C on black background.


Color preview on white background

This text has color #CCC49C on white background.



Black color preview on #CCC49C background

This text has black color on #CCC49C background.


White color preview on #CCC49C background

This text has white color on #CCC49C background.