COLOR #C8B383

HEX: #C8B383 RGB: (200,179,131)

Color info

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

RGB color model

#C8B383 color RGB value is (200,179,131).

RGB: (200,179,131) (78%, 70%, 51%)

RGB channels and saturation

R 200 of 255 = 78%
G 179 of 255 = 70%
B 131 of 255 = 51%

200
179
131

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

Portions of RGB colors in percentages

R + G + B = 200 + 179 + 131 = 510 (100%)
R 200 of 510 ~ 39.22%
G 179 of 510 ~ 35.1%
B 131 of 510 ~ 25.69'%

%39.22
%35.1
%25.69

CMYK color model

#C8B383 color CMYK value is (0,11,35,22).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 34.50%
  • key color value is 21.57%

CMYK: (0,11,35,22)
C0M11Y35K22 (0%, 11%, 35%, 22%)
(0.00 / 0.11 / 0.35 / 0.22)

CMYK percentages

%0
%10.5
%34.5
%21.57

Codes

Color #C8B383 in popluar color models

C8 B3 83
RGB 200 179 131
HSL 42° 38.55% 64.90%
HSB/HSV 42° 34.50% 78.43%
CMYK 0.00% 10.50% 34.50%
21.57%

Color #C8B383 in popluar number systems.

HEX C8 B3 83
Decimal 200 179 131
Binary 11001000 10110011 10000011
Octal 310 263 203

Shades and tints

Shades of #C8B383

#C8B383
(200,179,131)
#B6A378
(182,163,120)
#A4936D
(164,147,109)
#928362
(146,131,98)
#807357
(128,115,87)
#6E634C
(110,99,76)
#5C5341
(92,83,65)
#4A4336
(74,67,54)
#38332B
(56,51,43)
#262320
(38,35,32)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #C8B383

#C8B383
(200,179,131)
#CDB98E
(205,185,142)
#D2BF99
(210,191,153)
#D7C5A4
(215,197,164)
#DCCBAF
(220,203,175)
#E1D1BA
(225,209,186)
#E6D7C5
(230,215,197)
#EBDDD0
(235,221,208)
#F0E3DB
(240,227,219)
#F5E9E6
(245,233,230)
#FAEFF1
(250,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B383 color. Also use rgb(200,179,131) instead hex code.

Text Font Color

.myTextColor { color: #C8B383; }

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

This text font color is #C8B383.

Background Color

.myBgColor { background-color: #C8B383; }

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

This div background color is #C8B383.

Border color

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

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

This div border color is #C8B383.

Opacity

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

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

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

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

This text has shadow with #C8B383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B383.

Preview

Color preview on black background

This text has color #C8B383 on black background.


Color preview on white background

This text has color #C8B383 on white background.


Black color preview on #C8B383 background

This text has black color on #C8B383 background.


White color preview on #C8B383 background

This text has white color on #C8B383 background.


Related colors

Complementary color

Complementary color for #hex is #374C7C.


I love getcolorcode.com

Triadic colors

1 #83C8B3 and #B383C8 with #C8B383 are triadic colors.

2 #83B3C8 and #B3C883 with #C8B383 are triadic colors.