COLOR #CCA087

HEX: #CCA087
RGB: (204,160,135)

Color info

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

RGB color model

#CCA087 color RGB value is (204,160,135).

  • red value is 204;
  • green value is 160;
  • blue value is 135.
RGB:
(204,160,135)
(80%,63%,53%)

RGB channels and saturation

R 204 of 255 = 80%
G 160 of 255 = 63%
B 135 of 255 = 53%

204
160
135

R + G + B ~ 65%. #CCA087 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 160 + 135 = 499 (100%)
R 204 of 499 ~ 40.88%
G 160 of 499 ~ 32.06%
B 135 of 499 ~ 27.05%

%40.88
%32.06
%27.05

CMYK color model

#CCA087 color CMYK value is (0,22,34,20).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 33.82%
  • key color value is 20.00%
CMYK:
(0,22,34,20)
C0M22Y34K20 
(0%,22%,34%,20%)
(0.00/0.22/0.34/0.20)	

CMYK percentages

%0
%21.57
%33.82
%20

Codes

Color #CCA087 in popluar color models

CCA087
RGB204160135
HSL22°40.35%66.47%
HSB/HSV22°33.82%80.00%
CMYK0.00%21.57%33.82%
20.00%

Color #CCA087 in popluar number systems.

HEXCCA087
Decimal204160135
Binary110011001010000010000111
Octal314240207

Shades and tints

Shades of #CCA087

#CCA087
(204,160,135)
#BA927B
(186,146,123)
#A8846F
(168,132,111)
#967663
(150,118,99)
#846857
(132,104,87)
#725A4B
(114,90,75)
#604C3F
(96,76,63)
#4E3E33
(78,62,51)
#3C3027
(60,48,39)
#2A221B
(42,34,27)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #CCA087

#CCA087
(204,160,135)
#D0A891
(208,168,145)
#D4B09B
(212,176,155)
#D8B8A5
(216,184,165)
#DCC0AF
(220,192,175)
#E0C8B9
(224,200,185)
#E4D0C3
(228,208,195)
#E8D8CD
(232,216,205)
#ECE0D7
(236,224,215)
#F0E8E1
(240,232,225)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA087 color. Also use rgb(204,160,135) instead hex code.

Text Font Color

.myTextColor { color: #CCA087; }

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

This text font color is #CCA087.


Background Color

.myBgColor { background-color: #CCA087; }

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

This div background color is #CCA087.


Border color

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

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

This div border color is #CCA087.


Opacity

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

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

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

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

This text has shadow with #CCA087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA087 on black background.


Color preview on white background

This text has color #CCA087 on white background.



Black color preview on #CCA087 background

This text has black color on #CCA087 background.


White color preview on #CCA087 background

This text has white color on #CCA087 background.