COLOR #C4ABA1

HEX: #C4ABA1 RGB: (196,171,161)

Color info

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

RGB color model

#C4ABA1 color RGB value is (196,171,161).

RGB: (196,171,161) (77%, 67%, 63%)

RGB channels and saturation

R 196 of 255 = 77%
G 171 of 255 = 67%
B 161 of 255 = 63%

196
171
161

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

Portions of RGB colors in percentages

R + G + B = 196 + 171 + 161 = 528 (100%)
R 196 of 528 ~ 37.12%
G 171 of 528 ~ 32.39%
B 161 of 528 ~ 30.49'%

%37.12
%32.39
%30.49

CMYK color model

#C4ABA1 color CMYK value is (0,13,18,23).

  • cyan value is 0.00%
  • magenta value is 12.76%
  • yellow value is 17.86%
  • key color value is 23.14%

CMYK: (0,13,18,23)
C0M13Y18K23 (0%, 13%, 18%, 23%)
(0.00 / 0.13 / 0.18 / 0.23)

CMYK percentages

%0
%12.76
%17.86
%23.14

Codes

Color #C4ABA1 in popluar color models

C4 AB A1
RGB 196 171 161
HSL 17° 22.88% 70.00%
HSB/HSV 17° 17.86% 76.86%
CMYK 0.00% 12.76% 17.86%
23.14%

Color #C4ABA1 in popluar number systems.

HEX C4 AB A1
Decimal 196 171 161
Binary 11000100 10101011 10100001
Octal 304 253 241

Shades and tints

Shades of #C4ABA1

#C4ABA1
(196,171,161)
#B39C93
(179,156,147)
#A28D85
(162,141,133)
#917E77
(145,126,119)
#806F69
(128,111,105)
#6F605B
(111,96,91)
#5E514D
(94,81,77)
#4D423F
(77,66,63)
#3C3331
(60,51,49)
#2B2423
(43,36,35)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #C4ABA1

#C4ABA1
(196,171,161)
#C9B2A9
(201,178,169)
#CEB9B1
(206,185,177)
#D3C0B9
(211,192,185)
#D8C7C1
(216,199,193)
#DDCEC9
(221,206,201)
#E2D5D1
(226,213,209)
#E7DCD9
(231,220,217)
#ECE3E1
(236,227,225)
#F1EAE9
(241,234,233)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4ABA1 color. Also use rgb(196,171,161) instead hex code.

Text Font Color

.myTextColor { color: #C4ABA1; }

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

This text font color is #C4ABA1.

Background Color

.myBgColor { background-color: #C4ABA1; }

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

This div background color is #C4ABA1.

Border color

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

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

This div border color is #C4ABA1.

Opacity

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

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

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

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

This text has shadow with #C4ABA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ABA1.

Preview

Color preview on black background

This text has color #C4ABA1 on black background.


Color preview on white background

This text has color #C4ABA1 on white background.


Black color preview on #C4ABA1 background

This text has black color on #C4ABA1 background.


White color preview on #C4ABA1 background

This text has white color on #C4ABA1 background.


Related colors

Complementary color

Complementary color for #hex is #3B545E.


I love getcolorcode.com

Triadic colors

1 #A1C4AB and #ABA1C4 with #C4ABA1 are triadic colors.

2 #A1ABC4 and #ABC4A1 with #C4ABA1 are triadic colors.