COLOR #C79F93

HEX: #C79F93 RGB: (199,159,147)

Color info

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

RGB color model

#C79F93 color RGB value is (199,159,147).

RGB: (199,159,147) (78%, 62%, 58%)

RGB channels and saturation

R 199 of 255 = 78%
G 159 of 255 = 62%
B 147 of 255 = 58%

199
159
147

R + G + B ~ 66%. #C79F93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 159 + 147 = 505 (100%)
R 199 of 505 ~ 39.41%
G 159 of 505 ~ 31.49%
B 147 of 505 ~ 29.11'%

%39.41
%31.49
%29.11

CMYK color model

#C79F93 color CMYK value is (0,20,26,22).

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

CMYK: (0,20,26,22)
C0M20Y26K22 (0%, 20%, 26%, 22%)
(0.00 / 0.20 / 0.26 / 0.22)

CMYK percentages

%0
%20.1
%26.13
%21.96

Codes

Color #C79F93 in popluar color models

C7 9F 93
RGB 199 159 147
HSL 14° 31.71% 67.84%
HSB/HSV 14° 26.13% 78.04%
CMYK 0.00% 20.10% 26.13%
21.96%

Color #C79F93 in popluar number systems.

HEX C7 9F 93
Decimal 199 159 147
Binary 11000111 10011111 10010011
Octal 307 237 223

Shades and tints

Shades of #C79F93

#C79F93
(199,159,147)
#B59186
(181,145,134)
#A38379
(163,131,121)
#91756C
(145,117,108)
#7F675F
(127,103,95)
#6D5952
(109,89,82)
#5B4B45
(91,75,69)
#493D38
(73,61,56)
#372F2B
(55,47,43)
#25211E
(37,33,30)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #C79F93

#C79F93
(199,159,147)
#CCA79C
(204,167,156)
#D1AFA5
(209,175,165)
#D6B7AE
(214,183,174)
#DBBFB7
(219,191,183)
#E0C7C0
(224,199,192)
#E5CFC9
(229,207,201)
#EAD7D2
(234,215,210)
#EFDFDB
(239,223,219)
#F4E7E4
(244,231,228)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79F93; }

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

This text font color is #C79F93.

Background Color

.myBgColor { background-color: #C79F93; }

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

This div background color is #C79F93.

Border color

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

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

This div border color is #C79F93.

Opacity

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

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

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

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

This text has shadow with #C79F93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C79F93.

Preview

Color preview on black background

This text has color #C79F93 on black background.


Color preview on white background

This text has color #C79F93 on white background.


Black color preview on #C79F93 background

This text has black color on #C79F93 background.


White color preview on #C79F93 background

This text has white color on #C79F93 background.


Related colors

Complementary color

Complementary color for #hex is #38606C.


I love getcolorcode.com

Triadic colors

1 #93C79F and #9F93C7 with #C79F93 are triadic colors.

2 #939FC7 and #9FC793 with #C79F93 are triadic colors.