COLOR #C5C597

HEX: #C5C597 RGB: (197,197,151)

Color info

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

RGB color model

#C5C597 color RGB value is (197,197,151).

RGB: (197,197,151) (77%, 77%, 59%)

RGB channels and saturation

R 197 of 255 = 77%
G 197 of 255 = 77%
B 151 of 255 = 59%

197
197
151

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

Portions of RGB colors in percentages

R + G + B = 197 + 197 + 151 = 545 (100%)
R 197 of 545 ~ 36.15%
G 197 of 545 ~ 36.15%
B 151 of 545 ~ 27.71'%

%36.15
%36.15
%27.71

CMYK color model

#C5C597 color CMYK value is (0,0,23,23).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.35%
  • key color value is 22.75%

CMYK: (0,0,23,23)
C0M0Y23K23 (0%, 0%, 23%, 23%)
(0.00 / 0.00 / 0.23 / 0.23)

CMYK percentages

%0
%0
%23.35
%22.75

Codes

Color #C5C597 in popluar color models

C5 C5 97
RGB 197 197 151
HSL 60° 28.40% 68.24%
HSB/HSV 60° 23.35% 77.25%
CMYK 0.00% 0.00% 23.35%
22.75%

Color #C5C597 in popluar number systems.

HEX C5 C5 97
Decimal 197 197 151
Binary 11000101 11000101 10010111
Octal 305 305 227

Shades and tints

Shades of #C5C597

#C5C597
(197,197,151)
#B4B48A
(180,180,138)
#A3A37D
(163,163,125)
#929270
(146,146,112)
#818163
(129,129,99)
#707056
(112,112,86)
#5F5F49
(95,95,73)
#4E4E3C
(78,78,60)
#3D3D2F
(61,61,47)
#2C2C22
(44,44,34)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #C5C597

#C5C597
(197,197,151)
#CACAA0
(202,202,160)
#CFCFA9
(207,207,169)
#D4D4B2
(212,212,178)
#D9D9BB
(217,217,187)
#DEDEC4
(222,222,196)
#E3E3CD
(227,227,205)
#E8E8D6
(232,232,214)
#EDEDDF
(237,237,223)
#F2F2E8
(242,242,232)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C597; }

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

This text font color is #C5C597.

Background Color

.myBgColor { background-color: #C5C597; }

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

This div background color is #C5C597.

Border color

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

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

This div border color is #C5C597.

Opacity

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

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

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

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

This text has shadow with #C5C597 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C597.

Preview

Color preview on black background

This text has color #C5C597 on black background.


Color preview on white background

This text has color #C5C597 on white background.


Black color preview on #C5C597 background

This text has black color on #C5C597 background.


White color preview on #C5C597 background

This text has white color on #C5C597 background.


Related colors

Complementary color

Complementary color for #hex is #3A3A68.


I love getcolorcode.com