COLOR #C791BF

HEX: #C791BF
RGB: (199,145,191)

Color info

#C791BF contains red, green and blue colors in about the same proportion. Web safe color of #C791BF is #CC99CC (or #C9C).

RGB color model

#C791BF color RGB value is (199,145,191).

  • red value is 199;
  • green value is 145;
  • blue value is 191.
RGB:
(199,145,191)
(78%,57%,75%)

RGB channels and saturation

R 199 of 255 = 78%
G 145 of 255 = 57%
B 191 of 255 = 75%

199
145
191

R + G + B ~ 70%. #C791BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 145 + 191 = 535 (100%)
R 199 of 535 ~ 37.2%
G 145 of 535 ~ 27.1%
B 191 of 535 ~ 35.7%

%37.2
%27.1
%35.7

CMYK color model

#C791BF color CMYK value is (0,27,4,22).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 4.02%
  • key color value is 21.96%
CMYK:
(0,27,4,22)
C0M27Y4K22 
(0%,27%,4%,22%)
(0.00/0.27/0.04/0.22)	

CMYK percentages

%0
%27.14
%4.02
%21.96

Codes

Color #C791BF in popluar color models

C791BF
RGB199145191
HSL309°32.53%67.45%
HSB/HSV309°27.14%78.04%
CMYK0.00%27.14%4.02%
21.96%

Color #C791BF in popluar number systems.

HEXC791BF
Decimal199145191
Binary110001111001000110111111
Octal307221277

Shades and tints

Shades of #C791BF

#C791BF
(199,145,191)
#B584AE
(181,132,174)
#A3779D
(163,119,157)
#916A8C
(145,106,140)
#7F5D7B
(127,93,123)
#6D506A
(109,80,106)
#5B4359
(91,67,89)
#493648
(73,54,72)
#372937
(55,41,55)
#251C26
(37,28,38)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #C791BF

#C791BF
(199,145,191)
#CC9BC4
(204,155,196)
#D1A5C9
(209,165,201)
#D6AFCE
(214,175,206)
#DBB9D3
(219,185,211)
#E0C3D8
(224,195,216)
#E5CDDD
(229,205,221)
#EAD7E2
(234,215,226)
#EFE1E7
(239,225,231)
#F4EBEC
(244,235,236)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C791BF color. Also use rgb(199,145,191) instead hex code.

Text Font Color

.myTextColor { color: #C791BF; }

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

This text font color is #C791BF.


Background Color

.myBgColor { background-color: #C791BF; }

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

This div background color is #C791BF.


Border color

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

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

This div border color is #C791BF.


Opacity

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

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

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

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

This text has shadow with #C791BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C791BF on black background.


Color preview on white background

This text has color #C791BF on white background.



Black color preview on #C791BF background

This text has black color on #C791BF background.


White color preview on #C791BF background

This text has white color on #C791BF background.