COLOR #C4C1A7

HEX: #C4C1A7
RGB: (196,193,167)

Color info

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

RGB color model

#C4C1A7 color RGB value is (196,193,167).

  • red value is 196;
  • green value is 193;
  • blue value is 167.
RGB:
(196,193,167)
(77%,76%,65%)

RGB channels and saturation

R 196 of 255 = 77%
G 193 of 255 = 76%
B 167 of 255 = 65%

196
193
167

R + G + B ~ 73%. #C4C1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 193 + 167 = 556 (100%)
R 196 of 556 ~ 35.25%
G 193 of 556 ~ 34.71%
B 167 of 556 ~ 30.04%

%35.25
%34.71
%30.04

CMYK color model

#C4C1A7 color CMYK value is (0,2,15,23).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 14.80%
  • key color value is 23.14%
CMYK:
(0,2,15,23)
C0M2Y15K23 
(0%,2%,15%,23%)
(0.00/0.02/0.15/0.23)	

CMYK percentages

%0
%1.53
%14.8
%23.14

Codes

Color #C4C1A7 in popluar color models

C4C1A7
RGB196193167
HSL54°19.73%71.18%
HSB/HSV54°14.80%76.86%
CMYK0.00%1.53%14.80%
23.14%

Color #C4C1A7 in popluar number systems.

HEXC4C1A7
Decimal196193167
Binary110001001100000110100111
Octal304301247

Shades and tints

Shades of #C4C1A7

#C4C1A7
(196,193,167)
#B3B098
(179,176,152)
#A29F89
(162,159,137)
#918E7A
(145,142,122)
#807D6B
(128,125,107)
#6F6C5C
(111,108,92)
#5E5B4D
(94,91,77)
#4D4A3E
(77,74,62)
#3C392F
(60,57,47)
#2B2820
(43,40,32)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #C4C1A7

#C4C1A7
(196,193,167)
#C9C6AF
(201,198,175)
#CECBB7
(206,203,183)
#D3D0BF
(211,208,191)
#D8D5C7
(216,213,199)
#DDDACF
(221,218,207)
#E2DFD7
(226,223,215)
#E7E4DF
(231,228,223)
#ECE9E7
(236,233,231)
#F1EEEF
(241,238,239)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C1A7 color. Also use rgb(196,193,167) instead hex code.

Text Font Color

.myTextColor { color: #C4C1A7; }

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

This text font color is #C4C1A7.


Background Color

.myBgColor { background-color: #C4C1A7; }

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

This div background color is #C4C1A7.


Border color

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

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

This div border color is #C4C1A7.


Opacity

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

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

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

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

This text has shadow with #C4C1A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C1A7 on black background.


Color preview on white background

This text has color #C4C1A7 on white background.



Black color preview on #C4C1A7 background

This text has black color on #C4C1A7 background.


White color preview on #C4C1A7 background

This text has white color on #C4C1A7 background.