COLOR #CCA4A3

HEX: #CCA4A3
RGB: (204,164,163)

Color info

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

RGB color model

#CCA4A3 color RGB value is (204,164,163).

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

RGB channels and saturation

R 204 of 255 = 80%
G 164 of 255 = 64%
B 163 of 255 = 64%

204
164
163

R + G + B ~ 69%. #CCA4A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 164 + 163 = 531 (100%)
R 204 of 531 ~ 38.42%
G 164 of 531 ~ 30.89%
B 163 of 531 ~ 30.7%

%38.42
%30.89
%30.7

CMYK color model

#CCA4A3 color CMYK value is (0,20,20,20).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 20.10%
  • key color value is 20.00%
CMYK:
(0,20,20,20)
C0M20Y20K20 
(0%,20%,20%,20%)
(0.00/0.20/0.20/0.20)	

CMYK percentages

%0
%19.61
%20.1
%20

Codes

Color #CCA4A3 in popluar color models

CCA4A3
RGB204164163
HSL28.67%71.96%
HSB/HSV20.10%80.00%
CMYK0.00%19.61%20.10%
20.00%

Color #CCA4A3 in popluar number systems.

HEXCCA4A3
Decimal204164163
Binary110011001010010010100011
Octal314244243

Shades and tints

Shades of #CCA4A3

#CCA4A3
(204,164,163)
#BA9695
(186,150,149)
#A88887
(168,136,135)
#967A79
(150,122,121)
#846C6B
(132,108,107)
#725E5D
(114,94,93)
#60504F
(96,80,79)
#4E4241
(78,66,65)
#3C3433
(60,52,51)
#2A2625
(42,38,37)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #CCA4A3

#CCA4A3
(204,164,163)
#D0ACAB
(208,172,171)
#D4B4B3
(212,180,179)
#D8BCBB
(216,188,187)
#DCC4C3
(220,196,195)
#E0CCCB
(224,204,203)
#E4D4D3
(228,212,211)
#E8DCDB
(232,220,219)
#ECE4E3
(236,228,227)
#F0ECEB
(240,236,235)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA4A3; }

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

This text font color is #CCA4A3.


Background Color

.myBgColor { background-color: #CCA4A3; }

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

This div background color is #CCA4A3.


Border color

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

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

This div border color is #CCA4A3.


Opacity

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

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

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

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

This text has shadow with #CCA4A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA4A3 on black background.


Color preview on white background

This text has color #CCA4A3 on white background.



Black color preview on #CCA4A3 background

This text has black color on #CCA4A3 background.


White color preview on #CCA4A3 background

This text has white color on #CCA4A3 background.