COLOR #CCB49A

HEX: #CCB49A
RGB: (204,180,154)

Color info

#CCB49A contains red, green and blue colors in about the same proportion. Web safe color of #CCB49A is #CCCC99 (or #CC9).

RGB color model

#CCB49A color RGB value is (204,180,154).

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

RGB channels and saturation

R 204 of 255 = 80%
G 180 of 255 = 71%
B 154 of 255 = 60%

204
180
154

R + G + B ~ 70%. #CCB49A is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 180 + 154 = 538 (100%)
R 204 of 538 ~ 37.92%
G 180 of 538 ~ 33.46%
B 154 of 538 ~ 28.62%

%37.92
%33.46
%28.62

CMYK color model

#CCB49A color CMYK value is (0,12,25,20).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 24.51%
  • key color value is 20.00%
CMYK:
(0,12,25,20)
C0M12Y25K20 
(0%,12%,25%,20%)
(0.00/0.12/0.25/0.20)	

CMYK percentages

%0
%11.76
%24.51
%20

Codes

Color #CCB49A in popluar color models

CCB49A
RGB204180154
HSL31°32.89%70.20%
HSB/HSV31°24.51%80.00%
CMYK0.00%11.76%24.51%
20.00%

Color #CCB49A in popluar number systems.

HEXCCB49A
Decimal204180154
Binary110011001011010010011010
Octal314264232

Shades and tints

Shades of #CCB49A

#CCB49A
(204,180,154)
#BAA48C
(186,164,140)
#A8947E
(168,148,126)
#968470
(150,132,112)
#847462
(132,116,98)
#726454
(114,100,84)
#605446
(96,84,70)
#4E4438
(78,68,56)
#3C342A
(60,52,42)
#2A241C
(42,36,28)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #CCB49A

#CCB49A
(204,180,154)
#D0BAA3
(208,186,163)
#D4C0AC
(212,192,172)
#D8C6B5
(216,198,181)
#DCCCBE
(220,204,190)
#E0D2C7
(224,210,199)
#E4D8D0
(228,216,208)
#E8DED9
(232,222,217)
#ECE4E2
(236,228,226)
#F0EAEB
(240,234,235)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB49A; }

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

This text font color is #CCB49A.


Background Color

.myBgColor { background-color: #CCB49A; }

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

This div background color is #CCB49A.


Border color

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

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

This div border color is #CCB49A.


Opacity

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

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

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

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

This text has shadow with #CCB49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB49A on black background.


Color preview on white background

This text has color #CCB49A on white background.



Black color preview on #CCB49A background

This text has black color on #CCB49A background.


White color preview on #CCB49A background

This text has white color on #CCB49A background.