COLOR #C1A299

HEX: #C1A299 RGB: (193,162,153)

Color info

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

RGB color model

#C1A299 color RGB value is (193,162,153).

RGB: (193,162,153) (76%, 64%, 60%)

RGB channels and saturation

R 193 of 255 = 76%
G 162 of 255 = 64%
B 153 of 255 = 60%

193
162
153

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

Portions of RGB colors in percentages

R + G + B = 193 + 162 + 153 = 508 (100%)
R 193 of 508 ~ 37.99%
G 162 of 508 ~ 31.89%
B 153 of 508 ~ 30.12'%

%37.99
%31.89
%30.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 20.73%
  • 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
%16.06
%20.73
%24.31

Codes

Color #C1A299 in popluar color models

C1 A2 99
RGB 193 162 153
HSL 14° 24.39% 67.84%
HSB/HSV 14° 20.73% 75.69%
CMYK 0.00% 16.06% 20.73%
24.31%

Color #C1A299 in popluar number systems.

HEX C1 A2 99
Decimal 193 162 153
Binary 11000001 10100010 10011001
Octal 301 242 231

Shades and tints

Shades of #C1A299

#C1A299
(193,162,153)
#B0948C
(176,148,140)
#9F867F
(159,134,127)
#8E7872
(142,120,114)
#7D6A65
(125,106,101)
#6C5C58
(108,92,88)
#5B4E4B
(91,78,75)
#4A403E
(74,64,62)
#393231
(57,50,49)
#282424
(40,36,36)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #C1A299

#C1A299
(193,162,153)
#C6AAA2
(198,170,162)
#CBB2AB
(203,178,171)
#D0BAB4
(208,186,180)
#D5C2BD
(213,194,189)
#DACAC6
(218,202,198)
#DFD2CF
(223,210,207)
#E4DAD8
(228,218,216)
#E9E2E1
(233,226,225)
#EEEAEA
(238,234,234)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A299 color. Also use rgb(193,162,153) instead hex code.

Text Font Color

.myTextColor { color: #C1A299; }

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

This text font color is #C1A299.

Background Color

.myBgColor { background-color: #C1A299; }

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

This div background color is #C1A299.

Border color

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

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

This div border color is #C1A299.

Opacity

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

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

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

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

This text has shadow with #C1A299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A299.

Preview

Color preview on black background

This text has color #C1A299 on black background.


Color preview on white background

This text has color #C1A299 on white background.


Black color preview on #C1A299 background

This text has black color on #C1A299 background.


White color preview on #C1A299 background

This text has white color on #C1A299 background.


Related colors

Complementary color

Complementary color for #hex is #3E5D66.


I love getcolorcode.com

Triadic colors

1 #99C1A2 and #A299C1 with #C1A299 are triadic colors.

2 #99A2C1 and #A2C199 with #C1A299 are triadic colors.