COLOR #C1A998

HEX: #C1A998 RGB: (193,169,152)

Color info

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

RGB color model

#C1A998 color RGB value is (193,169,152).

RGB: (193,169,152) (76%, 66%, 60%)

RGB channels and saturation

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

193
169
152

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

Portions of RGB colors in percentages

R + G + B = 193 + 169 + 152 = 514 (100%)
R 193 of 514 ~ 37.55%
G 169 of 514 ~ 32.88%
B 152 of 514 ~ 29.57'%

%37.55
%32.88
%29.57

CMYK color model

#C1A998 color CMYK value is (0,12,21,24).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 21.24%
  • key color value is 24.31%

CMYK: (0,12,21,24)
C0M12Y21K24 (0%, 12%, 21%, 24%)
(0.00 / 0.12 / 0.21 / 0.24)

CMYK percentages

%0
%12.44
%21.24
%24.31

Codes

Color #C1A998 in popluar color models

C1 A9 98
RGB 193 169 152
HSL 25° 24.85% 67.65%
HSB/HSV 25° 21.24% 75.69%
CMYK 0.00% 12.44% 21.24%
24.31%

Color #C1A998 in popluar number systems.

HEX C1 A9 98
Decimal 193 169 152
Binary 11000001 10101001 10011000
Octal 301 251 230

Shades and tints

Shades of #C1A998

#C1A998
(193,169,152)
#B09A8B
(176,154,139)
#9F8B7E
(159,139,126)
#8E7C71
(142,124,113)
#7D6D64
(125,109,100)
#6C5E57
(108,94,87)
#5B4F4A
(91,79,74)
#4A403D
(74,64,61)
#393130
(57,49,48)
#282223
(40,34,35)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #C1A998

#C1A998
(193,169,152)
#C6B0A1
(198,176,161)
#CBB7AA
(203,183,170)
#D0BEB3
(208,190,179)
#D5C5BC
(213,197,188)
#DACCC5
(218,204,197)
#DFD3CE
(223,211,206)
#E4DAD7
(228,218,215)
#E9E1E0
(233,225,224)
#EEE8E9
(238,232,233)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A998; }

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

This text font color is #C1A998.

Background Color

.myBgColor { background-color: #C1A998; }

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

This div background color is #C1A998.

Border color

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

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

This div border color is #C1A998.

Opacity

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

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

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

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

This text has shadow with #C1A998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A998.

Preview

Color preview on black background

This text has color #C1A998 on black background.


Color preview on white background

This text has color #C1A998 on white background.


Black color preview on #C1A998 background

This text has black color on #C1A998 background.


White color preview on #C1A998 background

This text has white color on #C1A998 background.


Related colors

Complementary color

Complementary color for #hex is #3E5667.


I love getcolorcode.com

Triadic colors

1 #98C1A9 and #A998C1 with #C1A998 are triadic colors.

2 #98A9C1 and #A9C198 with #C1A998 are triadic colors.