COLOR #C791BE

HEX: #C791BE RGB: (199,145,190)

Color info

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

RGB color model

#C791BE color RGB value is (199,145,190).

RGB: (199,145,190) (78%, 57%, 75%)

RGB channels and saturation

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

199
145
190

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

Portions of RGB colors in percentages

R + G + B = 199 + 145 + 190 = 534 (100%)
R 199 of 534 ~ 37.27%
G 145 of 534 ~ 27.15%
B 190 of 534 ~ 35.58'%

%37.27
%27.15
%35.58

CMYK color model

#C791BE color CMYK value is (0,27,5,22).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 4.52%
  • key color value is 21.96%

CMYK: (0,27,5,22)
C0M27Y5K22 (0%, 27%, 5%, 22%)
(0.00 / 0.27 / 0.05 / 0.22)

CMYK percentages

%0
%27.14
%4.52
%21.96

Codes

Color #C791BE in popluar color models

C7 91 BE
RGB 199 145 190
HSL 310° 32.53% 67.45%
HSB/HSV 310° 27.14% 78.04%
CMYK 0.00% 27.14% 4.52%
21.96%

Color #C791BE in popluar number systems.

HEX C7 91 BE
Decimal 199 145 190
Binary 11000111 10010001 10111110
Octal 307 221 276

Shades and tints

Shades of #C791BE

#C791BE
(199,145,190)
#B584AD
(181,132,173)
#A3779C
(163,119,156)
#916A8B
(145,106,139)
#7F5D7A
(127,93,122)
#6D5069
(109,80,105)
#5B4358
(91,67,88)
#493647
(73,54,71)
#372936
(55,41,54)
#251C25
(37,28,37)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #C791BE

#C791BE
(199,145,190)
#CC9BC3
(204,155,195)
#D1A5C8
(209,165,200)
#D6AFCD
(214,175,205)
#DBB9D2
(219,185,210)
#E0C3D7
(224,195,215)
#E5CDDC
(229,205,220)
#EAD7E1
(234,215,225)
#EFE1E6
(239,225,230)
#F4EBEB
(244,235,235)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C791BE; }

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

This text font color is #C791BE.

Background Color

.myBgColor { background-color: #C791BE; }

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

This div background color is #C791BE.

Border color

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

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

This div border color is #C791BE.

Opacity

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

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

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

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

This text has shadow with #C791BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C791BE.

Preview

Color preview on black background

This text has color #C791BE on black background.


Color preview on white background

This text has color #C791BE on white background.


Black color preview on #C791BE background

This text has black color on #C791BE background.


White color preview on #C791BE background

This text has white color on #C791BE background.


Related colors

Complementary color

Complementary color for #hex is #386E41.


I love getcolorcode.com

Triadic colors

1 #BEC791 and #91BEC7 with #C791BE are triadic colors.

2 #BE91C7 and #91C7BE with #C791BE are triadic colors.