COLOR #CCA1A5

HEX: #CCA1A5
RGB: (204,161,165)

Color info

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

RGB color model

#CCA1A5 color RGB value is (204,161,165).

  • red value is 204;
  • green value is 161;
  • blue value is 165.
RGB:
(204,161,165)
(80%,63%,65%)

RGB channels and saturation

R 204 of 255 = 80%
G 161 of 255 = 63%
B 165 of 255 = 65%

204
161
165

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

Portions of RGB colors in percentages

R + G + B =
204 + 161 + 165 = 530 (100%)
R 204 of 530 ~ 38.49%
G 161 of 530 ~ 30.38%
B 165 of 530 ~ 31.13%

%38.49
%30.38
%31.13

CMYK color model

#CCA1A5 color CMYK value is (0,21,19,20).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 19.12%
  • key color value is 20.00%
CMYK:
(0,21,19,20)
C0M21Y19K20 
(0%,21%,19%,20%)
(0.00/0.21/0.19/0.20)	

CMYK percentages

%0
%21.08
%19.12
%20

Codes

Color #CCA1A5 in popluar color models

CCA1A5
RGB204161165
HSL354°29.66%71.57%
HSB/HSV354°21.08%80.00%
CMYK0.00%21.08%19.12%
20.00%

Color #CCA1A5 in popluar number systems.

HEXCCA1A5
Decimal204161165
Binary110011001010000110100101
Octal314241245

Shades and tints

Shades of #CCA1A5

#CCA1A5
(204,161,165)
#BA9396
(186,147,150)
#A88587
(168,133,135)
#967778
(150,119,120)
#846969
(132,105,105)
#725B5A
(114,91,90)
#604D4B
(96,77,75)
#4E3F3C
(78,63,60)
#3C312D
(60,49,45)
#2A231E
(42,35,30)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #CCA1A5

#CCA1A5
(204,161,165)
#D0A9AD
(208,169,173)
#D4B1B5
(212,177,181)
#D8B9BD
(216,185,189)
#DCC1C5
(220,193,197)
#E0C9CD
(224,201,205)
#E4D1D5
(228,209,213)
#E8D9DD
(232,217,221)
#ECE1E5
(236,225,229)
#F0E9ED
(240,233,237)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA1A5 color. Also use rgb(204,161,165) instead hex code.

Text Font Color

.myTextColor { color: #CCA1A5; }

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

This text font color is #CCA1A5.


Background Color

.myBgColor { background-color: #CCA1A5; }

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

This div background color is #CCA1A5.


Border color

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

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

This div border color is #CCA1A5.


Opacity

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

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

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

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

This text has shadow with #CCA1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA1A5 on black background.


Color preview on white background

This text has color #CCA1A5 on white background.



Black color preview on #CCA1A5 background

This text has black color on #CCA1A5 background.


White color preview on #CCA1A5 background

This text has white color on #CCA1A5 background.