COLOR #C5C793

HEX: #C5C793 RGB: (197,199,147)

Color info

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

RGB color model

#C5C793 color RGB value is (197,199,147).

RGB: (197,199,147) (77%, 78%, 58%)

RGB channels and saturation

R 197 of 255 = 77%
G 199 of 255 = 78%
B 147 of 255 = 58%

197
199
147

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

Portions of RGB colors in percentages

R + G + B = 197 + 199 + 147 = 543 (100%)
R 197 of 543 ~ 36.28%
G 199 of 543 ~ 36.65%
B 147 of 543 ~ 27.07'%

%36.28
%36.65
%27.07

CMYK color model

#C5C793 color CMYK value is (1,0,26,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 26.13%
  • key color value is 21.96%

CMYK: (1,0,26,22)
C1M0Y26K22 (1%, 0%, 26%, 22%)
(0.01 / 0.00 / 0.26 / 0.22)

CMYK percentages

%1.01
%0
%26.13
%21.96

Codes

Color #C5C793 in popluar color models

C5 C7 93
RGB 197 199 147
HSL 62° 31.71% 67.84%
HSB/HSV 62° 26.13% 78.04%
CMYK 1.01% 0.00% 26.13%
21.96%

Color #C5C793 in popluar number systems.

HEX C5 C7 93
Decimal 197 199 147
Binary 11000101 11000111 10010011
Octal 305 307 223

Shades and tints

Shades of #C5C793

#C5C793
(197,199,147)
#B4B586
(180,181,134)
#A3A379
(163,163,121)
#92916C
(146,145,108)
#817F5F
(129,127,95)
#706D52
(112,109,82)
#5F5B45
(95,91,69)
#4E4938
(78,73,56)
#3D372B
(61,55,43)
#2C251E
(44,37,30)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #C5C793

#C5C793
(197,199,147)
#CACC9C
(202,204,156)
#CFD1A5
(207,209,165)
#D4D6AE
(212,214,174)
#D9DBB7
(217,219,183)
#DEE0C0
(222,224,192)
#E3E5C9
(227,229,201)
#E8EAD2
(232,234,210)
#EDEFDB
(237,239,219)
#F2F4E4
(242,244,228)
#F7F9ED
(247,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C793 color. Also use rgb(197,199,147) instead hex code.

Text Font Color

.myTextColor { color: #C5C793; }

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

This text font color is #C5C793.

Background Color

.myBgColor { background-color: #C5C793; }

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

This div background color is #C5C793.

Border color

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

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

This div border color is #C5C793.

Opacity

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

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

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

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

This text has shadow with #C5C793 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C793.

Preview

Color preview on black background

This text has color #C5C793 on black background.


Color preview on white background

This text has color #C5C793 on white background.


Black color preview on #C5C793 background

This text has black color on #C5C793 background.


White color preview on #C5C793 background

This text has white color on #C5C793 background.


Related colors

Complementary color

Complementary color for #hex is #3A386C.


I love getcolorcode.com

Triadic colors

1 #93C5C7 and #C793C5 with #C5C793 are triadic colors.

2 #93C7C5 and #C7C593 with #C5C793 are triadic colors.