COLOR #C097A3

HEX: #C097A3
RGB: (192,151,163)

Color info

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

RGB color model

#C097A3 color RGB value is (192,151,163).

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

RGB channels and saturation

R 192 of 255 = 75%
G 151 of 255 = 59%
B 163 of 255 = 64%

192
151
163

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

Portions of RGB colors in percentages

R + G + B =
192 + 151 + 163 = 506 (100%)
R 192 of 506 ~ 37.94%
G 151 of 506 ~ 29.84%
B 163 of 506 ~ 32.21%

%37.94
%29.84
%32.21

CMYK color model

#C097A3 color CMYK value is (0,21,15,25).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 15.10%
  • key color value is 24.71%
CMYK:
(0,21,15,25)
C0M21Y15K25 
(0%,21%,15%,25%)
(0.00/0.21/0.15/0.25)	

CMYK percentages

%0
%21.35
%15.1
%24.71

Codes

Color #C097A3 in popluar color models

C097A3
RGB192151163
HSL342°24.55%67.25%
HSB/HSV342°21.35%75.29%
CMYK0.00%21.35%15.10%
24.71%

Color #C097A3 in popluar number systems.

HEXC097A3
Decimal192151163
Binary110000001001011110100011
Octal300227243

Shades and tints

Shades of #C097A3

#C097A3
(192,151,163)
#AF8A95
(175,138,149)
#9E7D87
(158,125,135)
#8D7079
(141,112,121)
#7C636B
(124,99,107)
#6B565D
(107,86,93)
#5A494F
(90,73,79)
#493C41
(73,60,65)
#382F33
(56,47,51)
#272225
(39,34,37)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #C097A3

#C097A3
(192,151,163)
#C5A0AB
(197,160,171)
#CAA9B3
(202,169,179)
#CFB2BB
(207,178,187)
#D4BBC3
(212,187,195)
#D9C4CB
(217,196,203)
#DECDD3
(222,205,211)
#E3D6DB
(227,214,219)
#E8DFE3
(232,223,227)
#EDE8EB
(237,232,235)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C097A3; }

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

This text font color is #C097A3.


Background Color

.myBgColor { background-color: #C097A3; }

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

This div background color is #C097A3.


Border color

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

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

This div border color is #C097A3.


Opacity

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

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

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

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

This text has shadow with #C097A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C097A3 on black background.


Color preview on white background

This text has color #C097A3 on white background.



Black color preview on #C097A3 background

This text has black color on #C097A3 background.


White color preview on #C097A3 background

This text has white color on #C097A3 background.