COLOR #CCC493

HEX: #CCC493
RGB: (204,196,147)

Color info

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

RGB color model

#CCC493 color RGB value is (204,196,147).

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

RGB channels and saturation

R 204 of 255 = 80%
G 196 of 255 = 77%
B 147 of 255 = 58%

204
196
147

R + G + B ~ 72%. #CCC493 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 196 + 147 = 547 (100%)
R 204 of 547 ~ 37.29%
G 196 of 547 ~ 35.83%
B 147 of 547 ~ 26.87%

%37.29
%35.83
%26.87

CMYK color model

#CCC493 color CMYK value is (0,4,28,20).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 27.94%
  • key color value is 20.00%
CMYK:
(0,4,28,20)
C0M4Y28K20 
(0%,4%,28%,20%)
(0.00/0.04/0.28/0.20)	

CMYK percentages

%0
%3.92
%27.94
%20

Codes

Color #CCC493 in popluar color models

CCC493
RGB204196147
HSL52°35.85%68.82%
HSB/HSV52°27.94%80.00%
CMYK0.00%3.92%27.94%
20.00%

Color #CCC493 in popluar number systems.

HEXCCC493
Decimal204196147
Binary110011001100010010010011
Octal314304223

Shades and tints

Shades of #CCC493

#CCC493
(204,196,147)
#BAB386
(186,179,134)
#A8A279
(168,162,121)
#96916C
(150,145,108)
#84805F
(132,128,95)
#726F52
(114,111,82)
#605E45
(96,94,69)
#4E4D38
(78,77,56)
#3C3C2B
(60,60,43)
#2A2B1E
(42,43,30)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #CCC493

#CCC493
(204,196,147)
#D0C99C
(208,201,156)
#D4CEA5
(212,206,165)
#D8D3AE
(216,211,174)
#DCD8B7
(220,216,183)
#E0DDC0
(224,221,192)
#E4E2C9
(228,226,201)
#E8E7D2
(232,231,210)
#ECECDB
(236,236,219)
#F0F1E4
(240,241,228)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC493; }

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

This text font color is #CCC493.


Background Color

.myBgColor { background-color: #CCC493; }

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

This div background color is #CCC493.


Border color

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

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

This div border color is #CCC493.


Opacity

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

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

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

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

This text has shadow with #CCC493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC493 on black background.


Color preview on white background

This text has color #CCC493 on white background.



Black color preview on #CCC493 background

This text has black color on #CCC493 background.


White color preview on #CCC493 background

This text has white color on #CCC493 background.