COLOR #C1A7C0

HEX: #C1A7C0 RGB: (193,167,192)

Color info

#C1A7C0 contains red, green and blue colors in about the same proportion. Web safe color of #C1A7C0 is #CC99CC (or #C9C).

RGB color model

#C1A7C0 color RGB value is (193,167,192).

RGB: (193,167,192) (76%, 65%, 75%)

RGB channels and saturation

R 193 of 255 = 76%
G 167 of 255 = 65%
B 192 of 255 = 75%

193
167
192

R + G + B ~ 72%. #C1A7C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 167 + 192 = 552 (100%)
R 193 of 552 ~ 34.96%
G 167 of 552 ~ 30.25%
B 192 of 552 ~ 34.78'%

%34.96
%30.25
%34.78

CMYK color model

#C1A7C0 color CMYK value is (0,13,1,24).

  • cyan value is 0.00%
  • magenta value is 13.47%
  • yellow value is 0.52%
  • key color value is 24.31%

CMYK: (0,13,1,24)
C0M13Y1K24 (0%, 13%, 1%, 24%)
(0.00 / 0.13 / 0.01 / 0.24)

CMYK percentages

%0
%13.47
%0.52
%24.31

Codes

Color #C1A7C0 in popluar color models

C1 A7 C0
RGB 193 167 192
HSL 302° 17.33% 70.59%
HSB/HSV 302° 13.47% 75.69%
CMYK 0.00% 13.47% 0.52%
24.31%

Color #C1A7C0 in popluar number systems.

HEX C1 A7 C0
Decimal 193 167 192
Binary 11000001 10100111 11000000
Octal 301 247 300

Shades and tints

Shades of #C1A7C0

#C1A7C0
(193,167,192)
#B098AF
(176,152,175)
#9F899E
(159,137,158)
#8E7A8D
(142,122,141)
#7D6B7C
(125,107,124)
#6C5C6B
(108,92,107)
#5B4D5A
(91,77,90)
#4A3E49
(74,62,73)
#392F38
(57,47,56)
#282027
(40,32,39)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #C1A7C0

#C1A7C0
(193,167,192)
#C6AFC5
(198,175,197)
#CBB7CA
(203,183,202)
#D0BFCF
(208,191,207)
#D5C7D4
(213,199,212)
#DACFD9
(218,207,217)
#DFD7DE
(223,215,222)
#E4DFE3
(228,223,227)
#E9E7E8
(233,231,232)
#EEEFED
(238,239,237)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A7C0 color. Also use rgb(193,167,192) instead hex code.

Text Font Color

.myTextColor { color: #C1A7C0; }

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

This text font color is #C1A7C0.

Background Color

.myBgColor { background-color: #C1A7C0; }

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

This div background color is #C1A7C0.

Border color

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

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

This div border color is #C1A7C0.

Opacity

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

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

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

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

This text has shadow with #C1A7C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A7C0.

Preview

Color preview on black background

This text has color #C1A7C0 on black background.


Color preview on white background

This text has color #C1A7C0 on white background.


Black color preview on #C1A7C0 background

This text has black color on #C1A7C0 background.


White color preview on #C1A7C0 background

This text has white color on #C1A7C0 background.


Related colors

Complementary color

Complementary color for #hex is #3E583F.


I love getcolorcode.com

Triadic colors

1 #C0C1A7 and #A7C0C1 with #C1A7C0 are triadic colors.

2 #C0A7C1 and #A7C1C0 with #C1A7C0 are triadic colors.