COLOR #C695A3

HEX: #C695A3
RGB: (198,149,163)

Color info

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

RGB color model

#C695A3 color RGB value is (198,149,163).

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

RGB channels and saturation

R 198 of 255 = 78%
G 149 of 255 = 58%
B 163 of 255 = 64%

198
149
163

R + G + B ~ 67%. #C695A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 149 + 163 = 510 (100%)
R 198 of 510 ~ 38.82%
G 149 of 510 ~ 29.22%
B 163 of 510 ~ 31.96%

%38.82
%29.22
%31.96

CMYK color model

#C695A3 color CMYK value is (0,25,18,22).

  • cyan value is 0.00%
  • magenta value is 24.75%
  • yellow value is 17.68%
  • key color value is 22.35%
CMYK:
(0,25,18,22)
C0M25Y18K22 
(0%,25%,18%,22%)
(0.00/0.25/0.18/0.22)	

CMYK percentages

%0
%24.75
%17.68
%22.35

Codes

Color #C695A3 in popluar color models

C695A3
RGB198149163
HSL343°30.06%68.04%
HSB/HSV343°24.75%77.65%
CMYK0.00%24.75%17.68%
22.35%

Color #C695A3 in popluar number systems.

HEXC695A3
Decimal198149163
Binary110001101001010110100011
Octal306225243

Shades and tints

Shades of #C695A3

#C695A3
(198,149,163)
#B48895
(180,136,149)
#A27B87
(162,123,135)
#906E79
(144,110,121)
#7E616B
(126,97,107)
#6C545D
(108,84,93)
#5A474F
(90,71,79)
#483A41
(72,58,65)
#362D33
(54,45,51)
#242025
(36,32,37)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #C695A3

#C695A3
(198,149,163)
#CB9EAB
(203,158,171)
#D0A7B3
(208,167,179)
#D5B0BB
(213,176,187)
#DAB9C3
(218,185,195)
#DFC2CB
(223,194,203)
#E4CBD3
(228,203,211)
#E9D4DB
(233,212,219)
#EEDDE3
(238,221,227)
#F3E6EB
(243,230,235)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C695A3; }

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

This text font color is #C695A3.


Background Color

.myBgColor { background-color: #C695A3; }

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

This div background color is #C695A3.


Border color

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

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

This div border color is #C695A3.


Opacity

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

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

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

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

This text has shadow with #C695A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C695A3 on black background.


Color preview on white background

This text has color #C695A3 on white background.



Black color preview on #C695A3 background

This text has black color on #C695A3 background.


White color preview on #C695A3 background

This text has white color on #C695A3 background.