COLOR #C694A5

HEX: #C694A5
RGB: (198,148,165)

Color info

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

RGB color model

#C694A5 color RGB value is (198,148,165).

  • red value is 198;
  • green value is 148;
  • blue value is 165.
RGB:
(198,148,165)
(78%,58%,65%)

RGB channels and saturation

R 198 of 255 = 78%
G 148 of 255 = 58%
B 165 of 255 = 65%

198
148
165

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

Portions of RGB colors in percentages

R + G + B =
198 + 148 + 165 = 511 (100%)
R 198 of 511 ~ 38.75%
G 148 of 511 ~ 28.96%
B 165 of 511 ~ 32.29%

%38.75
%28.96
%32.29

CMYK color model

#C694A5 color CMYK value is (0,25,17,22).

  • cyan value is 0.00%
  • magenta value is 25.25%
  • yellow value is 16.67%
  • key color value is 22.35%
CMYK:
(0,25,17,22)
C0M25Y17K22 
(0%,25%,17%,22%)
(0.00/0.25/0.17/0.22)	

CMYK percentages

%0
%25.25
%16.67
%22.35

Codes

Color #C694A5 in popluar color models

C694A5
RGB198148165
HSL340°30.49%67.84%
HSB/HSV340°25.25%77.65%
CMYK0.00%25.25%16.67%
22.35%

Color #C694A5 in popluar number systems.

HEXC694A5
Decimal198148165
Binary110001101001010010100101
Octal306224245

Shades and tints

Shades of #C694A5

#C694A5
(198,148,165)
#B48796
(180,135,150)
#A27A87
(162,122,135)
#906D78
(144,109,120)
#7E6069
(126,96,105)
#6C535A
(108,83,90)
#5A464B
(90,70,75)
#48393C
(72,57,60)
#362C2D
(54,44,45)
#241F1E
(36,31,30)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #C694A5

#C694A5
(198,148,165)
#CB9DAD
(203,157,173)
#D0A6B5
(208,166,181)
#D5AFBD
(213,175,189)
#DAB8C5
(218,184,197)
#DFC1CD
(223,193,205)
#E4CAD5
(228,202,213)
#E9D3DD
(233,211,221)
#EEDCE5
(238,220,229)
#F3E5ED
(243,229,237)
#F8EEF5
(248,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C694A5 color. Also use rgb(198,148,165) instead hex code.

Text Font Color

.myTextColor { color: #C694A5; }

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

This text font color is #C694A5.


Background Color

.myBgColor { background-color: #C694A5; }

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

This div background color is #C694A5.


Border color

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

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

This div border color is #C694A5.


Opacity

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

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

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

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

This text has shadow with #C694A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C694A5 on black background.


Color preview on white background

This text has color #C694A5 on white background.



Black color preview on #C694A5 background

This text has black color on #C694A5 background.


White color preview on #C694A5 background

This text has white color on #C694A5 background.