COLOR #CCA7A1

HEX: #CCA7A1 RGB: (204,167,161)

Color info

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

RGB color model

#CCA7A1 color RGB value is (204,167,161).

RGB: (204,167,161) (80%, 65%, 63%)

RGB channels and saturation

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

204
167
161

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

Portions of RGB colors in percentages

R + G + B = 204 + 167 + 161 = 532 (100%)
R 204 of 532 ~ 38.35%
G 167 of 532 ~ 31.39%
B 161 of 532 ~ 30.26'%

%38.35
%31.39
%30.26

CMYK color model

#CCA7A1 color CMYK value is (0,18,21,20).

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 21.08%
  • key color value is 20.00%
CMYK: (0,18,21,20) C0M18Y21K20 (0%,18%,21%,20%) (0.00/0.18/0.21/0.20) 

CMYK percentages

%0
%18.14
%21.08
%20

Codes

Color #CCA7A1 in popluar color models

CC A7 A1
RGB 204 167 161
HSL 29.66% 71.57%
HSB/HSV 21.08% 80.00%
CMYK 0.00% 18.14% 21.08%
20.00%

Color #CCA7A1 in popluar number systems.

HEX CC A7 A1
Decimal 204 167 161
Binary 11001100 10100111 10100001
Octal 314 247 241

Shades and tints

Shades of #CCA7A1

#CCA7A1
(204,167,161)
#BA9893
(186,152,147)
#A88985
(168,137,133)
#967A77
(150,122,119)
#846B69
(132,107,105)
#725C5B
(114,92,91)
#604D4D
(96,77,77)
#4E3E3F
(78,62,63)
#3C2F31
(60,47,49)
#2A2023
(42,32,35)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #CCA7A1

#CCA7A1
(204,167,161)
#D0AFA9
(208,175,169)
#D4B7B1
(212,183,177)
#D8BFB9
(216,191,185)
#DCC7C1
(220,199,193)
#E0CFC9
(224,207,201)
#E4D7D1
(228,215,209)
#E8DFD9
(232,223,217)
#ECE7E1
(236,231,225)
#F0EFE9
(240,239,233)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA7A1; }

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

This text font color is #CCA7A1.

Background Color

.myBgColor { background-color: #CCA7A1; }

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

This div background color is #CCA7A1.

Border color

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

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

This div border color is #CCA7A1.

Opacity

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

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

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

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

This text has shadow with #CCA7A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA7A1.

Preview

Color preview on black background

This text has color #CCA7A1 on black background.


Color preview on white background

This text has color #CCA7A1 on white background.


Black color preview on #CCA7A1 background

This text has black color on #CCA7A1 background.


White color preview on #CCA7A1 background

This text has white color on #CCA7A1 background.


Related colors

Complementary color

Complementary color for #hex is #33585E.


I love getcolorcode.com

Triadic colors

1 #A1CCA7 and #A7A1CC with #CCA7A1 are triadic colors.

2 #A1A7CC and #A7CCA1 with #CCA7A1 are triadic colors.