COLOR #CCC16E

HEX: #CCC16E
RGB: (204,193,110)

Color info

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

RGB color model

#CCC16E color RGB value is (204,193,110).

  • red value is 204;
  • green value is 193;
  • blue value is 110.
RGB:
(204,193,110)
(80%,76%,43%)

RGB channels and saturation

R 204 of 255 = 80%
G 193 of 255 = 76%
B 110 of 255 = 43%

204
193
110

R + G + B ~ 66%. #CCC16E is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 193 + 110 = 507 (100%)
R 204 of 507 ~ 40.24%
G 193 of 507 ~ 38.07%
B 110 of 507 ~ 21.7%

%40.24
%38.07
%21.7

CMYK color model

#CCC16E color CMYK value is (0,5,46,20).

  • cyan value is 0.00%
  • magenta value is 5.39%
  • yellow value is 46.08%
  • key color value is 20.00%
CMYK:
(0,5,46,20)
C0M5Y46K20 
(0%,5%,46%,20%)
(0.00/0.05/0.46/0.20)	

CMYK percentages

%0
%5.39
%46.08
%20

Codes

Color #CCC16E in popluar color models

CCC16E
RGB204193110
HSL53°47.96%61.57%
HSB/HSV53°46.08%80.00%
CMYK0.00%5.39%46.08%
20.00%

Color #CCC16E in popluar number systems.

HEXCCC16E
Decimal204193110
Binary11001100110000011101110
Octal314301156

Shades and tints

Shades of #CCC16E

#CCC16E
(204,193,110)
#BAB064
(186,176,100)
#A89F5A
(168,159,90)
#968E50
(150,142,80)
#847D46
(132,125,70)
#726C3C
(114,108,60)
#605B32
(96,91,50)
#4E4A28
(78,74,40)
#3C391E
(60,57,30)
#2A2814
(42,40,20)
#18170A
(24,23,10)
#000000
(0,0,0)

Tints of #CCC16E

#CCC16E
(204,193,110)
#D0C67B
(208,198,123)
#D4CB88
(212,203,136)
#D8D095
(216,208,149)
#DCD5A2
(220,213,162)
#E0DAAF
(224,218,175)
#E4DFBC
(228,223,188)
#E8E4C9
(232,228,201)
#ECE9D6
(236,233,214)
#F0EEE3
(240,238,227)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC16E color. Also use rgb(204,193,110) instead hex code.

Text Font Color

.myTextColor { color: #CCC16E; }

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

This text font color is #CCC16E.


Background Color

.myBgColor { background-color: #CCC16E; }

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

This div background color is #CCC16E.


Border color

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

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

This div border color is #CCC16E.


Opacity

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

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

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

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

This text has shadow with #CCC16E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC16E on black background.


Color preview on white background

This text has color #CCC16E on white background.



Black color preview on #CCC16E background

This text has black color on #CCC16E background.


White color preview on #CCC16E background

This text has white color on #CCC16E background.