COLOR #CCB15C

HEX: #CCB15C RGB: (204,177,92)

Color info

#CCB15C contains mainly red and green colors. Web safe color of #CCB15C is #CC9966 (or #C96).

RGB color model

#CCB15C color RGB value is (204,177,92).

RGB: (204,177,92) (80%, 69%, 36%)

RGB channels and saturation

R 204 of 255 = 80%
G 177 of 255 = 69%
B 92 of 255 = 36%

204
177
92

R + G + B ~ 62%. #CCB15C is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 177 + 92 = 473 (100%)
R 204 of 473 ~ 43.13%
G 177 of 473 ~ 37.42%
B 92 of 473 ~ 19.45'%

%43.13
%37.42
%19.45

CMYK color model

#CCB15C color CMYK value is (0,13,55,20).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 54.90%
  • key color value is 20.00%

CMYK: (0,13,55,20)
C0M13Y55K20 (0%, 13%, 55%, 20%)
(0.00 / 0.13 / 0.55 / 0.20)

CMYK percentages

%0
%13.24
%54.9
%20

Codes

Color #CCB15C in popluar color models

CC B1 5C
RGB 204 177 92
HSL 46° 52.34% 58.04%
HSB/HSV 46° 54.90% 80.00%
CMYK 0.00% 13.24% 54.90%
20.00%

Color #CCB15C in popluar number systems.

HEX CC B1 5C
Decimal 204 177 92
Binary 11001100 10110001 1011100
Octal 314 261 134

Shades and tints

Shades of #CCB15C

#CCB15C
(204,177,92)
#BAA154
(186,161,84)
#A8914C
(168,145,76)
#968144
(150,129,68)
#84713C
(132,113,60)
#726134
(114,97,52)
#60512C
(96,81,44)
#4E4124
(78,65,36)
#3C311C
(60,49,28)
#2A2114
(42,33,20)
#18110C
(24,17,12)
#000000
(0,0,0)

Tints of #CCB15C

#CCB15C
(204,177,92)
#D0B86A
(208,184,106)
#D4BF78
(212,191,120)
#D8C686
(216,198,134)
#DCCD94
(220,205,148)
#E0D4A2
(224,212,162)
#E4DBB0
(228,219,176)
#E8E2BE
(232,226,190)
#ECE9CC
(236,233,204)
#F0F0DA
(240,240,218)
#F4F7E8
(244,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB15C color. Also use rgb(204,177,92) instead hex code.

Text Font Color

.myTextColor { color: #CCB15C; }

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

This text font color is #CCB15C.

Background Color

.myBgColor { background-color: #CCB15C; }

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

This div background color is #CCB15C.

Border color

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

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

This div border color is #CCB15C.

Opacity

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

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

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

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

This text has shadow with #CCB15C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB15C.

Preview

Color preview on black background

This text has color #CCB15C on black background.


Color preview on white background

This text has color #CCB15C on white background.


Black color preview on #CCB15C background

This text has black color on #CCB15C background.


White color preview on #CCB15C background

This text has white color on #CCB15C background.


Related colors

Complementary color

Complementary color for #hex is #334EA3.


I love getcolorcode.com

Triadic colors

1 #5CCCB1 and #B15CCC with #CCB15C are triadic colors.

2 #5CB1CC and #B1CC5C with #CCB15C are triadic colors.