COLOR #C097C2

HEX: #C097C2
RGB: (192,151,194)

Color info

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

RGB color model

#C097C2 color RGB value is (192,151,194).

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

RGB channels and saturation

R 192 of 255 = 75%
G 151 of 255 = 59%
B 194 of 255 = 76%

192
151
194

R + G + B ~ 70%. #C097C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 151 + 194 = 537 (100%)
R 192 of 537 ~ 35.75%
G 151 of 537 ~ 28.12%
B 194 of 537 ~ 36.13%

%35.75
%28.12
%36.13

CMYK color model

#C097C2 color CMYK value is (1,22,0,24).

  • cyan value is 1.03%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(1,22,0,24)
C1M22Y0K24 
(1%,22%,0%,24%)
(0.01/0.22/0.00/0.24)	

CMYK percentages

%1.03
%22.16
%0
%23.92

Codes

Color #C097C2 in popluar color models

C097C2
RGB192151194
HSL297°26.06%67.65%
HSB/HSV297°22.16%76.08%
CMYK1.03%22.16%0.00%
23.92%

Color #C097C2 in popluar number systems.

HEXC097C2
Decimal192151194
Binary110000001001011111000010
Octal300227302

Shades and tints

Shades of #C097C2

#C097C2
(192,151,194)
#AF8AB1
(175,138,177)
#9E7DA0
(158,125,160)
#8D708F
(141,112,143)
#7C637E
(124,99,126)
#6B566D
(107,86,109)
#5A495C
(90,73,92)
#493C4B
(73,60,75)
#382F3A
(56,47,58)
#272229
(39,34,41)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #C097C2

#C097C2
(192,151,194)
#C5A0C7
(197,160,199)
#CAA9CC
(202,169,204)
#CFB2D1
(207,178,209)
#D4BBD6
(212,187,214)
#D9C4DB
(217,196,219)
#DECDE0
(222,205,224)
#E3D6E5
(227,214,229)
#E8DFEA
(232,223,234)
#EDE8EF
(237,232,239)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C097C2; }

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

This text font color is #C097C2.


Background Color

.myBgColor { background-color: #C097C2; }

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

This div background color is #C097C2.


Border color

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

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

This div border color is #C097C2.


Opacity

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

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

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

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

This text has shadow with #C097C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C097C2 on black background.


Color preview on white background

This text has color #C097C2 on white background.



Black color preview on #C097C2 background

This text has black color on #C097C2 background.


White color preview on #C097C2 background

This text has white color on #C097C2 background.