COLOR #C069C7

HEX: #C069C7
RGB: (192,105,199)

Color info

#C069C7 contains mainly red and blue colors. Web safe color of #C069C7 is #CC66CC (or #C6C).

RGB color model

#C069C7 color RGB value is (192,105,199).

  • red value is 192;
  • green value is 105;
  • blue value is 199.
RGB:
(192,105,199)
(75%,41%,78%)

RGB channels and saturation

R 192 of 255 = 75%
G 105 of 255 = 41%
B 199 of 255 = 78%

192
105
199

R + G + B ~ 65%. #C069C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 105 + 199 = 496 (100%)
R 192 of 496 ~ 38.71%
G 105 of 496 ~ 21.17%
B 199 of 496 ~ 40.12%

%38.71
%21.17
%40.12

CMYK color model

#C069C7 color CMYK value is (4,47,0,22).

  • cyan value is 3.52%
  • magenta value is 47.24%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(4,47,0,22)
C4M47Y0K22 
(4%,47%,0%,22%)
(0.04/0.47/0.00/0.22)	

CMYK percentages

%3.52
%47.24
%0
%21.96

Codes

Color #C069C7 in popluar color models

C069C7
RGB192105199
HSL296°45.63%59.61%
HSB/HSV296°47.24%78.04%
CMYK3.52%47.24%0.00%
21.96%

Color #C069C7 in popluar number systems.

HEXC069C7
Decimal192105199
Binary11000000110100111000111
Octal300151307

Shades and tints

Shades of #C069C7

#C069C7
(192,105,199)
#AF60B5
(175,96,181)
#9E57A3
(158,87,163)
#8D4E91
(141,78,145)
#7C457F
(124,69,127)
#6B3C6D
(107,60,109)
#5A335B
(90,51,91)
#492A49
(73,42,73)
#382137
(56,33,55)
#271825
(39,24,37)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #C069C7

#C069C7
(192,105,199)
#C576CC
(197,118,204)
#CA83D1
(202,131,209)
#CF90D6
(207,144,214)
#D49DDB
(212,157,219)
#D9AAE0
(217,170,224)
#DEB7E5
(222,183,229)
#E3C4EA
(227,196,234)
#E8D1EF
(232,209,239)
#EDDEF4
(237,222,244)
#F2EBF9
(242,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C069C7 color. Also use rgb(192,105,199) instead hex code.

Text Font Color

.myTextColor { color: #C069C7; }

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

This text font color is #C069C7.


Background Color

.myBgColor { background-color: #C069C7; }

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

This div background color is #C069C7.


Border color

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

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

This div border color is #C069C7.


Opacity

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

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

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

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

This text has shadow with #C069C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C069C7 on black background.


Color preview on white background

This text has color #C069C7 on white background.



Black color preview on #C069C7 background

This text has black color on #C069C7 background.


White color preview on #C069C7 background

This text has white color on #C069C7 background.