COLOR #CCB594

HEX: #CCB594
RGB: (204,181,148)

Color info

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

RGB color model

#CCB594 color RGB value is (204,181,148).

  • red value is 204;
  • green value is 181;
  • blue value is 148.
RGB:
(204,181,148)
(80%,71%,58%)

RGB channels and saturation

R 204 of 255 = 80%
G 181 of 255 = 71%
B 148 of 255 = 58%

204
181
148

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

Portions of RGB colors in percentages

R + G + B =
204 + 181 + 148 = 533 (100%)
R 204 of 533 ~ 38.27%
G 181 of 533 ~ 33.96%
B 148 of 533 ~ 27.77%

%38.27
%33.96
%27.77

CMYK color model

#CCB594 color CMYK value is (0,11,27,20).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 27.45%
  • key color value is 20.00%
CMYK:
(0,11,27,20)
C0M11Y27K20 
(0%,11%,27%,20%)
(0.00/0.11/0.27/0.20)	

CMYK percentages

%0
%11.27
%27.45
%20

Codes

Color #CCB594 in popluar color models

CCB594
RGB204181148
HSL35°35.44%69.02%
HSB/HSV35°27.45%80.00%
CMYK0.00%11.27%27.45%
20.00%

Color #CCB594 in popluar number systems.

HEXCCB594
Decimal204181148
Binary110011001011010110010100
Octal314265224

Shades and tints

Shades of #CCB594

#CCB594
(204,181,148)
#BAA587
(186,165,135)
#A8957A
(168,149,122)
#96856D
(150,133,109)
#847560
(132,117,96)
#726553
(114,101,83)
#605546
(96,85,70)
#4E4539
(78,69,57)
#3C352C
(60,53,44)
#2A251F
(42,37,31)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #CCB594

#CCB594
(204,181,148)
#D0BB9D
(208,187,157)
#D4C1A6
(212,193,166)
#D8C7AF
(216,199,175)
#DCCDB8
(220,205,184)
#E0D3C1
(224,211,193)
#E4D9CA
(228,217,202)
#E8DFD3
(232,223,211)
#ECE5DC
(236,229,220)
#F0EBE5
(240,235,229)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB594; }

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

This text font color is #CCB594.


Background Color

.myBgColor { background-color: #CCB594; }

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

This div background color is #CCB594.


Border color

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

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

This div border color is #CCB594.


Opacity

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

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

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

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

This text has shadow with #CCB594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB594 on black background.


Color preview on white background

This text has color #CCB594 on white background.



Black color preview on #CCB594 background

This text has black color on #CCB594 background.


White color preview on #CCB594 background

This text has white color on #CCB594 background.