COLOR #C4B2A3

HEX: #C4B2A3 RGB: (196,178,163)

Color info

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

RGB color model

#C4B2A3 color RGB value is (196,178,163).

RGB: (196,178,163) (77%, 70%, 64%)

RGB channels and saturation

R 196 of 255 = 77%
G 178 of 255 = 70%
B 163 of 255 = 64%

196
178
163

R + G + B ~ 70%. #C4B2A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 178 + 163 = 537 (100%)
R 196 of 537 ~ 36.5%
G 178 of 537 ~ 33.15%
B 163 of 537 ~ 30.35'%

%36.5
%33.15
%30.35

CMYK color model

#C4B2A3 color CMYK value is (0,9,17,23).

  • cyan value is 0.00%
  • magenta value is 9.18%
  • yellow value is 16.84%
  • key color value is 23.14%

CMYK: (0,9,17,23)
C0M9Y17K23 (0%, 9%, 17%, 23%)
(0.00 / 0.09 / 0.17 / 0.23)

CMYK percentages

%0
%9.18
%16.84
%23.14

Codes

Color #C4B2A3 in popluar color models

C4 B2 A3
RGB 196 178 163
HSL 27° 21.85% 70.39%
HSB/HSV 27° 16.84% 76.86%
CMYK 0.00% 9.18% 16.84%
23.14%

Color #C4B2A3 in popluar number systems.

HEX C4 B2 A3
Decimal 196 178 163
Binary 11000100 10110010 10100011
Octal 304 262 243

Shades and tints

Shades of #C4B2A3

#C4B2A3
(196,178,163)
#B3A295
(179,162,149)
#A29287
(162,146,135)
#918279
(145,130,121)
#80726B
(128,114,107)
#6F625D
(111,98,93)
#5E524F
(94,82,79)
#4D4241
(77,66,65)
#3C3233
(60,50,51)
#2B2225
(43,34,37)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #C4B2A3

#C4B2A3
(196,178,163)
#C9B9AB
(201,185,171)
#CEC0B3
(206,192,179)
#D3C7BB
(211,199,187)
#D8CEC3
(216,206,195)
#DDD5CB
(221,213,203)
#E2DCD3
(226,220,211)
#E7E3DB
(231,227,219)
#ECEAE3
(236,234,227)
#F1F1EB
(241,241,235)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B2A3 color. Also use rgb(196,178,163) instead hex code.

Text Font Color

.myTextColor { color: #C4B2A3; }

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

This text font color is #C4B2A3.

Background Color

.myBgColor { background-color: #C4B2A3; }

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

This div background color is #C4B2A3.

Border color

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

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

This div border color is #C4B2A3.

Opacity

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

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

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

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

This text has shadow with #C4B2A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B2A3.

Preview

Color preview on black background

This text has color #C4B2A3 on black background.


Color preview on white background

This text has color #C4B2A3 on white background.


Black color preview on #C4B2A3 background

This text has black color on #C4B2A3 background.


White color preview on #C4B2A3 background

This text has white color on #C4B2A3 background.


Related colors

Complementary color

Complementary color for #hex is #3B4D5C.


I love getcolorcode.com

Triadic colors

1 #A3C4B2 and #B2A3C4 with #C4B2A3 are triadic colors.

2 #A3B2C4 and #B2C4A3 with #C4B2A3 are triadic colors.