COLOR #C7C595

HEX: #C7C595 RGB: (199,197,149)

Color info

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

RGB color model

#C7C595 color RGB value is (199,197,149).

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

RGB channels and saturation

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

199
197
149

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

Portions of RGB colors in percentages

R + G + B = 199 + 197 + 149 = 545 (100%)
R 199 of 545 ~ 36.51%
G 197 of 545 ~ 36.15%
B 149 of 545 ~ 27.34'%

%36.51
%36.15
%27.34

CMYK color model

#C7C595 color CMYK value is (0,1,25,22).

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

CMYK: (0,1,25,22)
C0M1Y25K22 (0%, 1%, 25%, 22%)
(0.00 / 0.01 / 0.25 / 0.22)

CMYK percentages

%0
%1.01
%25.13
%21.96

Codes

Color #C7C595 in popluar color models

C7 C5 95
RGB 199 197 149
HSL 58° 30.86% 68.24%
HSB/HSV 58° 25.13% 78.04%
CMYK 0.00% 1.01% 25.13%
21.96%

Color #C7C595 in popluar number systems.

HEX C7 C5 95
Decimal 199 197 149
Binary 11000111 11000101 10010101
Octal 307 305 225

Shades and tints

Shades of #C7C595

#C7C595
(199,197,149)
#B5B488
(181,180,136)
#A3A37B
(163,163,123)
#91926E
(145,146,110)
#7F8161
(127,129,97)
#6D7054
(109,112,84)
#5B5F47
(91,95,71)
#494E3A
(73,78,58)
#373D2D
(55,61,45)
#252C20
(37,44,32)
#131B13
(19,27,19)
#000000
(0,0,0)

Tints of #C7C595

#C7C595
(199,197,149)
#CCCA9E
(204,202,158)
#D1CFA7
(209,207,167)
#D6D4B0
(214,212,176)
#DBD9B9
(219,217,185)
#E0DEC2
(224,222,194)
#E5E3CB
(229,227,203)
#EAE8D4
(234,232,212)
#EFEDDD
(239,237,221)
#F4F2E6
(244,242,230)
#F9F7EF
(249,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C595; }

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

This text font color is #C7C595.

Background Color

.myBgColor { background-color: #C7C595; }

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

This div background color is #C7C595.

Border color

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

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

This div border color is #C7C595.

Opacity

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

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

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

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

This text has shadow with #C7C595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C595.

Preview

Color preview on black background

This text has color #C7C595 on black background.


Color preview on white background

This text has color #C7C595 on white background.


Black color preview on #C7C595 background

This text has black color on #C7C595 background.


White color preview on #C7C595 background

This text has white color on #C7C595 background.


Related colors

Complementary color

Complementary color for #hex is #383A6A.


I love getcolorcode.com

Triadic colors

1 #95C7C5 and #C595C7 with #C7C595 are triadic colors.

2 #95C5C7 and #C5C795 with #C7C595 are triadic colors.