COLOR #C4AF9B

HEX: #C4AF9B RGB: (196,175,155)

Color info

#C4AF9B contains red, green and blue colors in about the same proportion. Web safe color of #C4AF9B is #CC9999 (or #C99).

RGB color model

#C4AF9B color RGB value is (196,175,155).

RGB: (196,175,155) (77%, 69%, 61%)

RGB channels and saturation

R 196 of 255 = 77%
G 175 of 255 = 69%
B 155 of 255 = 61%

196
175
155

R + G + B ~ 69%. #C4AF9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 175 + 155 = 526 (100%)
R 196 of 526 ~ 37.26%
G 175 of 526 ~ 33.27%
B 155 of 526 ~ 29.47'%

%37.26
%33.27
%29.47

CMYK color model

#C4AF9B color CMYK value is (0,11,21,23).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 20.92%
  • key color value is 23.14%
CMYK: (0,11,21,23) C0M11Y21K23 (0%,11%,21%,23%) (0.00/0.11/0.21/0.23) 

CMYK percentages

%0
%10.71
%20.92
%23.14

Codes

Color #C4AF9B in popluar color models

C4 AF 9B
RGB 196 175 155
HSL 29° 25.79% 68.82%
HSB/HSV 29° 20.92% 76.86%
CMYK 0.00% 10.71% 20.92%
23.14%

Color #C4AF9B in popluar number systems.

HEX C4 AF 9B
Decimal 196 175 155
Binary 11000100 10101111 10011011
Octal 304 257 233

Shades and tints

Shades of #C4AF9B

#C4AF9B
(196,175,155)
#B3A08D
(179,160,141)
#A2917F
(162,145,127)
#918271
(145,130,113)
#807363
(128,115,99)
#6F6455
(111,100,85)
#5E5547
(94,85,71)
#4D4639
(77,70,57)
#3C372B
(60,55,43)
#2B281D
(43,40,29)
#1A190F
(26,25,15)
#000000
(0,0,0)

Tints of #C4AF9B

#C4AF9B
(196,175,155)
#C9B6A4
(201,182,164)
#CEBDAD
(206,189,173)
#D3C4B6
(211,196,182)
#D8CBBF
(216,203,191)
#DDD2C8
(221,210,200)
#E2D9D1
(226,217,209)
#E7E0DA
(231,224,218)
#ECE7E3
(236,231,227)
#F1EEEC
(241,238,236)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AF9B; }

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

This text font color is #C4AF9B.

Background Color

.myBgColor { background-color: #C4AF9B; }

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

This div background color is #C4AF9B.

Border color

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

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

This div border color is #C4AF9B.

Opacity

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

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

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

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

This text has shadow with #C4AF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4AF9B.

Preview

Color preview on black background

This text has color #C4AF9B on black background.


Color preview on white background

This text has color #C4AF9B on white background.


Black color preview on #C4AF9B background

This text has black color on #C4AF9B background.


White color preview on #C4AF9B background

This text has white color on #C4AF9B background.


Related colors

Complementary color

Complementary color for #hex is #3B5064.


I love getcolorcode.com

Triadic colors

1 #9BC4AF and #AF9BC4 with #C4AF9B are triadic colors.

2 #9BAFC4 and #AFC49B with #C4AF9B are triadic colors.