COLOR #CCB391

HEX: #CCB391
RGB: (204,179,145)

Color info

#CCB391 contains red, green and blue colors in about the same proportion. Web safe color of #CCB391 is #CC9999 (or #C99).

RGB color model

#CCB391 color RGB value is (204,179,145).

  • red value is 204;
  • green value is 179;
  • blue value is 145.
RGB:
(204,179,145)
(80%,70%,57%)

RGB channels and saturation

R 204 of 255 = 80%
G 179 of 255 = 70%
B 145 of 255 = 57%

204
179
145

R + G + B ~ 69%. #CCB391 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 179 + 145 = 528 (100%)
R 204 of 528 ~ 38.64%
G 179 of 528 ~ 33.9%
B 145 of 528 ~ 27.46%

%38.64
%33.9
%27.46

CMYK color model

#CCB391 color CMYK value is (0,12,29,20).

  • cyan value is 0.00%
  • magenta value is 12.25%
  • yellow value is 28.92%
  • key color value is 20.00%
CMYK:
(0,12,29,20)
C0M12Y29K20 
(0%,12%,29%,20%)
(0.00/0.12/0.29/0.20)	

CMYK percentages

%0
%12.25
%28.92
%20

Codes

Color #CCB391 in popluar color models

CCB391
RGB204179145
HSL35°36.65%68.43%
HSB/HSV35°28.92%80.00%
CMYK0.00%12.25%28.92%
20.00%

Color #CCB391 in popluar number systems.

HEXCCB391
Decimal204179145
Binary110011001011001110010001
Octal314263221

Shades and tints

Shades of #CCB391

#CCB391
(204,179,145)
#BAA384
(186,163,132)
#A89377
(168,147,119)
#96836A
(150,131,106)
#84735D
(132,115,93)
#726350
(114,99,80)
#605343
(96,83,67)
#4E4336
(78,67,54)
#3C3329
(60,51,41)
#2A231C
(42,35,28)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #CCB391

#CCB391
(204,179,145)
#D0B99B
(208,185,155)
#D4BFA5
(212,191,165)
#D8C5AF
(216,197,175)
#DCCBB9
(220,203,185)
#E0D1C3
(224,209,195)
#E4D7CD
(228,215,205)
#E8DDD7
(232,221,215)
#ECE3E1
(236,227,225)
#F0E9EB
(240,233,235)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB391 color. Also use rgb(204,179,145) instead hex code.

Text Font Color

.myTextColor { color: #CCB391; }

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

This text font color is #CCB391.


Background Color

.myBgColor { background-color: #CCB391; }

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

This div background color is #CCB391.


Border color

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

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

This div border color is #CCB391.


Opacity

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

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

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

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

This text has shadow with #CCB391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB391 on black background.


Color preview on white background

This text has color #CCB391 on white background.



Black color preview on #CCB391 background

This text has black color on #CCB391 background.


White color preview on #CCB391 background

This text has white color on #CCB391 background.