COLOR #C19AC9

HEX: #C19AC9 RGB: (193,154,201)

Color info

#C19AC9 contains red, green and blue colors in about the same proportion. Web safe color of #C19AC9 is #CC99CC (or #C9C).

RGB color model

#C19AC9 color RGB value is (193,154,201).

RGB: (193,154,201) (76%, 60%, 79%)

RGB channels and saturation

R 193 of 255 = 76%
G 154 of 255 = 60%
B 201 of 255 = 79%

193
154
201

R + G + B ~ 72%. #C19AC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 154 + 201 = 548 (100%)
R 193 of 548 ~ 35.22%
G 154 of 548 ~ 28.1%
B 201 of 548 ~ 36.68'%

%35.22
%28.1
%36.68

CMYK color model

#C19AC9 color CMYK value is (4,23,0,21).

  • cyan value is 3.98%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (4,23,0,21) C4M23Y0K21 (4%,23%,0%,21%) (0.04/0.23/0.00/0.21) 

CMYK percentages

%3.98
%23.38
%0
%21.18

Codes

Color #C19AC9 in popluar color models

C1 9A C9
RGB 193 154 201
HSL 290° 30.32% 69.61%
HSB/HSV 290° 23.38% 78.82%
CMYK 3.98% 23.38% 0.00%
21.18%

Color #C19AC9 in popluar number systems.

HEX C1 9A C9
Decimal 193 154 201
Binary 11000001 10011010 11001001
Octal 301 232 311

Shades and tints

Shades of #C19AC9

#C19AC9
(193,154,201)
#B08CB7
(176,140,183)
#9F7EA5
(159,126,165)
#8E7093
(142,112,147)
#7D6281
(125,98,129)
#6C546F
(108,84,111)
#5B465D
(91,70,93)
#4A384B
(74,56,75)
#392A39
(57,42,57)
#281C27
(40,28,39)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #C19AC9

#C19AC9
(193,154,201)
#C6A3CD
(198,163,205)
#CBACD1
(203,172,209)
#D0B5D5
(208,181,213)
#D5BED9
(213,190,217)
#DAC7DD
(218,199,221)
#DFD0E1
(223,208,225)
#E4D9E5
(228,217,229)
#E9E2E9
(233,226,233)
#EEEBED
(238,235,237)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19AC9; }

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

This text font color is #C19AC9.

Background Color

.myBgColor { background-color: #C19AC9; }

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

This div background color is #C19AC9.

Border color

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

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

This div border color is #C19AC9.


'.$lang['color_style_opacity'].'

.myOpacity80 { color: #'.$colorObj['hex'].'; opacity: 0.8; }

<p style="color:#'.$colorObj['hex'].';opacity:0.8;">80%</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_opacity_text']).' 100% | 80% | 50% | 30%.

'.$lang['color_style_bgcolor_text'].' 100%.

'.$lang['color_style_bgcolor_text'].' 80%.

'.$lang['color_style_bgcolor_text'].' 50%.

'.$lang['color_style_bgcolor_text'].' 30%.

'.$lang['color_style_text_shadow'].'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].';}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].'">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample']).'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 5px 5px 20px red">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample2']).'


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)">Text</p>

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.


'.$lang['color_style_box_shadow'].'

 /* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow:1px 1px 3px 2px #'.$colorObj['hex'].';">
Div content here</div>
'.str_replace('%color%',$colorObj['hex'],$lang['color_style_box_shadow_sample']).'
'; ?>

Preview

Color preview on black background

This text has color #C19AC9 on black background.


Color preview on white background

This text has color #C19AC9 on white background.



Black color preview on #C19AC9 background

This text has black color on #C19AC9 background.


White color preview on #C19AC9 background

This text has white color on #C19AC9 background.