COLOR #C267A7

HEX: #C267A7
RGB: (194,103,167)

Color info

#C267A7 contains mainly red and blue colors. Web safe color of #C267A7 is #CC6699 (or #C69).

RGB color model

#C267A7 color RGB value is (194,103,167).

  • red value is 194;
  • green value is 103;
  • blue value is 167.
RGB:
(194,103,167)
(76%,40%,65%)

RGB channels and saturation

R 194 of 255 = 76%
G 103 of 255 = 40%
B 167 of 255 = 65%

194
103
167

R + G + B ~ 60%. #C267A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
194 + 103 + 167 = 464 (100%)
R 194 of 464 ~ 41.81%
G 103 of 464 ~ 22.2%
B 167 of 464 ~ 35.99%

%41.81
%22.2
%35.99

CMYK color model

#C267A7 color CMYK value is (0,47,14,24).

  • cyan value is 0.00%
  • magenta value is 46.91%
  • yellow value is 13.92%
  • key color value is 23.92%
CMYK:
(0,47,14,24)
C0M47Y14K24 
(0%,47%,14%,24%)
(0.00/0.47/0.14/0.24)	

CMYK percentages

%0
%46.91
%13.92
%23.92

Codes

Color #C267A7 in popluar color models

C267A7
RGB194103167
HSL318°42.72%58.24%
HSB/HSV318°46.91%76.08%
CMYK0.00%46.91%13.92%
23.92%

Color #C267A7 in popluar number systems.

HEXC267A7
Decimal194103167
Binary11000010110011110100111
Octal302147247

Shades and tints

Shades of #C267A7

#C267A7
(194,103,167)
#B15E98
(177,94,152)
#A05589
(160,85,137)
#8F4C7A
(143,76,122)
#7E436B
(126,67,107)
#6D3A5C
(109,58,92)
#5C314D
(92,49,77)
#4B283E
(75,40,62)
#3A1F2F
(58,31,47)
#291620
(41,22,32)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #C267A7

#C267A7
(194,103,167)
#C774AF
(199,116,175)
#CC81B7
(204,129,183)
#D18EBF
(209,142,191)
#D69BC7
(214,155,199)
#DBA8CF
(219,168,207)
#E0B5D7
(224,181,215)
#E5C2DF
(229,194,223)
#EACFE7
(234,207,231)
#EFDCEF
(239,220,239)
#F4E9F7
(244,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C267A7 color. Also use rgb(194,103,167) instead hex code.

Text Font Color

.myTextColor { color: #C267A7; }

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

This text font color is #C267A7.


Background Color

.myBgColor { background-color: #C267A7; }

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

This div background color is #C267A7.


Border color

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

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

This div border color is #C267A7.


Opacity

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

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

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

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

This text has shadow with #C267A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C267A7 on black background.


Color preview on white background

This text has color #C267A7 on white background.



Black color preview on #C267A7 background

This text has black color on #C267A7 background.


White color preview on #C267A7 background

This text has white color on #C267A7 background.