COLOR #C695AF

HEX: #C695AF
RGB: (198,149,175)

Color info

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

RGB color model

#C695AF color RGB value is (198,149,175).

  • red value is 198;
  • green value is 149;
  • blue value is 175.
RGB:
(198,149,175)
(78%,58%,69%)

RGB channels and saturation

R 198 of 255 = 78%
G 149 of 255 = 58%
B 175 of 255 = 69%

198
149
175

R + G + B ~ 68%. #C695AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 149 + 175 = 522 (100%)
R 198 of 522 ~ 37.93%
G 149 of 522 ~ 28.54%
B 175 of 522 ~ 33.52%

%37.93
%28.54
%33.52

CMYK color model

#C695AF color CMYK value is (0,25,12,22).

  • cyan value is 0.00%
  • magenta value is 24.75%
  • yellow value is 11.62%
  • key color value is 22.35%
CMYK:
(0,25,12,22)
C0M25Y12K22 
(0%,25%,12%,22%)
(0.00/0.25/0.12/0.22)	

CMYK percentages

%0
%24.75
%11.62
%22.35

Codes

Color #C695AF in popluar color models

C695AF
RGB198149175
HSL328°30.06%68.04%
HSB/HSV328°24.75%77.65%
CMYK0.00%24.75%11.62%
22.35%

Color #C695AF in popluar number systems.

HEXC695AF
Decimal198149175
Binary110001101001010110101111
Octal306225257

Shades and tints

Shades of #C695AF

#C695AF
(198,149,175)
#B488A0
(180,136,160)
#A27B91
(162,123,145)
#906E82
(144,110,130)
#7E6173
(126,97,115)
#6C5464
(108,84,100)
#5A4755
(90,71,85)
#483A46
(72,58,70)
#362D37
(54,45,55)
#242028
(36,32,40)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #C695AF

#C695AF
(198,149,175)
#CB9EB6
(203,158,182)
#D0A7BD
(208,167,189)
#D5B0C4
(213,176,196)
#DAB9CB
(218,185,203)
#DFC2D2
(223,194,210)
#E4CBD9
(228,203,217)
#E9D4E0
(233,212,224)
#EEDDE7
(238,221,231)
#F3E6EE
(243,230,238)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C695AF color. Also use rgb(198,149,175) instead hex code.

Text Font Color

.myTextColor { color: #C695AF; }

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

This text font color is #C695AF.


Background Color

.myBgColor { background-color: #C695AF; }

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

This div background color is #C695AF.


Border color

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

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

This div border color is #C695AF.


Opacity

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

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

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

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

This text has shadow with #C695AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C695AF on black background.


Color preview on white background

This text has color #C695AF on white background.



Black color preview on #C695AF background

This text has black color on #C695AF background.


White color preview on #C695AF background

This text has white color on #C695AF background.