COLOR #C796AB

HEX: #C796AB RGB: (199,150,171)

Color info

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

RGB color model

#C796AB color RGB value is (199,150,171).

RGB: (199,150,171) (78%, 59%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 150 of 255 = 59%
B 171 of 255 = 67%

199
150
171

R + G + B ~ 68%. #C796AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 150 + 171 = 520 (100%)
R 199 of 520 ~ 38.27%
G 150 of 520 ~ 28.85%
B 171 of 520 ~ 32.88'%

%38.27
%28.85
%32.88

CMYK color model

#C796AB color CMYK value is (0,25,14,22).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 14.07%
  • key color value is 21.96%

CMYK: (0,25,14,22)
C0M25Y14K22 (0%, 25%, 14%, 22%)
(0.00 / 0.25 / 0.14 / 0.22)

CMYK percentages

%0
%24.62
%14.07
%21.96

Codes

Color #C796AB in popluar color models

C7 96 AB
RGB 199 150 171
HSL 334° 30.43% 68.43%
HSB/HSV 334° 24.62% 78.04%
CMYK 0.00% 24.62% 14.07%
21.96%

Color #C796AB in popluar number systems.

HEX C7 96 AB
Decimal 199 150 171
Binary 11000111 10010110 10101011
Octal 307 226 253

Shades and tints

Shades of #C796AB

#C796AB
(199,150,171)
#B5899C
(181,137,156)
#A37C8D
(163,124,141)
#916F7E
(145,111,126)
#7F626F
(127,98,111)
#6D5560
(109,85,96)
#5B4851
(91,72,81)
#493B42
(73,59,66)
#372E33
(55,46,51)
#252124
(37,33,36)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #C796AB

#C796AB
(199,150,171)
#CC9FB2
(204,159,178)
#D1A8B9
(209,168,185)
#D6B1C0
(214,177,192)
#DBBAC7
(219,186,199)
#E0C3CE
(224,195,206)
#E5CCD5
(229,204,213)
#EAD5DC
(234,213,220)
#EFDEE3
(239,222,227)
#F4E7EA
(244,231,234)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C796AB color. Also use rgb(199,150,171) instead hex code.

Text Font Color

.myTextColor { color: #C796AB; }

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

This text font color is #C796AB.

Background Color

.myBgColor { background-color: #C796AB; }

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

This div background color is #C796AB.

Border color

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

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

This div border color is #C796AB.

Opacity

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

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

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

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

This text has shadow with #C796AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C796AB.

Preview

Color preview on black background

This text has color #C796AB on black background.


Color preview on white background

This text has color #C796AB on white background.


Black color preview on #C796AB background

This text has black color on #C796AB background.


White color preview on #C796AB background

This text has white color on #C796AB background.


Related colors

Complementary color

Complementary color for #hex is #386954.


I love getcolorcode.com

Triadic colors

1 #ABC796 and #96ABC7 with #C796AB are triadic colors.

2 #AB96C7 and #96C7AB with #C796AB are triadic colors.