COLOR #CCC490

HEX: #CCC490
RGB: (204,196,144)

Color info

#CCC490 contains mainly red and green colors. Web safe color of #CCC490 is #CCCC99 (or #CC9).

RGB color model

#CCC490 color RGB value is (204,196,144).

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

RGB channels and saturation

R 204 of 255 = 80%
G 196 of 255 = 77%
B 144 of 255 = 56%

204
196
144

R + G + B ~ 71%. #CCC490 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 196 + 144 = 544 (100%)
R 204 of 544 ~ 37.5%
G 196 of 544 ~ 36.03%
B 144 of 544 ~ 26.47%

%37.5
%36.03
%26.47

CMYK color model

#CCC490 color CMYK value is (0,4,29,20).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 29.41%
  • key color value is 20.00%
CMYK:
(0,4,29,20)
C0M4Y29K20 
(0%,4%,29%,20%)
(0.00/0.04/0.29/0.20)	

CMYK percentages

%0
%3.92
%29.41
%20

Codes

Color #CCC490 in popluar color models

CCC490
RGB204196144
HSL52°37.04%68.24%
HSB/HSV52°29.41%80.00%
CMYK0.00%3.92%29.41%
20.00%

Color #CCC490 in popluar number systems.

HEXCCC490
Decimal204196144
Binary110011001100010010010000
Octal314304220

Shades and tints

Shades of #CCC490

#CCC490
(204,196,144)
#BAB383
(186,179,131)
#A8A276
(168,162,118)
#969169
(150,145,105)
#84805C
(132,128,92)
#726F4F
(114,111,79)
#605E42
(96,94,66)
#4E4D35
(78,77,53)
#3C3C28
(60,60,40)
#2A2B1B
(42,43,27)
#181A0E
(24,26,14)
#000000
(0,0,0)

Tints of #CCC490

#CCC490
(204,196,144)
#D0C99A
(208,201,154)
#D4CEA4
(212,206,164)
#D8D3AE
(216,211,174)
#DCD8B8
(220,216,184)
#E0DDC2
(224,221,194)
#E4E2CC
(228,226,204)
#E8E7D6
(232,231,214)
#ECECE0
(236,236,224)
#F0F1EA
(240,241,234)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC490; }

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

This text font color is #CCC490.


Background Color

.myBgColor { background-color: #CCC490; }

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

This div background color is #CCC490.


Border color

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

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

This div border color is #CCC490.


Opacity

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

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

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

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

This text has shadow with #CCC490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC490 on black background.


Color preview on white background

This text has color #CCC490 on white background.



Black color preview on #CCC490 background

This text has black color on #CCC490 background.


White color preview on #CCC490 background

This text has white color on #CCC490 background.