COLOR #C7A1C2

HEX: #C7A1C2
RGB: (199,161,194)

Color info

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

RGB color model

#C7A1C2 color RGB value is (199,161,194).

  • red value is 199;
  • green value is 161;
  • blue value is 194.
RGB:
(199,161,194)
(78%,63%,76%)

RGB channels and saturation

R 199 of 255 = 78%
G 161 of 255 = 63%
B 194 of 255 = 76%

199
161
194

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

Portions of RGB colors in percentages

R + G + B =
199 + 161 + 194 = 554 (100%)
R 199 of 554 ~ 35.92%
G 161 of 554 ~ 29.06%
B 194 of 554 ~ 35.02%

%35.92
%29.06
%35.02

CMYK color model

#C7A1C2 color CMYK value is (0,19,3,22).

  • cyan value is 0.00%
  • magenta value is 19.10%
  • yellow value is 2.51%
  • key color value is 21.96%
CMYK:
(0,19,3,22)
C0M19Y3K22 
(0%,19%,3%,22%)
(0.00/0.19/0.03/0.22)	

CMYK percentages

%0
%19.1
%2.51
%21.96

Codes

Color #C7A1C2 in popluar color models

C7A1C2
RGB199161194
HSL308°25.33%70.59%
HSB/HSV308°19.10%78.04%
CMYK0.00%19.10%2.51%
21.96%

Color #C7A1C2 in popluar number systems.

HEXC7A1C2
Decimal199161194
Binary110001111010000111000010
Octal307241302

Shades and tints

Shades of #C7A1C2

#C7A1C2
(199,161,194)
#B593B1
(181,147,177)
#A385A0
(163,133,160)
#91778F
(145,119,143)
#7F697E
(127,105,126)
#6D5B6D
(109,91,109)
#5B4D5C
(91,77,92)
#493F4B
(73,63,75)
#37313A
(55,49,58)
#252329
(37,35,41)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #C7A1C2

#C7A1C2
(199,161,194)
#CCA9C7
(204,169,199)
#D1B1CC
(209,177,204)
#D6B9D1
(214,185,209)
#DBC1D6
(219,193,214)
#E0C9DB
(224,201,219)
#E5D1E0
(229,209,224)
#EAD9E5
(234,217,229)
#EFE1EA
(239,225,234)
#F4E9EF
(244,233,239)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A1C2; }

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

This text font color is #C7A1C2.


Background Color

.myBgColor { background-color: #C7A1C2; }

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

This div background color is #C7A1C2.


Border color

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

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

This div border color is #C7A1C2.


Opacity

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

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

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

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

This text has shadow with #C7A1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A1C2 on black background.


Color preview on white background

This text has color #C7A1C2 on white background.



Black color preview on #C7A1C2 background

This text has black color on #C7A1C2 background.


White color preview on #C7A1C2 background

This text has white color on #C7A1C2 background.