COLOR #C275B0

HEX: #C275B0
RGB: (194,117,176)

Color info

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

RGB color model

#C275B0 color RGB value is (194,117,176).

  • red value is 194;
  • green value is 117;
  • blue value is 176.
RGB:
(194,117,176)
(76%,46%,69%)

RGB channels and saturation

R 194 of 255 = 76%
G 117 of 255 = 46%
B 176 of 255 = 69%

194
117
176

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

Portions of RGB colors in percentages

R + G + B =
194 + 117 + 176 = 487 (100%)
R 194 of 487 ~ 39.84%
G 117 of 487 ~ 24.02%
B 176 of 487 ~ 36.14%

%39.84
%24.02
%36.14

CMYK color model

#C275B0 color CMYK value is (0,40,9,24).

  • cyan value is 0.00%
  • magenta value is 39.69%
  • yellow value is 9.28%
  • key color value is 23.92%
CMYK:
(0,40,9,24)
C0M40Y9K24 
(0%,40%,9%,24%)
(0.00/0.40/0.09/0.24)	

CMYK percentages

%0
%39.69
%9.28
%23.92

Codes

Color #C275B0 in popluar color models

C275B0
RGB194117176
HSL314°38.69%60.98%
HSB/HSV314°39.69%76.08%
CMYK0.00%39.69%9.28%
23.92%

Color #C275B0 in popluar number systems.

HEXC275B0
Decimal194117176
Binary11000010111010110110000
Octal302165260

Shades and tints

Shades of #C275B0

#C275B0
(194,117,176)
#B16BA0
(177,107,160)
#A06190
(160,97,144)
#8F5780
(143,87,128)
#7E4D70
(126,77,112)
#6D4360
(109,67,96)
#5C3950
(92,57,80)
#4B2F40
(75,47,64)
#3A2530
(58,37,48)
#291B20
(41,27,32)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #C275B0

#C275B0
(194,117,176)
#C781B7
(199,129,183)
#CC8DBE
(204,141,190)
#D199C5
(209,153,197)
#D6A5CC
(214,165,204)
#DBB1D3
(219,177,211)
#E0BDDA
(224,189,218)
#E5C9E1
(229,201,225)
#EAD5E8
(234,213,232)
#EFE1EF
(239,225,239)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C275B0 color. Also use rgb(194,117,176) instead hex code.

Text Font Color

.myTextColor { color: #C275B0; }

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

This text font color is #C275B0.


Background Color

.myBgColor { background-color: #C275B0; }

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

This div background color is #C275B0.


Border color

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

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

This div border color is #C275B0.


Opacity

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

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

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

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

This text has shadow with #C275B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C275B0 on black background.


Color preview on white background

This text has color #C275B0 on white background.



Black color preview on #C275B0 background

This text has black color on #C275B0 background.


White color preview on #C275B0 background

This text has white color on #C275B0 background.