COLOR #C7A5C2

HEX: #C7A5C2
RGB: (199,165,194)

Color info

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

RGB color model

#C7A5C2 color RGB value is (199,165,194).

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

RGB channels and saturation

R 199 of 255 = 78%
G 165 of 255 = 65%
B 194 of 255 = 76%

199
165
194

R + G + B ~ 73%. #C7A5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 165 + 194 = 558 (100%)
R 199 of 558 ~ 35.66%
G 165 of 558 ~ 29.57%
B 194 of 558 ~ 34.77%

%35.66
%29.57
%34.77

CMYK color model

#C7A5C2 color CMYK value is (0,17,3,22).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 2.51%
  • key color value is 21.96%
CMYK:
(0,17,3,22)
C0M17Y3K22 
(0%,17%,3%,22%)
(0.00/0.17/0.03/0.22)	

CMYK percentages

%0
%17.09
%2.51
%21.96

Codes

Color #C7A5C2 in popluar color models

C7A5C2
RGB199165194
HSL309°23.29%71.37%
HSB/HSV309°17.09%78.04%
CMYK0.00%17.09%2.51%
21.96%

Color #C7A5C2 in popluar number systems.

HEXC7A5C2
Decimal199165194
Binary110001111010010111000010
Octal307245302

Shades and tints

Shades of #C7A5C2

#C7A5C2
(199,165,194)
#B596B1
(181,150,177)
#A387A0
(163,135,160)
#91788F
(145,120,143)
#7F697E
(127,105,126)
#6D5A6D
(109,90,109)
#5B4B5C
(91,75,92)
#493C4B
(73,60,75)
#372D3A
(55,45,58)
#251E29
(37,30,41)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #C7A5C2

#C7A5C2
(199,165,194)
#CCADC7
(204,173,199)
#D1B5CC
(209,181,204)
#D6BDD1
(214,189,209)
#DBC5D6
(219,197,214)
#E0CDDB
(224,205,219)
#E5D5E0
(229,213,224)
#EADDE5
(234,221,229)
#EFE5EA
(239,229,234)
#F4EDEF
(244,237,239)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A5C2; }

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

This text font color is #C7A5C2.


Background Color

.myBgColor { background-color: #C7A5C2; }

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

This div background color is #C7A5C2.


Border color

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

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

This div border color is #C7A5C2.


Opacity

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

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

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

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

This text has shadow with #C7A5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A5C2 on black background.


Color preview on white background

This text has color #C7A5C2 on white background.



Black color preview on #C7A5C2 background

This text has black color on #C7A5C2 background.


White color preview on #C7A5C2 background

This text has white color on #C7A5C2 background.