COLOR #CCC277

HEX: #CCC277 RGB: (204,194,119)

Color info

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

RGB color model

#CCC277 color RGB value is (204,194,119).

RGB: (204,194,119) (80%, 76%, 47%)

RGB channels and saturation

R 204 of 255 = 80%
G 194 of 255 = 76%
B 119 of 255 = 47%

204
194
119

R + G + B ~ 68%. #CCC277 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 194 + 119 = 517 (100%)
R 204 of 517 ~ 39.46%
G 194 of 517 ~ 37.52%
B 119 of 517 ~ 23.02'%

%39.46
%37.52
%23.02

CMYK color model

#CCC277 color CMYK value is (0,5,42,20).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 41.67%
  • key color value is 20.00%

CMYK: (0,5,42,20)
C0M5Y42K20 (0%, 5%, 42%, 20%)
(0.00 / 0.05 / 0.42 / 0.20)

CMYK percentages

%0
%4.9
%41.67
%20

Codes

Color #CCC277 in popluar color models

CC C2 77
RGB 204 194 119
HSL 53° 45.45% 63.33%
HSB/HSV 53° 41.67% 80.00%
CMYK 0.00% 4.90% 41.67%
20.00%

Color #CCC277 in popluar number systems.

HEX CC C2 77
Decimal 204 194 119
Binary 11001100 11000010 1110111
Octal 314 302 167

Shades and tints

Shades of #CCC277

#CCC277
(204,194,119)
#BAB16D
(186,177,109)
#A8A063
(168,160,99)
#968F59
(150,143,89)
#847E4F
(132,126,79)
#726D45
(114,109,69)
#605C3B
(96,92,59)
#4E4B31
(78,75,49)
#3C3A27
(60,58,39)
#2A291D
(42,41,29)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #CCC277

#CCC277
(204,194,119)
#D0C783
(208,199,131)
#D4CC8F
(212,204,143)
#D8D19B
(216,209,155)
#DCD6A7
(220,214,167)
#E0DBB3
(224,219,179)
#E4E0BF
(228,224,191)
#E8E5CB
(232,229,203)
#ECEAD7
(236,234,215)
#F0EFE3
(240,239,227)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC277 color. Also use rgb(204,194,119) instead hex code.

Text Font Color

.myTextColor { color: #CCC277; }

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

This text font color is #CCC277.

Background Color

.myBgColor { background-color: #CCC277; }

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

This div background color is #CCC277.

Border color

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

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

This div border color is #CCC277.

Opacity

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

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

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

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

This text has shadow with #CCC277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC277.

Preview

Color preview on black background

This text has color #CCC277 on black background.


Color preview on white background

This text has color #CCC277 on white background.


Black color preview on #CCC277 background

This text has black color on #CCC277 background.


White color preview on #CCC277 background

This text has white color on #CCC277 background.


Related colors

Complementary color

Complementary color for #hex is #333D88.


I love getcolorcode.com

Triadic colors

1 #77CCC2 and #C277CC with #CCC277 are triadic colors.

2 #77C2CC and #C2CC77 with #CCC277 are triadic colors.