COLOR #C79FB0

HEX: #C79FB0 RGB: (199,159,176)

Color info

#C79FB0 contains red, green and blue colors in about the same proportion. Web safe color of #C79FB0 is #CC9999 (or #C99).

RGB color model

#C79FB0 color RGB value is (199,159,176).

RGB: (199,159,176) (78%, 62%, 69%)

RGB channels and saturation

R 199 of 255 = 78%
G 159 of 255 = 62%
B 176 of 255 = 69%

199
159
176

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

Portions of RGB colors in percentages

R + G + B = 199 + 159 + 176 = 534 (100%)
R 199 of 534 ~ 37.27%
G 159 of 534 ~ 29.78%
B 176 of 534 ~ 32.96'%

%37.27
%29.78
%32.96

CMYK color model

#C79FB0 color CMYK value is (0,20,12,22).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 11.56%
  • key color value is 21.96%

CMYK: (0,20,12,22)
C0M20Y12K22 (0%, 20%, 12%, 22%)
(0.00 / 0.20 / 0.12 / 0.22)

CMYK percentages

%0
%20.1
%11.56
%21.96

Codes

Color #C79FB0 in popluar color models

C7 9F B0
RGB 199 159 176
HSL 335° 26.32% 70.20%
HSB/HSV 335° 20.10% 78.04%
CMYK 0.00% 20.10% 11.56%
21.96%

Color #C79FB0 in popluar number systems.

HEX C7 9F B0
Decimal 199 159 176
Binary 11000111 10011111 10110000
Octal 307 237 260

Shades and tints

Shades of #C79FB0

#C79FB0
(199,159,176)
#B591A0
(181,145,160)
#A38390
(163,131,144)
#917580
(145,117,128)
#7F6770
(127,103,112)
#6D5960
(109,89,96)
#5B4B50
(91,75,80)
#493D40
(73,61,64)
#372F30
(55,47,48)
#252120
(37,33,32)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #C79FB0

#C79FB0
(199,159,176)
#CCA7B7
(204,167,183)
#D1AFBE
(209,175,190)
#D6B7C5
(214,183,197)
#DBBFCC
(219,191,204)
#E0C7D3
(224,199,211)
#E5CFDA
(229,207,218)
#EAD7E1
(234,215,225)
#EFDFE8
(239,223,232)
#F4E7EF
(244,231,239)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79FB0 color. Also use rgb(199,159,176) instead hex code.

Text Font Color

.myTextColor { color: #C79FB0; }

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

This text font color is #C79FB0.

Background Color

.myBgColor { background-color: #C79FB0; }

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

This div background color is #C79FB0.

Border color

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

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

This div border color is #C79FB0.

Opacity

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

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

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

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

This text has shadow with #C79FB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C79FB0.

Preview

Color preview on black background

This text has color #C79FB0 on black background.


Color preview on white background

This text has color #C79FB0 on white background.


Black color preview on #C79FB0 background

This text has black color on #C79FB0 background.


White color preview on #C79FB0 background

This text has white color on #C79FB0 background.


Related colors

Complementary color

Complementary color for #hex is #38604F.


I love getcolorcode.com

Triadic colors

1 #B0C79F and #9FB0C7 with #C79FB0 are triadic colors.

2 #B09FC7 and #9FC7B0 with #C79FB0 are triadic colors.