COLOR #CCC780

HEX: #CCC780
RGB: (204,199,128)

Color info

#CCC780 contains mainly red and green colors. Web safe color of #CCC780 is #CCCC66 (or #CC6).

RGB color model

#CCC780 color RGB value is (204,199,128).

  • red value is 204;
  • green value is 199;
  • blue value is 128.
RGB:
(204,199,128)
(80%,78%,50%)

RGB channels and saturation

R 204 of 255 = 80%
G 199 of 255 = 78%
B 128 of 255 = 50%

204
199
128

R + G + B ~ 69%. #CCC780 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 199 + 128 = 531 (100%)
R 204 of 531 ~ 38.42%
G 199 of 531 ~ 37.48%
B 128 of 531 ~ 24.11%

%38.42
%37.48
%24.11

CMYK color model

#CCC780 color CMYK value is (0,2,37,20).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 37.25%
  • key color value is 20.00%
CMYK:
(0,2,37,20)
C0M2Y37K20 
(0%,2%,37%,20%)
(0.00/0.02/0.37/0.20)	

CMYK percentages

%0
%2.45
%37.25
%20

Codes

Color #CCC780 in popluar color models

CCC780
RGB204199128
HSL56°42.70%65.10%
HSB/HSV56°37.25%80.00%
CMYK0.00%2.45%37.25%
20.00%

Color #CCC780 in popluar number systems.

HEXCCC780
Decimal204199128
Binary110011001100011110000000
Octal314307200

Shades and tints

Shades of #CCC780

#CCC780
(204,199,128)
#BAB575
(186,181,117)
#A8A36A
(168,163,106)
#96915F
(150,145,95)
#847F54
(132,127,84)
#726D49
(114,109,73)
#605B3E
(96,91,62)
#4E4933
(78,73,51)
#3C3728
(60,55,40)
#2A251D
(42,37,29)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #CCC780

#CCC780
(204,199,128)
#D0CC8B
(208,204,139)
#D4D196
(212,209,150)
#D8D6A1
(216,214,161)
#DCDBAC
(220,219,172)
#E0E0B7
(224,224,183)
#E4E5C2
(228,229,194)
#E8EACD
(232,234,205)
#ECEFD8
(236,239,216)
#F0F4E3
(240,244,227)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC780 color. Also use rgb(204,199,128) instead hex code.

Text Font Color

.myTextColor { color: #CCC780; }

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

This text font color is #CCC780.


Background Color

.myBgColor { background-color: #CCC780; }

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

This div background color is #CCC780.


Border color

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

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

This div border color is #CCC780.


Opacity

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

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

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

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

This text has shadow with #CCC780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC780 on black background.


Color preview on white background

This text has color #CCC780 on white background.



Black color preview on #CCC780 background

This text has black color on #CCC780 background.


White color preview on #CCC780 background

This text has white color on #CCC780 background.