COLOR #C1A398

HEX: #C1A398
RGB: (193,163,152)

Color info

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

RGB color model

#C1A398 color RGB value is (193,163,152).

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

RGB channels and saturation

R 193 of 255 = 76%
G 163 of 255 = 64%
B 152 of 255 = 60%

193
163
152

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

Portions of RGB colors in percentages

R + G + B =
193 + 163 + 152 = 508 (100%)
R 193 of 508 ~ 37.99%
G 163 of 508 ~ 32.09%
B 152 of 508 ~ 29.92%

%37.99
%32.09
%29.92

CMYK color model

#C1A398 color CMYK value is (0,16,21,24).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 21.24%
  • key color value is 24.31%
CMYK:
(0,16,21,24)
C0M16Y21K24 
(0%,16%,21%,24%)
(0.00/0.16/0.21/0.24)	

CMYK percentages

%0
%15.54
%21.24
%24.31

Codes

Color #C1A398 in popluar color models

C1A398
RGB193163152
HSL16°24.85%67.65%
HSB/HSV16°21.24%75.69%
CMYK0.00%15.54%21.24%
24.31%

Color #C1A398 in popluar number systems.

HEXC1A398
Decimal193163152
Binary110000011010001110011000
Octal301243230

Shades and tints

Shades of #C1A398

#C1A398
(193,163,152)
#B0958B
(176,149,139)
#9F877E
(159,135,126)
#8E7971
(142,121,113)
#7D6B64
(125,107,100)
#6C5D57
(108,93,87)
#5B4F4A
(91,79,74)
#4A413D
(74,65,61)
#393330
(57,51,48)
#282523
(40,37,35)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #C1A398

#C1A398
(193,163,152)
#C6ABA1
(198,171,161)
#CBB3AA
(203,179,170)
#D0BBB3
(208,187,179)
#D5C3BC
(213,195,188)
#DACBC5
(218,203,197)
#DFD3CE
(223,211,206)
#E4DBD7
(228,219,215)
#E9E3E0
(233,227,224)
#EEEBE9
(238,235,233)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A398; }

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

This text font color is #C1A398.


Background Color

.myBgColor { background-color: #C1A398; }

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

This div background color is #C1A398.


Border color

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

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

This div border color is #C1A398.


Opacity

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

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

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

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

This text has shadow with #C1A398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A398 on black background.


Color preview on white background

This text has color #C1A398 on white background.



Black color preview on #C1A398 background

This text has black color on #C1A398 background.


White color preview on #C1A398 background

This text has white color on #C1A398 background.