COLOR #CCB389

HEX: #CCB389
RGB: (204,179,137)

Color info

#CCB389 contains mainly red and green colors. Web safe color of #CCB389 is #CC9999 (or #C99).

RGB color model

#CCB389 color RGB value is (204,179,137).

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

RGB channels and saturation

R 204 of 255 = 80%
G 179 of 255 = 70%
B 137 of 255 = 54%

204
179
137

R + G + B ~ 68%. #CCB389 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 179 + 137 = 520 (100%)
R 204 of 520 ~ 39.23%
G 179 of 520 ~ 34.42%
B 137 of 520 ~ 26.35%

%39.23
%34.42
%26.35

CMYK color model

#CCB389 color CMYK value is (0,12,33,20).

  • cyan value is 0.00%
  • magenta value is 12.25%
  • yellow value is 32.84%
  • key color value is 20.00%
CMYK:
(0,12,33,20)
C0M12Y33K20 
(0%,12%,33%,20%)
(0.00/0.12/0.33/0.20)	

CMYK percentages

%0
%12.25
%32.84
%20

Codes

Color #CCB389 in popluar color models

CCB389
RGB204179137
HSL38°39.64%66.86%
HSB/HSV38°32.84%80.00%
CMYK0.00%12.25%32.84%
20.00%

Color #CCB389 in popluar number systems.

HEXCCB389
Decimal204179137
Binary110011001011001110001001
Octal314263211

Shades and tints

Shades of #CCB389

#CCB389
(204,179,137)
#BAA37D
(186,163,125)
#A89371
(168,147,113)
#968365
(150,131,101)
#847359
(132,115,89)
#72634D
(114,99,77)
#605341
(96,83,65)
#4E4335
(78,67,53)
#3C3329
(60,51,41)
#2A231D
(42,35,29)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #CCB389

#CCB389
(204,179,137)
#D0B993
(208,185,147)
#D4BF9D
(212,191,157)
#D8C5A7
(216,197,167)
#DCCBB1
(220,203,177)
#E0D1BB
(224,209,187)
#E4D7C5
(228,215,197)
#E8DDCF
(232,221,207)
#ECE3D9
(236,227,217)
#F0E9E3
(240,233,227)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB389; }

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

This text font color is #CCB389.


Background Color

.myBgColor { background-color: #CCB389; }

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

This div background color is #CCB389.


Border color

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

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

This div border color is #CCB389.


Opacity

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

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

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

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

This text has shadow with #CCB389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB389 on black background.


Color preview on white background

This text has color #CCB389 on white background.



Black color preview on #CCB389 background

This text has black color on #CCB389 background.


White color preview on #CCB389 background

This text has white color on #CCB389 background.