COLOR #C7B495

HEX: #C7B495 RGB: (199,180,149)

Color info

#C7B495 contains red, green and blue colors in about the same proportion. Web safe color of #C7B495 is #CCCC99 (or #CC9).

RGB color model

#C7B495 color RGB value is (199,180,149).

RGB: (199,180,149) (78%, 71%, 58%)

RGB channels and saturation

R 199 of 255 = 78%
G 180 of 255 = 71%
B 149 of 255 = 58%

199
180
149

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

Portions of RGB colors in percentages

R + G + B = 199 + 180 + 149 = 528 (100%)
R 199 of 528 ~ 37.69%
G 180 of 528 ~ 34.09%
B 149 of 528 ~ 28.22'%

%37.69
%34.09
%28.22

CMYK color model

#C7B495 color CMYK value is (0,10,25,22).

  • cyan value is 0.00%
  • magenta value is 9.55%
  • yellow value is 25.13%
  • key color value is 21.96%

CMYK: (0,10,25,22)
C0M10Y25K22 (0%, 10%, 25%, 22%)
(0.00 / 0.10 / 0.25 / 0.22)

CMYK percentages

%0
%9.55
%25.13
%21.96

Codes

Color #C7B495 in popluar color models

C7 B4 95
RGB 199 180 149
HSL 37° 30.86% 68.24%
HSB/HSV 37° 25.13% 78.04%
CMYK 0.00% 9.55% 25.13%
21.96%

Color #C7B495 in popluar number systems.

HEX C7 B4 95
Decimal 199 180 149
Binary 11000111 10110100 10010101
Octal 307 264 225

Shades and tints

Shades of #C7B495

#C7B495
(199,180,149)
#B5A488
(181,164,136)
#A3947B
(163,148,123)
#91846E
(145,132,110)
#7F7461
(127,116,97)
#6D6454
(109,100,84)
#5B5447
(91,84,71)
#49443A
(73,68,58)
#37342D
(55,52,45)
#252420
(37,36,32)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #C7B495

#C7B495
(199,180,149)
#CCBA9E
(204,186,158)
#D1C0A7
(209,192,167)
#D6C6B0
(214,198,176)
#DBCCB9
(219,204,185)
#E0D2C2
(224,210,194)
#E5D8CB
(229,216,203)
#EADED4
(234,222,212)
#EFE4DD
(239,228,221)
#F4EAE6
(244,234,230)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B495 color. Also use rgb(199,180,149) instead hex code.

Text Font Color

.myTextColor { color: #C7B495; }

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

This text font color is #C7B495.

Background Color

.myBgColor { background-color: #C7B495; }

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

This div background color is #C7B495.

Border color

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

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

This div border color is #C7B495.

Opacity

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

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

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

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

This text has shadow with #C7B495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B495.

Preview

Color preview on black background

This text has color #C7B495 on black background.


Color preview on white background

This text has color #C7B495 on white background.


Black color preview on #C7B495 background

This text has black color on #C7B495 background.


White color preview on #C7B495 background

This text has white color on #C7B495 background.


Related colors

Complementary color

Complementary color for #hex is #384B6A.


I love getcolorcode.com

Triadic colors

1 #95C7B4 and #B495C7 with #C7B495 are triadic colors.

2 #95B4C7 and #B4C795 with #C7B495 are triadic colors.