COLOR #C693A3

HEX: #C693A3
RGB: (198,147,163)

Color info

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

RGB color model

#C693A3 color RGB value is (198,147,163).

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

RGB channels and saturation

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

198
147
163

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

Portions of RGB colors in percentages

R + G + B =
198 + 147 + 163 = 508 (100%)
R 198 of 508 ~ 38.98%
G 147 of 508 ~ 28.94%
B 163 of 508 ~ 32.09%

%38.98
%28.94
%32.09

CMYK color model

#C693A3 color CMYK value is (0,26,18,22).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 17.68%
  • key color value is 22.35%
CMYK:
(0,26,18,22)
C0M26Y18K22 
(0%,26%,18%,22%)
(0.00/0.26/0.18/0.22)	

CMYK percentages

%0
%25.76
%17.68
%22.35

Codes

Color #C693A3 in popluar color models

C693A3
RGB198147163
HSL341°30.91%67.65%
HSB/HSV341°25.76%77.65%
CMYK0.00%25.76%17.68%
22.35%

Color #C693A3 in popluar number systems.

HEXC693A3
Decimal198147163
Binary110001101001001110100011
Octal306223243

Shades and tints

Shades of #C693A3

#C693A3
(198,147,163)
#B48695
(180,134,149)
#A27987
(162,121,135)
#906C79
(144,108,121)
#7E5F6B
(126,95,107)
#6C525D
(108,82,93)
#5A454F
(90,69,79)
#483841
(72,56,65)
#362B33
(54,43,51)
#241E25
(36,30,37)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #C693A3

#C693A3
(198,147,163)
#CB9CAB
(203,156,171)
#D0A5B3
(208,165,179)
#D5AEBB
(213,174,187)
#DAB7C3
(218,183,195)
#DFC0CB
(223,192,203)
#E4C9D3
(228,201,211)
#E9D2DB
(233,210,219)
#EEDBE3
(238,219,227)
#F3E4EB
(243,228,235)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C693A3; }

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

This text font color is #C693A3.


Background Color

.myBgColor { background-color: #C693A3; }

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

This div background color is #C693A3.


Border color

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

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

This div border color is #C693A3.


Opacity

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

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

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

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

This text has shadow with #C693A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C693A3 on black background.


Color preview on white background

This text has color #C693A3 on white background.



Black color preview on #C693A3 background

This text has black color on #C693A3 background.


White color preview on #C693A3 background

This text has white color on #C693A3 background.