COLOR #CCA096

HEX: #CCA096
RGB: (204,160,150)

Color info

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

RGB color model

#CCA096 color RGB value is (204,160,150).

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

RGB channels and saturation

R 204 of 255 = 80%
G 160 of 255 = 63%
B 150 of 255 = 59%

204
160
150

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

Portions of RGB colors in percentages

R + G + B =
204 + 160 + 150 = 514 (100%)
R 204 of 514 ~ 39.69%
G 160 of 514 ~ 31.13%
B 150 of 514 ~ 29.18%

%39.69
%31.13
%29.18

CMYK color model

#CCA096 color CMYK value is (0,22,26,20).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 26.47%
  • key color value is 20.00%
CMYK:
(0,22,26,20)
C0M22Y26K20 
(0%,22%,26%,20%)
(0.00/0.22/0.26/0.20)	

CMYK percentages

%0
%21.57
%26.47
%20

Codes

Color #CCA096 in popluar color models

CCA096
RGB204160150
HSL11°34.62%69.41%
HSB/HSV11°26.47%80.00%
CMYK0.00%21.57%26.47%
20.00%

Color #CCA096 in popluar number systems.

HEXCCA096
Decimal204160150
Binary110011001010000010010110
Octal314240226

Shades and tints

Shades of #CCA096

#CCA096
(204,160,150)
#BA9289
(186,146,137)
#A8847C
(168,132,124)
#96766F
(150,118,111)
#846862
(132,104,98)
#725A55
(114,90,85)
#604C48
(96,76,72)
#4E3E3B
(78,62,59)
#3C302E
(60,48,46)
#2A2221
(42,34,33)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #CCA096

#CCA096
(204,160,150)
#D0A89F
(208,168,159)
#D4B0A8
(212,176,168)
#D8B8B1
(216,184,177)
#DCC0BA
(220,192,186)
#E0C8C3
(224,200,195)
#E4D0CC
(228,208,204)
#E8D8D5
(232,216,213)
#ECE0DE
(236,224,222)
#F0E8E7
(240,232,231)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA096; }

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

This text font color is #CCA096.


Background Color

.myBgColor { background-color: #CCA096; }

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

This div background color is #CCA096.


Border color

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

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

This div border color is #CCA096.


Opacity

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

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

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

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

This text has shadow with #CCA096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA096 on black background.


Color preview on white background

This text has color #CCA096 on white background.



Black color preview on #CCA096 background

This text has black color on #CCA096 background.


White color preview on #CCA096 background

This text has white color on #CCA096 background.