COLOR #CCB47A

HEX: #CCB47A
RGB: (204,180,122)

Color info

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

RGB color model

#CCB47A color RGB value is (204,180,122).

  • red value is 204;
  • green value is 180;
  • blue value is 122.
RGB:
(204,180,122)
(80%,71%,48%)

RGB channels and saturation

R 204 of 255 = 80%
G 180 of 255 = 71%
B 122 of 255 = 48%

204
180
122

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

Portions of RGB colors in percentages

R + G + B =
204 + 180 + 122 = 506 (100%)
R 204 of 506 ~ 40.32%
G 180 of 506 ~ 35.57%
B 122 of 506 ~ 24.11%

%40.32
%35.57
%24.11

CMYK color model

#CCB47A color CMYK value is (0,12,40,20).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 40.20%
  • key color value is 20.00%
CMYK:
(0,12,40,20)
C0M12Y40K20 
(0%,12%,40%,20%)
(0.00/0.12/0.40/0.20)	

CMYK percentages

%0
%11.76
%40.2
%20

Codes

Color #CCB47A in popluar color models

CCB47A
RGB204180122
HSL42°44.57%63.92%
HSB/HSV42°40.20%80.00%
CMYK0.00%11.76%40.20%
20.00%

Color #CCB47A in popluar number systems.

HEXCCB47A
Decimal204180122
Binary11001100101101001111010
Octal314264172

Shades and tints

Shades of #CCB47A

#CCB47A
(204,180,122)
#BAA46F
(186,164,111)
#A89464
(168,148,100)
#968459
(150,132,89)
#84744E
(132,116,78)
#726443
(114,100,67)
#605438
(96,84,56)
#4E442D
(78,68,45)
#3C3422
(60,52,34)
#2A2417
(42,36,23)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #CCB47A

#CCB47A
(204,180,122)
#D0BA86
(208,186,134)
#D4C092
(212,192,146)
#D8C69E
(216,198,158)
#DCCCAA
(220,204,170)
#E0D2B6
(224,210,182)
#E4D8C2
(228,216,194)
#E8DECE
(232,222,206)
#ECE4DA
(236,228,218)
#F0EAE6
(240,234,230)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB47A color. Also use rgb(204,180,122) instead hex code.

Text Font Color

.myTextColor { color: #CCB47A; }

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

This text font color is #CCB47A.


Background Color

.myBgColor { background-color: #CCB47A; }

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

This div background color is #CCB47A.


Border color

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

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

This div border color is #CCB47A.


Opacity

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

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

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

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

This text has shadow with #CCB47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB47A on black background.


Color preview on white background

This text has color #CCB47A on white background.



Black color preview on #CCB47A background

This text has black color on #CCB47A background.


White color preview on #CCB47A background

This text has white color on #CCB47A background.