COLOR #C7C187

HEX: #C7C187 RGB: (199,193,135)

Color info

#C7C187 contains mainly red and green colors. Web safe color of #C7C187 is #CCCC99 (or #CC9).

RGB color model

#C7C187 color RGB value is (199,193,135).

RGB: (199,193,135) (78%, 76%, 53%)

RGB channels and saturation

R 199 of 255 = 78%
G 193 of 255 = 76%
B 135 of 255 = 53%

199
193
135

R + G + B ~ 69%. #C7C187 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 193 + 135 = 527 (100%)
R 199 of 527 ~ 37.76%
G 193 of 527 ~ 36.62%
B 135 of 527 ~ 25.62'%

%37.76
%36.62
%25.62

CMYK color model

#C7C187 color CMYK value is (0,3,32,22).

  • cyan value is 0.00%
  • magenta value is 3.02%
  • yellow value is 32.16%
  • key color value is 21.96%

CMYK: (0,3,32,22)
C0M3Y32K22 (0%, 3%, 32%, 22%)
(0.00 / 0.03 / 0.32 / 0.22)

CMYK percentages

%0
%3.02
%32.16
%21.96

Codes

Color #C7C187 in popluar color models

C7 C1 87
RGB 199 193 135
HSL 54° 36.36% 65.49%
HSB/HSV 54° 32.16% 78.04%
CMYK 0.00% 3.02% 32.16%
21.96%

Color #C7C187 in popluar number systems.

HEX C7 C1 87
Decimal 199 193 135
Binary 11000111 11000001 10000111
Octal 307 301 207

Shades and tints

Shades of #C7C187

#C7C187
(199,193,135)
#B5B07B
(181,176,123)
#A39F6F
(163,159,111)
#918E63
(145,142,99)
#7F7D57
(127,125,87)
#6D6C4B
(109,108,75)
#5B5B3F
(91,91,63)
#494A33
(73,74,51)
#373927
(55,57,39)
#25281B
(37,40,27)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #C7C187

#C7C187
(199,193,135)
#CCC691
(204,198,145)
#D1CB9B
(209,203,155)
#D6D0A5
(214,208,165)
#DBD5AF
(219,213,175)
#E0DAB9
(224,218,185)
#E5DFC3
(229,223,195)
#EAE4CD
(234,228,205)
#EFE9D7
(239,233,215)
#F4EEE1
(244,238,225)
#F9F3EB
(249,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C187 color. Also use rgb(199,193,135) instead hex code.

Text Font Color

.myTextColor { color: #C7C187; }

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

This text font color is #C7C187.

Background Color

.myBgColor { background-color: #C7C187; }

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

This div background color is #C7C187.

Border color

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

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

This div border color is #C7C187.

Opacity

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

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

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

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

This text has shadow with #C7C187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C187.

Preview

Color preview on black background

This text has color #C7C187 on black background.


Color preview on white background

This text has color #C7C187 on white background.


Black color preview on #C7C187 background

This text has black color on #C7C187 background.


White color preview on #C7C187 background

This text has white color on #C7C187 background.


Related colors

Complementary color

Complementary color for #hex is #383E78.


I love getcolorcode.com

Triadic colors

1 #87C7C1 and #C187C7 with #C7C187 are triadic colors.

2 #87C1C7 and #C1C787 with #C7C187 are triadic colors.