COLOR #C472B7

HEX: #C472B7
RGB: (196,114,183)

Color info

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

RGB color model

#C472B7 color RGB value is (196,114,183).

  • red value is 196;
  • green value is 114;
  • blue value is 183.
RGB:
(196,114,183)
(77%,45%,72%)

RGB channels and saturation

R 196 of 255 = 77%
G 114 of 255 = 45%
B 183 of 255 = 72%

196
114
183

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

Portions of RGB colors in percentages

R + G + B =
196 + 114 + 183 = 493 (100%)
R 196 of 493 ~ 39.76%
G 114 of 493 ~ 23.12%
B 183 of 493 ~ 37.12%

%39.76
%23.12
%37.12

CMYK color model

#C472B7 color CMYK value is (0,42,7,23).

  • cyan value is 0.00%
  • magenta value is 41.84%
  • yellow value is 6.63%
  • key color value is 23.14%
CMYK:
(0,42,7,23)
C0M42Y7K23 
(0%,42%,7%,23%)
(0.00/0.42/0.07/0.23)	

CMYK percentages

%0
%41.84
%6.63
%23.14

Codes

Color #C472B7 in popluar color models

C472B7
RGB196114183
HSL310°41.00%60.78%
HSB/HSV310°41.84%76.86%
CMYK0.00%41.84%6.63%
23.14%

Color #C472B7 in popluar number systems.

HEXC472B7
Decimal196114183
Binary11000100111001010110111
Octal304162267

Shades and tints

Shades of #C472B7

#C472B7
(196,114,183)
#B368A7
(179,104,167)
#A25E97
(162,94,151)
#915487
(145,84,135)
#804A77
(128,74,119)
#6F4067
(111,64,103)
#5E3657
(94,54,87)
#4D2C47
(77,44,71)
#3C2237
(60,34,55)
#2B1827
(43,24,39)
#1A0E17
(26,14,23)
#000000
(0,0,0)

Tints of #C472B7

#C472B7
(196,114,183)
#C97EBD
(201,126,189)
#CE8AC3
(206,138,195)
#D396C9
(211,150,201)
#D8A2CF
(216,162,207)
#DDAED5
(221,174,213)
#E2BADB
(226,186,219)
#E7C6E1
(231,198,225)
#ECD2E7
(236,210,231)
#F1DEED
(241,222,237)
#F6EAF3
(246,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C472B7 color. Also use rgb(196,114,183) instead hex code.

Text Font Color

.myTextColor { color: #C472B7; }

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

This text font color is #C472B7.


Background Color

.myBgColor { background-color: #C472B7; }

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

This div background color is #C472B7.


Border color

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

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

This div border color is #C472B7.


Opacity

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

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

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

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

This text has shadow with #C472B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C472B7 on black background.


Color preview on white background

This text has color #C472B7 on white background.



Black color preview on #C472B7 background

This text has black color on #C472B7 background.


White color preview on #C472B7 background

This text has white color on #C472B7 background.