COLOR #C095A3

HEX: #C095A3
RGB: (192,149,163)

Color info

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

RGB color model

#C095A3 color RGB value is (192,149,163).

  • red value is 192;
  • green value is 149;
  • blue value is 163.
RGB:
(192,149,163)
(75%,58%,64%)

RGB channels and saturation

R 192 of 255 = 75%
G 149 of 255 = 58%
B 163 of 255 = 64%

192
149
163

R + G + B ~ 66%. #C095A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 149 + 163 = 504 (100%)
R 192 of 504 ~ 38.1%
G 149 of 504 ~ 29.56%
B 163 of 504 ~ 32.34%

%38.1
%29.56
%32.34

CMYK color model

#C095A3 color CMYK value is (0,22,15,25).

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 15.10%
  • key color value is 24.71%
CMYK:
(0,22,15,25)
C0M22Y15K25 
(0%,22%,15%,25%)
(0.00/0.22/0.15/0.25)	

CMYK percentages

%0
%22.4
%15.1
%24.71

Codes

Color #C095A3 in popluar color models

C095A3
RGB192149163
HSL340°25.44%66.86%
HSB/HSV340°22.40%75.29%
CMYK0.00%22.40%15.10%
24.71%

Color #C095A3 in popluar number systems.

HEXC095A3
Decimal192149163
Binary110000001001010110100011
Octal300225243

Shades and tints

Shades of #C095A3

#C095A3
(192,149,163)
#AF8895
(175,136,149)
#9E7B87
(158,123,135)
#8D6E79
(141,110,121)
#7C616B
(124,97,107)
#6B545D
(107,84,93)
#5A474F
(90,71,79)
#493A41
(73,58,65)
#382D33
(56,45,51)
#272025
(39,32,37)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #C095A3

#C095A3
(192,149,163)
#C59EAB
(197,158,171)
#CAA7B3
(202,167,179)
#CFB0BB
(207,176,187)
#D4B9C3
(212,185,195)
#D9C2CB
(217,194,203)
#DECBD3
(222,203,211)
#E3D4DB
(227,212,219)
#E8DDE3
(232,221,227)
#EDE6EB
(237,230,235)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C095A3 color. Also use rgb(192,149,163) instead hex code.

Text Font Color

.myTextColor { color: #C095A3; }

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

This text font color is #C095A3.


Background Color

.myBgColor { background-color: #C095A3; }

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

This div background color is #C095A3.


Border color

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

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

This div border color is #C095A3.


Opacity

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

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

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

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

This text has shadow with #C095A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C095A3 on black background.


Color preview on white background

This text has color #C095A3 on white background.



Black color preview on #C095A3 background

This text has black color on #C095A3 background.


White color preview on #C095A3 background

This text has white color on #C095A3 background.