COLOR #C1A898

HEX: #C1A898
RGB: (193,168,152)

Color info

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

RGB color model

#C1A898 color RGB value is (193,168,152).

  • red value is 193;
  • green value is 168;
  • blue value is 152.
RGB:
(193,168,152)
(76%,66%,60%)

RGB channels and saturation

R 193 of 255 = 76%
G 168 of 255 = 66%
B 152 of 255 = 60%

193
168
152

R + G + B ~ 67%. #C1A898 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 168 + 152 = 513 (100%)
R 193 of 513 ~ 37.62%
G 168 of 513 ~ 32.75%
B 152 of 513 ~ 29.63%

%37.62
%32.75
%29.63

CMYK color model

#C1A898 color CMYK value is (0,13,21,24).

  • cyan value is 0.00%
  • magenta value is 12.95%
  • yellow value is 21.24%
  • key color value is 24.31%
CMYK:
(0,13,21,24)
C0M13Y21K24 
(0%,13%,21%,24%)
(0.00/0.13/0.21/0.24)	

CMYK percentages

%0
%12.95
%21.24
%24.31

Codes

Color #C1A898 in popluar color models

C1A898
RGB193168152
HSL23°24.85%67.65%
HSB/HSV23°21.24%75.69%
CMYK0.00%12.95%21.24%
24.31%

Color #C1A898 in popluar number systems.

HEXC1A898
Decimal193168152
Binary110000011010100010011000
Octal301250230

Shades and tints

Shades of #C1A898

#C1A898
(193,168,152)
#B0998B
(176,153,139)
#9F8A7E
(159,138,126)
#8E7B71
(142,123,113)
#7D6C64
(125,108,100)
#6C5D57
(108,93,87)
#5B4E4A
(91,78,74)
#4A3F3D
(74,63,61)
#393030
(57,48,48)
#282123
(40,33,35)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #C1A898

#C1A898
(193,168,152)
#C6AFA1
(198,175,161)
#CBB6AA
(203,182,170)
#D0BDB3
(208,189,179)
#D5C4BC
(213,196,188)
#DACBC5
(218,203,197)
#DFD2CE
(223,210,206)
#E4D9D7
(228,217,215)
#E9E0E0
(233,224,224)
#EEE7E9
(238,231,233)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A898 color. Also use rgb(193,168,152) instead hex code.

Text Font Color

.myTextColor { color: #C1A898; }

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

This text font color is #C1A898.


Background Color

.myBgColor { background-color: #C1A898; }

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

This div background color is #C1A898.


Border color

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

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

This div border color is #C1A898.


Opacity

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

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

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

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

This text has shadow with #C1A898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A898 on black background.


Color preview on white background

This text has color #C1A898 on white background.



Black color preview on #C1A898 background

This text has black color on #C1A898 background.


White color preview on #C1A898 background

This text has white color on #C1A898 background.