COLOR #C280A7

HEX: #C280A7
RGB: (194,128,167)

Color info

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

RGB color model

#C280A7 color RGB value is (194,128,167).

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

RGB channels and saturation

R 194 of 255 = 76%
G 128 of 255 = 50%
B 167 of 255 = 65%

194
128
167

R + G + B ~ 64%. #C280A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 128 + 167 = 489 (100%)
R 194 of 489 ~ 39.67%
G 128 of 489 ~ 26.18%
B 167 of 489 ~ 34.15%

%39.67
%26.18
%34.15

CMYK color model

#C280A7 color CMYK value is (0,34,14,24).

  • cyan value is 0.00%
  • magenta value is 34.02%
  • yellow value is 13.92%
  • key color value is 23.92%
CMYK:
(0,34,14,24)
C0M34Y14K24 
(0%,34%,14%,24%)
(0.00/0.34/0.14/0.24)	

CMYK percentages

%0
%34.02
%13.92
%23.92

Codes

Color #C280A7 in popluar color models

C280A7
RGB194128167
HSL325°35.11%63.14%
HSB/HSV325°34.02%76.08%
CMYK0.00%34.02%13.92%
23.92%

Color #C280A7 in popluar number systems.

HEXC280A7
Decimal194128167
Binary110000101000000010100111
Octal302200247

Shades and tints

Shades of #C280A7

#C280A7
(194,128,167)
#B17598
(177,117,152)
#A06A89
(160,106,137)
#8F5F7A
(143,95,122)
#7E546B
(126,84,107)
#6D495C
(109,73,92)
#5C3E4D
(92,62,77)
#4B333E
(75,51,62)
#3A282F
(58,40,47)
#291D20
(41,29,32)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #C280A7

#C280A7
(194,128,167)
#C78BAF
(199,139,175)
#CC96B7
(204,150,183)
#D1A1BF
(209,161,191)
#D6ACC7
(214,172,199)
#DBB7CF
(219,183,207)
#E0C2D7
(224,194,215)
#E5CDDF
(229,205,223)
#EAD8E7
(234,216,231)
#EFE3EF
(239,227,239)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C280A7; }

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

This text font color is #C280A7.


Background Color

.myBgColor { background-color: #C280A7; }

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

This div background color is #C280A7.


Border color

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

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

This div border color is #C280A7.


Opacity

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

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

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

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

This text has shadow with #C280A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C280A7 on black background.


Color preview on white background

This text has color #C280A7 on white background.



Black color preview on #C280A7 background

This text has black color on #C280A7 background.


White color preview on #C280A7 background

This text has white color on #C280A7 background.