COLOR #C4C0AF

HEX: #C4C0AF
RGB: (196,192,175)

Color info

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

RGB color model

#C4C0AF color RGB value is (196,192,175).

  • red value is 196;
  • green value is 192;
  • blue value is 175.
RGB:
(196,192,175)
(77%,75%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 192 of 255 = 75%
B 175 of 255 = 69%

196
192
175

R + G + B ~ 74%. #C4C0AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 192 + 175 = 563 (100%)
R 196 of 563 ~ 34.81%
G 192 of 563 ~ 34.1%
B 175 of 563 ~ 31.08%

%34.81
%34.1
%31.08

CMYK color model

#C4C0AF color CMYK value is (0,2,11,23).

  • cyan value is 0.00%
  • magenta value is 2.04%
  • yellow value is 10.71%
  • key color value is 23.14%
CMYK:
(0,2,11,23)
C0M2Y11K23 
(0%,2%,11%,23%)
(0.00/0.02/0.11/0.23)	

CMYK percentages

%0
%2.04
%10.71
%23.14

Codes

Color #C4C0AF in popluar color models

C4C0AF
RGB196192175
HSL49°15.11%72.75%
HSB/HSV49°10.71%76.86%
CMYK0.00%2.04%10.71%
23.14%

Color #C4C0AF in popluar number systems.

HEXC4C0AF
Decimal196192175
Binary110001001100000010101111
Octal304300257

Shades and tints

Shades of #C4C0AF

#C4C0AF
(196,192,175)
#B3AFA0
(179,175,160)
#A29E91
(162,158,145)
#918D82
(145,141,130)
#807C73
(128,124,115)
#6F6B64
(111,107,100)
#5E5A55
(94,90,85)
#4D4946
(77,73,70)
#3C3837
(60,56,55)
#2B2728
(43,39,40)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #C4C0AF

#C4C0AF
(196,192,175)
#C9C5B6
(201,197,182)
#CECABD
(206,202,189)
#D3CFC4
(211,207,196)
#D8D4CB
(216,212,203)
#DDD9D2
(221,217,210)
#E2DED9
(226,222,217)
#E7E3E0
(231,227,224)
#ECE8E7
(236,232,231)
#F1EDEE
(241,237,238)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C0AF color. Also use rgb(196,192,175) instead hex code.

Text Font Color

.myTextColor { color: #C4C0AF; }

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

This text font color is #C4C0AF.


Background Color

.myBgColor { background-color: #C4C0AF; }

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

This div background color is #C4C0AF.


Border color

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

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

This div border color is #C4C0AF.


Opacity

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

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

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

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

This text has shadow with #C4C0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C0AF on black background.


Color preview on white background

This text has color #C4C0AF on white background.



Black color preview on #C4C0AF background

This text has black color on #C4C0AF background.


White color preview on #C4C0AF background

This text has white color on #C4C0AF background.