COLOR #CCB57E

HEX: #CCB57E RGB: (204,181,126)

Color info

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

RGB color model

#CCB57E color RGB value is (204,181,126).

RGB: (204,181,126) (80%, 71%, 49%)

RGB channels and saturation

R 204 of 255 = 80%
G 181 of 255 = 71%
B 126 of 255 = 49%

204
181
126

R + G + B ~ 67%. #CCB57E is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 181 + 126 = 511 (100%)
R 204 of 511 ~ 39.92%
G 181 of 511 ~ 35.42%
B 126 of 511 ~ 24.66'%

%39.92
%35.42
%24.66

CMYK color model

#CCB57E color CMYK value is (0,11,38,20).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 38.24%
  • key color value is 20.00%

CMYK: (0,11,38,20)
C0M11Y38K20 (0%, 11%, 38%, 20%)
(0.00 / 0.11 / 0.38 / 0.20)

CMYK percentages

%0
%11.27
%38.24
%20

Codes

Color #CCB57E in popluar color models

CC B5 7E
RGB 204 181 126
HSL 42° 43.33% 64.71%
HSB/HSV 42° 38.24% 80.00%
CMYK 0.00% 11.27% 38.24%
20.00%

Color #CCB57E in popluar number systems.

HEX CC B5 7E
Decimal 204 181 126
Binary 11001100 10110101 1111110
Octal 314 265 176

Shades and tints

Shades of #CCB57E

#CCB57E
(204,181,126)
#BAA573
(186,165,115)
#A89568
(168,149,104)
#96855D
(150,133,93)
#847552
(132,117,82)
#726547
(114,101,71)
#60553C
(96,85,60)
#4E4531
(78,69,49)
#3C3526
(60,53,38)
#2A251B
(42,37,27)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #CCB57E

#CCB57E
(204,181,126)
#D0BB89
(208,187,137)
#D4C194
(212,193,148)
#D8C79F
(216,199,159)
#DCCDAA
(220,205,170)
#E0D3B5
(224,211,181)
#E4D9C0
(228,217,192)
#E8DFCB
(232,223,203)
#ECE5D6
(236,229,214)
#F0EBE1
(240,235,225)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB57E color. Also use rgb(204,181,126) instead hex code.

Text Font Color

.myTextColor { color: #CCB57E; }

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

This text font color is #CCB57E.

Background Color

.myBgColor { background-color: #CCB57E; }

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

This div background color is #CCB57E.

Border color

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

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

This div border color is #CCB57E.

Opacity

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

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

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

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

This text has shadow with #CCB57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB57E.

Preview

Color preview on black background

This text has color #CCB57E on black background.


Color preview on white background

This text has color #CCB57E on white background.


Black color preview on #CCB57E background

This text has black color on #CCB57E background.


White color preview on #CCB57E background

This text has white color on #CCB57E background.


Related colors

Complementary color

Complementary color for #hex is #334A81.


I love getcolorcode.com

Triadic colors

1 #7ECCB5 and #B57ECC with #CCB57E are triadic colors.

2 #7EB5CC and #B5CC7E with #CCB57E are triadic colors.