COLOR #C8B189

HEX: #C8B189 RGB: (200,177,137)

Color info

#C8B189 contains mainly red and green colors. Web safe color of #C8B189 is #CC9999 (or #C99).

RGB color model

#C8B189 color RGB value is (200,177,137).

RGB: (200,177,137) (78%, 69%, 54%)

RGB channels and saturation

R 200 of 255 = 78%
G 177 of 255 = 69%
B 137 of 255 = 54%

200
177
137

R + G + B ~ 67%. #C8B189 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 177 + 137 = 514 (100%)
R 200 of 514 ~ 38.91%
G 177 of 514 ~ 34.44%
B 137 of 514 ~ 26.65'%

%38.91
%34.44
%26.65

CMYK color model

#C8B189 color CMYK value is (0,12,32,22).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 31.50%
  • key color value is 21.57%

CMYK: (0,12,32,22)
C0M12Y32K22 (0%, 12%, 32%, 22%)
(0.00 / 0.12 / 0.32 / 0.22)

CMYK percentages

%0
%11.5
%31.5
%21.57

Codes

Color #C8B189 in popluar color models

C8 B1 89
RGB 200 177 137
HSL 38° 36.42% 66.08%
HSB/HSV 38° 31.50% 78.43%
CMYK 0.00% 11.50% 31.50%
21.57%

Color #C8B189 in popluar number systems.

HEX C8 B1 89
Decimal 200 177 137
Binary 11001000 10110001 10001001
Octal 310 261 211

Shades and tints

Shades of #C8B189

#C8B189
(200,177,137)
#B6A17D
(182,161,125)
#A49171
(164,145,113)
#928165
(146,129,101)
#807159
(128,113,89)
#6E614D
(110,97,77)
#5C5141
(92,81,65)
#4A4135
(74,65,53)
#383129
(56,49,41)
#26211D
(38,33,29)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #C8B189

#C8B189
(200,177,137)
#CDB893
(205,184,147)
#D2BF9D
(210,191,157)
#D7C6A7
(215,198,167)
#DCCDB1
(220,205,177)
#E1D4BB
(225,212,187)
#E6DBC5
(230,219,197)
#EBE2CF
(235,226,207)
#F0E9D9
(240,233,217)
#F5F0E3
(245,240,227)
#FAF7ED
(250,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B189 color. Also use rgb(200,177,137) instead hex code.

Text Font Color

.myTextColor { color: #C8B189; }

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

This text font color is #C8B189.

Background Color

.myBgColor { background-color: #C8B189; }

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

This div background color is #C8B189.

Border color

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

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

This div border color is #C8B189.

Opacity

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

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

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

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

This text has shadow with #C8B189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B189.

Preview

Color preview on black background

This text has color #C8B189 on black background.


Color preview on white background

This text has color #C8B189 on white background.


Black color preview on #C8B189 background

This text has black color on #C8B189 background.


White color preview on #C8B189 background

This text has white color on #C8B189 background.


Related colors

Complementary color

Complementary color for #hex is #374E76.


I love getcolorcode.com

Triadic colors

1 #89C8B1 and #B189C8 with #C8B189 are triadic colors.

2 #89B1C8 and #B1C889 with #C8B189 are triadic colors.