COLOR #C69FA0

HEX: #C69FA0 RGB: (198,159,160)

Color info

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

RGB color model

#C69FA0 color RGB value is (198,159,160).

RGB: (198,159,160) (78%, 62%, 63%)

RGB channels and saturation

R 198 of 255 = 78%
G 159 of 255 = 62%
B 160 of 255 = 63%

198
159
160

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

Portions of RGB colors in percentages

R + G + B = 198 + 159 + 160 = 517 (100%)
R 198 of 517 ~ 38.3%
G 159 of 517 ~ 30.75%
B 160 of 517 ~ 30.95'%

%38.3
%30.75
%30.95

CMYK color model

#C69FA0 color CMYK value is (0,20,19,22).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 19.19%
  • key color value is 22.35%

CMYK: (0,20,19,22)
C0M20Y19K22 (0%, 20%, 19%, 22%)
(0.00 / 0.20 / 0.19 / 0.22)

CMYK percentages

%0
%19.7
%19.19
%22.35

Codes

Color #C69FA0 in popluar color models

C6 9F A0
RGB 198 159 160
HSL 358° 25.49% 70.00%
HSB/HSV 358° 19.70% 77.65%
CMYK 0.00% 19.70% 19.19%
22.35%

Color #C69FA0 in popluar number systems.

HEX C6 9F A0
Decimal 198 159 160
Binary 11000110 10011111 10100000
Octal 306 237 240

Shades and tints

Shades of #C69FA0

#C69FA0
(198,159,160)
#B49192
(180,145,146)
#A28384
(162,131,132)
#907576
(144,117,118)
#7E6768
(126,103,104)
#6C595A
(108,89,90)
#5A4B4C
(90,75,76)
#483D3E
(72,61,62)
#362F30
(54,47,48)
#242122
(36,33,34)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #C69FA0

#C69FA0
(198,159,160)
#CBA7A8
(203,167,168)
#D0AFB0
(208,175,176)
#D5B7B8
(213,183,184)
#DABFC0
(218,191,192)
#DFC7C8
(223,199,200)
#E4CFD0
(228,207,208)
#E9D7D8
(233,215,216)
#EEDFE0
(238,223,224)
#F3E7E8
(243,231,232)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69FA0 color. Also use rgb(198,159,160) instead hex code.

Text Font Color

.myTextColor { color: #C69FA0; }

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

This text font color is #C69FA0.

Background Color

.myBgColor { background-color: #C69FA0; }

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

This div background color is #C69FA0.

Border color

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

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

This div border color is #C69FA0.

Opacity

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

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

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

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

This text has shadow with #C69FA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69FA0.

Preview

Color preview on black background

This text has color #C69FA0 on black background.


Color preview on white background

This text has color #C69FA0 on white background.


Black color preview on #C69FA0 background

This text has black color on #C69FA0 background.


White color preview on #C69FA0 background

This text has white color on #C69FA0 background.


Related colors

Complementary color

Complementary color for #hex is #39605F.


I love getcolorcode.com

Triadic colors

1 #A0C69F and #9FA0C6 with #C69FA0 are triadic colors.

2 #A09FC6 and #9FC6A0 with #C69FA0 are triadic colors.