COLOR #CCC785

HEX: #CCC785
RGB: (204,199,133)

Color info

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

RGB color model

#CCC785 color RGB value is (204,199,133).

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

RGB channels and saturation

R 204 of 255 = 80%
G 199 of 255 = 78%
B 133 of 255 = 52%

204
199
133

R + G + B ~ 70%. #CCC785 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 199 + 133 = 536 (100%)
R 204 of 536 ~ 38.06%
G 199 of 536 ~ 37.13%
B 133 of 536 ~ 24.81%

%38.06
%37.13
%24.81

CMYK color model

#CCC785 color CMYK value is (0,2,35,20).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 34.80%
  • key color value is 20.00%
CMYK:
(0,2,35,20)
C0M2Y35K20 
(0%,2%,35%,20%)
(0.00/0.02/0.35/0.20)	

CMYK percentages

%0
%2.45
%34.8
%20

Codes

Color #CCC785 in popluar color models

CCC785
RGB204199133
HSL56°41.04%66.08%
HSB/HSV56°34.80%80.00%
CMYK0.00%2.45%34.80%
20.00%

Color #CCC785 in popluar number systems.

HEXCCC785
Decimal204199133
Binary110011001100011110000101
Octal314307205

Shades and tints

Shades of #CCC785

#CCC785
(204,199,133)
#BAB579
(186,181,121)
#A8A36D
(168,163,109)
#969161
(150,145,97)
#847F55
(132,127,85)
#726D49
(114,109,73)
#605B3D
(96,91,61)
#4E4931
(78,73,49)
#3C3725
(60,55,37)
#2A2519
(42,37,25)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #CCC785

#CCC785
(204,199,133)
#D0CC90
(208,204,144)
#D4D19B
(212,209,155)
#D8D6A6
(216,214,166)
#DCDBB1
(220,219,177)
#E0E0BC
(224,224,188)
#E4E5C7
(228,229,199)
#E8EAD2
(232,234,210)
#ECEFDD
(236,239,221)
#F0F4E8
(240,244,232)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC785; }

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

This text font color is #CCC785.


Background Color

.myBgColor { background-color: #CCC785; }

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

This div background color is #CCC785.


Border color

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

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

This div border color is #CCC785.


Opacity

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

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

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

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

This text has shadow with #CCC785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC785 on black background.


Color preview on white background

This text has color #CCC785 on white background.



Black color preview on #CCC785 background

This text has black color on #CCC785 background.


White color preview on #CCC785 background

This text has white color on #CCC785 background.