COLOR #CCA493

HEX: #CCA493
RGB: (204,164,147)

Color info

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

RGB color model

#CCA493 color RGB value is (204,164,147).

  • red value is 204;
  • green value is 164;
  • blue value is 147.
RGB:
(204,164,147)
(80%,64%,58%)

RGB channels and saturation

R 204 of 255 = 80%
G 164 of 255 = 64%
B 147 of 255 = 58%

204
164
147

R + G + B ~ 67%. #CCA493 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 164 + 147 = 515 (100%)
R 204 of 515 ~ 39.61%
G 164 of 515 ~ 31.84%
B 147 of 515 ~ 28.54%

%39.61
%31.84
%28.54

CMYK color model

#CCA493 color CMYK value is (0,20,28,20).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 27.94%
  • key color value is 20.00%
CMYK:
(0,20,28,20)
C0M20Y28K20 
(0%,20%,28%,20%)
(0.00/0.20/0.28/0.20)	

CMYK percentages

%0
%19.61
%27.94
%20

Codes

Color #CCA493 in popluar color models

CCA493
RGB204164147
HSL18°35.85%68.82%
HSB/HSV18°27.94%80.00%
CMYK0.00%19.61%27.94%
20.00%

Color #CCA493 in popluar number systems.

HEXCCA493
Decimal204164147
Binary110011001010010010010011
Octal314244223

Shades and tints

Shades of #CCA493

#CCA493
(204,164,147)
#BA9686
(186,150,134)
#A88879
(168,136,121)
#967A6C
(150,122,108)
#846C5F
(132,108,95)
#725E52
(114,94,82)
#605045
(96,80,69)
#4E4238
(78,66,56)
#3C342B
(60,52,43)
#2A261E
(42,38,30)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #CCA493

#CCA493
(204,164,147)
#D0AC9C
(208,172,156)
#D4B4A5
(212,180,165)
#D8BCAE
(216,188,174)
#DCC4B7
(220,196,183)
#E0CCC0
(224,204,192)
#E4D4C9
(228,212,201)
#E8DCD2
(232,220,210)
#ECE4DB
(236,228,219)
#F0ECE4
(240,236,228)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA493 color. Also use rgb(204,164,147) instead hex code.

Text Font Color

.myTextColor { color: #CCA493; }

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

This text font color is #CCA493.


Background Color

.myBgColor { background-color: #CCA493; }

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

This div background color is #CCA493.


Border color

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

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

This div border color is #CCA493.


Opacity

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

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

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

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

This text has shadow with #CCA493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA493 on black background.


Color preview on white background

This text has color #CCA493 on white background.



Black color preview on #CCA493 background

This text has black color on #CCA493 background.


White color preview on #CCA493 background

This text has white color on #CCA493 background.