COLOR #C693A5

HEX: #C693A5
RGB: (198,147,165)

Color info

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

RGB color model

#C693A5 color RGB value is (198,147,165).

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

RGB channels and saturation

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

198
147
165

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

Portions of RGB colors in percentages

R + G + B =
198 + 147 + 165 = 510 (100%)
R 198 of 510 ~ 38.82%
G 147 of 510 ~ 28.82%
B 165 of 510 ~ 32.35%

%38.82
%28.82
%32.35

CMYK color model

#C693A5 color CMYK value is (0,26,17,22).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 16.67%
  • key color value is 22.35%
CMYK:
(0,26,17,22)
C0M26Y17K22 
(0%,26%,17%,22%)
(0.00/0.26/0.17/0.22)	

CMYK percentages

%0
%25.76
%16.67
%22.35

Codes

Color #C693A5 in popluar color models

C693A5
RGB198147165
HSL339°30.91%67.65%
HSB/HSV339°25.76%77.65%
CMYK0.00%25.76%16.67%
22.35%

Color #C693A5 in popluar number systems.

HEXC693A5
Decimal198147165
Binary110001101001001110100101
Octal306223245

Shades and tints

Shades of #C693A5

#C693A5
(198,147,165)
#B48696
(180,134,150)
#A27987
(162,121,135)
#906C78
(144,108,120)
#7E5F69
(126,95,105)
#6C525A
(108,82,90)
#5A454B
(90,69,75)
#48383C
(72,56,60)
#362B2D
(54,43,45)
#241E1E
(36,30,30)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #C693A5

#C693A5
(198,147,165)
#CB9CAD
(203,156,173)
#D0A5B5
(208,165,181)
#D5AEBD
(213,174,189)
#DAB7C5
(218,183,197)
#DFC0CD
(223,192,205)
#E4C9D5
(228,201,213)
#E9D2DD
(233,210,221)
#EEDBE5
(238,219,229)
#F3E4ED
(243,228,237)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C693A5; }

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

This text font color is #C693A5.


Background Color

.myBgColor { background-color: #C693A5; }

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

This div background color is #C693A5.


Border color

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

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

This div border color is #C693A5.


Opacity

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

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

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

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

This text has shadow with #C693A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C693A5 on black background.


Color preview on white background

This text has color #C693A5 on white background.



Black color preview on #C693A5 background

This text has black color on #C693A5 background.


White color preview on #C693A5 background

This text has white color on #C693A5 background.