COLOR #C19AAF

HEX: #C19AAF RGB: (193,154,175)

Color info

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

RGB color model

#C19AAF color RGB value is (193,154,175).

RGB: (193,154,175) (76%, 60%, 69%)

RGB channels and saturation

R 193 of 255 = 76%
G 154 of 255 = 60%
B 175 of 255 = 69%

193
154
175

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

Portions of RGB colors in percentages

R + G + B = 193 + 154 + 175 = 522 (100%)
R 193 of 522 ~ 36.97%
G 154 of 522 ~ 29.5%
B 175 of 522 ~ 33.52'%

%36.97
%29.5
%33.52

CMYK color model

#C19AAF color CMYK value is (0,20,9,24).

  • cyan value is 0.00%
  • magenta value is 20.21%
  • yellow value is 9.33%
  • key color value is 24.31%

CMYK: (0,20,9,24)
C0M20Y9K24 (0%, 20%, 9%, 24%)
(0.00 / 0.20 / 0.09 / 0.24)

CMYK percentages

%0
%20.21
%9.33
%24.31

Codes

Color #C19AAF in popluar color models

C1 9A AF
RGB 193 154 175
HSL 328° 23.93% 68.04%
HSB/HSV 328° 20.21% 75.69%
CMYK 0.00% 20.21% 9.33%
24.31%

Color #C19AAF in popluar number systems.

HEX C1 9A AF
Decimal 193 154 175
Binary 11000001 10011010 10101111
Octal 301 232 257

Shades and tints

Shades of #C19AAF

#C19AAF
(193,154,175)
#B08CA0
(176,140,160)
#9F7E91
(159,126,145)
#8E7082
(142,112,130)
#7D6273
(125,98,115)
#6C5464
(108,84,100)
#5B4655
(91,70,85)
#4A3846
(74,56,70)
#392A37
(57,42,55)
#281C28
(40,28,40)
#170E19
(23,14,25)
#000000
(0,0,0)

Tints of #C19AAF

#C19AAF
(193,154,175)
#C6A3B6
(198,163,182)
#CBACBD
(203,172,189)
#D0B5C4
(208,181,196)
#D5BECB
(213,190,203)
#DAC7D2
(218,199,210)
#DFD0D9
(223,208,217)
#E4D9E0
(228,217,224)
#E9E2E7
(233,226,231)
#EEEBEE
(238,235,238)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19AAF color. Also use rgb(193,154,175) instead hex code.

Text Font Color

.myTextColor { color: #C19AAF; }

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

This text font color is #C19AAF.

Background Color

.myBgColor { background-color: #C19AAF; }

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

This div background color is #C19AAF.

Border color

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

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

This div border color is #C19AAF.

Opacity

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

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

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

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

This text has shadow with #C19AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19AAF.

Preview

Color preview on black background

This text has color #C19AAF on black background.


Color preview on white background

This text has color #C19AAF on white background.


Black color preview on #C19AAF background

This text has black color on #C19AAF background.


White color preview on #C19AAF background

This text has white color on #C19AAF background.


Related colors

Complementary color

Complementary color for #hex is #3E6550.


I love getcolorcode.com

Triadic colors

1 #AFC19A and #9AAFC1 with #C19AAF are triadic colors.

2 #AF9AC1 and #9AC1AF with #C19AAF are triadic colors.