COLOR #C7A1A8

HEX: #C7A1A8 RGB: (199,161,168)

Color info

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

RGB color model

#C7A1A8 color RGB value is (199,161,168).

RGB: (199,161,168) (78%, 63%, 66%)

RGB channels and saturation

R 199 of 255 = 78%
G 161 of 255 = 63%
B 168 of 255 = 66%

199
161
168

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

Portions of RGB colors in percentages

R + G + B = 199 + 161 + 168 = 528 (100%)
R 199 of 528 ~ 37.69%
G 161 of 528 ~ 30.49%
B 168 of 528 ~ 31.82'%

%37.69
%30.49
%31.82

CMYK color model

#C7A1A8 color CMYK value is (0,19,16,22).

  • cyan value is 0.00%
  • magenta value is 19.10%
  • yellow value is 15.58%
  • key color value is 21.96%

CMYK: (0,19,16,22)
C0M19Y16K22 (0%, 19%, 16%, 22%)
(0.00 / 0.19 / 0.16 / 0.22)

CMYK percentages

%0
%19.1
%15.58
%21.96

Codes

Color #C7A1A8 in popluar color models

C7 A1 A8
RGB 199 161 168
HSL 349° 25.33% 70.59%
HSB/HSV 349° 19.10% 78.04%
CMYK 0.00% 19.10% 15.58%
21.96%

Color #C7A1A8 in popluar number systems.

HEX C7 A1 A8
Decimal 199 161 168
Binary 11000111 10100001 10101000
Octal 307 241 250

Shades and tints

Shades of #C7A1A8

#C7A1A8
(199,161,168)
#B59399
(181,147,153)
#A3858A
(163,133,138)
#91777B
(145,119,123)
#7F696C
(127,105,108)
#6D5B5D
(109,91,93)
#5B4D4E
(91,77,78)
#493F3F
(73,63,63)
#373130
(55,49,48)
#252321
(37,35,33)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #C7A1A8

#C7A1A8
(199,161,168)
#CCA9AF
(204,169,175)
#D1B1B6
(209,177,182)
#D6B9BD
(214,185,189)
#DBC1C4
(219,193,196)
#E0C9CB
(224,201,203)
#E5D1D2
(229,209,210)
#EAD9D9
(234,217,217)
#EFE1E0
(239,225,224)
#F4E9E7
(244,233,231)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A1A8 color. Also use rgb(199,161,168) instead hex code.

Text Font Color

.myTextColor { color: #C7A1A8; }

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

This text font color is #C7A1A8.

Background Color

.myBgColor { background-color: #C7A1A8; }

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

This div background color is #C7A1A8.

Border color

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

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

This div border color is #C7A1A8.

Opacity

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

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

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

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

This text has shadow with #C7A1A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A1A8.

Preview

Color preview on black background

This text has color #C7A1A8 on black background.


Color preview on white background

This text has color #C7A1A8 on white background.


Black color preview on #C7A1A8 background

This text has black color on #C7A1A8 background.


White color preview on #C7A1A8 background

This text has white color on #C7A1A8 background.


Related colors

Complementary color

Complementary color for #hex is #385E57.


I love getcolorcode.com

Triadic colors

1 #A8C7A1 and #A1A8C7 with #C7A1A8 are triadic colors.

2 #A8A1C7 and #A1C7A8 with #C7A1A8 are triadic colors.