COLOR #C1A892

HEX: #C1A892
RGB: (193,168,146)

Color info

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

RGB color model

#C1A892 color RGB value is (193,168,146).

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

RGB channels and saturation

R 193 of 255 = 76%
G 168 of 255 = 66%
B 146 of 255 = 57%

193
168
146

R + G + B ~ 66%. #C1A892 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 168 + 146 = 507 (100%)
R 193 of 507 ~ 38.07%
G 168 of 507 ~ 33.14%
B 146 of 507 ~ 28.8%

%38.07
%33.14
%28.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.95%
  • yellow value is 24.35%
  • key color value is 24.31%
CMYK:
(0,13,24,24)
C0M13Y24K24 
(0%,13%,24%,24%)
(0.00/0.13/0.24/0.24)	

CMYK percentages

%0
%12.95
%24.35
%24.31

Codes

Color #C1A892 in popluar color models

C1A892
RGB193168146
HSL28°27.49%66.47%
HSB/HSV28°24.35%75.69%
CMYK0.00%12.95%24.35%
24.31%

Color #C1A892 in popluar number systems.

HEXC1A892
Decimal193168146
Binary110000011010100010010010
Octal301250222

Shades and tints

Shades of #C1A892

#C1A892
(193,168,146)
#B09985
(176,153,133)
#9F8A78
(159,138,120)
#8E7B6B
(142,123,107)
#7D6C5E
(125,108,94)
#6C5D51
(108,93,81)
#5B4E44
(91,78,68)
#4A3F37
(74,63,55)
#39302A
(57,48,42)
#28211D
(40,33,29)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #C1A892

#C1A892
(193,168,146)
#C6AF9B
(198,175,155)
#CBB6A4
(203,182,164)
#D0BDAD
(208,189,173)
#D5C4B6
(213,196,182)
#DACBBF
(218,203,191)
#DFD2C8
(223,210,200)
#E4D9D1
(228,217,209)
#E9E0DA
(233,224,218)
#EEE7E3
(238,231,227)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A892; }

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

This text font color is #C1A892.


Background Color

.myBgColor { background-color: #C1A892; }

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

This div background color is #C1A892.


Border color

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

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

This div border color is #C1A892.


Opacity

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

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

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

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

This text has shadow with #C1A892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A892 on black background.


Color preview on white background

This text has color #C1A892 on white background.



Black color preview on #C1A892 background

This text has black color on #C1A892 background.


White color preview on #C1A892 background

This text has white color on #C1A892 background.