COLOR #C8C393

HEX: #C8C393 RGB: (200,195,147)

Color info

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

RGB color model

#C8C393 color RGB value is (200,195,147).

RGB: (200,195,147) (78%, 76%, 58%)

RGB channels and saturation

R 200 of 255 = 78%
G 195 of 255 = 76%
B 147 of 255 = 58%

200
195
147

R + G + B ~ 71%. #C8C393 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 195 + 147 = 542 (100%)
R 200 of 542 ~ 36.9%
G 195 of 542 ~ 35.98%
B 147 of 542 ~ 27.12'%

%36.9
%35.98
%27.12

CMYK color model

#C8C393 color CMYK value is (0,3,27,22).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 26.50%
  • key color value is 21.57%
CMYK: (0,3,27,22) C0M3Y27K22 (0%,3%,27%,22%) (0.00/0.03/0.27/0.22) 

CMYK percentages

%0
%2.5
%26.5
%21.57

Codes

Color #C8C393 in popluar color models

C8 C3 93
RGB 200 195 147
HSL 54° 32.52% 68.04%
HSB/HSV 54° 26.50% 78.43%
CMYK 0.00% 2.50% 26.50%
21.57%

Color #C8C393 in popluar number systems.

HEX C8 C3 93
Decimal 200 195 147
Binary 11001000 11000011 10010011
Octal 310 303 223

Shades and tints

Shades of #C8C393

#C8C393
(200,195,147)
#B6B286
(182,178,134)
#A4A179
(164,161,121)
#92906C
(146,144,108)
#807F5F
(128,127,95)
#6E6E52
(110,110,82)
#5C5D45
(92,93,69)
#4A4C38
(74,76,56)
#383B2B
(56,59,43)
#262A1E
(38,42,30)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #C8C393

#C8C393
(200,195,147)
#CDC89C
(205,200,156)
#D2CDA5
(210,205,165)
#D7D2AE
(215,210,174)
#DCD7B7
(220,215,183)
#E1DCC0
(225,220,192)
#E6E1C9
(230,225,201)
#EBE6D2
(235,230,210)
#F0EBDB
(240,235,219)
#F5F0E4
(245,240,228)
#FAF5ED
(250,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C393 color. Also use rgb(200,195,147) instead hex code.

Text Font Color

.myTextColor { color: #C8C393; }

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

This text font color is #C8C393.

Background Color

.myBgColor { background-color: #C8C393; }

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

This div background color is #C8C393.

Border color

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

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

This div border color is #C8C393.

Opacity

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

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

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

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

This text has shadow with #C8C393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C393.

Preview

Color preview on black background

This text has color #C8C393 on black background.


Color preview on white background

This text has color #C8C393 on white background.


Black color preview on #C8C393 background

This text has black color on #C8C393 background.


White color preview on #C8C393 background

This text has white color on #C8C393 background.


Related colors

Complementary color

Complementary color for #hex is #373C6C.


I love getcolorcode.com

Triadic colors

1 #93C8C3 and #C393C8 with #C8C393 are triadic colors.

2 #93C3C8 and #C3C893 with #C8C393 are triadic colors.