COLOR #C093AB

HEX: #C093AB RGB: (192,147,171)

Color info

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

RGB color model

#C093AB color RGB value is (192,147,171).

RGB: (192,147,171) (75%, 58%, 67%)

RGB channels and saturation

R 192 of 255 = 75%
G 147 of 255 = 58%
B 171 of 255 = 67%

192
147
171

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

Portions of RGB colors in percentages

R + G + B = 192 + 147 + 171 = 510 (100%)
R 192 of 510 ~ 37.65%
G 147 of 510 ~ 28.82%
B 171 of 510 ~ 33.53'%

%37.65
%28.82
%33.53

CMYK color model

#C093AB color CMYK value is (0,23,11,25).

  • cyan value is 0.00%
  • magenta value is 23.44%
  • yellow value is 10.94%
  • key color value is 24.71%

CMYK: (0,23,11,25)
C0M23Y11K25 (0%, 23%, 11%, 25%)
(0.00 / 0.23 / 0.11 / 0.25)

CMYK percentages

%0
%23.44
%10.94
%24.71

Codes

Color #C093AB in popluar color models

C0 93 AB
RGB 192 147 171
HSL 328° 26.32% 66.47%
HSB/HSV 328° 23.44% 75.29%
CMYK 0.00% 23.44% 10.94%
24.71%

Color #C093AB in popluar number systems.

HEX C0 93 AB
Decimal 192 147 171
Binary 11000000 10010011 10101011
Octal 300 223 253

Shades and tints

Shades of #C093AB

#C093AB
(192,147,171)
#AF869C
(175,134,156)
#9E798D
(158,121,141)
#8D6C7E
(141,108,126)
#7C5F6F
(124,95,111)
#6B5260
(107,82,96)
#5A4551
(90,69,81)
#493842
(73,56,66)
#382B33
(56,43,51)
#271E24
(39,30,36)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #C093AB

#C093AB
(192,147,171)
#C59CB2
(197,156,178)
#CAA5B9
(202,165,185)
#CFAEC0
(207,174,192)
#D4B7C7
(212,183,199)
#D9C0CE
(217,192,206)
#DEC9D5
(222,201,213)
#E3D2DC
(227,210,220)
#E8DBE3
(232,219,227)
#EDE4EA
(237,228,234)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C093AB color. Also use rgb(192,147,171) instead hex code.

Text Font Color

.myTextColor { color: #C093AB; }

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

This text font color is #C093AB.

Background Color

.myBgColor { background-color: #C093AB; }

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

This div background color is #C093AB.

Border color

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

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

This div border color is #C093AB.

Opacity

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

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

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

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

This text has shadow with #C093AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C093AB.

Preview

Color preview on black background

This text has color #C093AB on black background.


Color preview on white background

This text has color #C093AB on white background.


Black color preview on #C093AB background

This text has black color on #C093AB background.


White color preview on #C093AB background

This text has white color on #C093AB background.


Related colors

Complementary color

Complementary color for #hex is #3F6C54.


I love getcolorcode.com

Triadic colors

1 #ABC093 and #93ABC0 with #C093AB are triadic colors.

2 #AB93C0 and #93C0AB with #C093AB are triadic colors.