COLOR #C1A769

HEX: #C1A769
RGB: (193,167,105)

Color info

#C1A769 contains mainly red and green colors. Web safe color of #C1A769 is #CC9966 (or #C96).

RGB color model

#C1A769 color RGB value is (193,167,105).

  • red value is 193;
  • green value is 167;
  • blue value is 105.
RGB:
(193,167,105)
(76%,65%,41%)

RGB channels and saturation

R 193 of 255 = 76%
G 167 of 255 = 65%
B 105 of 255 = 41%

193
167
105

R + G + B ~ 61%. #C1A769 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 167 + 105 = 465 (100%)
R 193 of 465 ~ 41.51%
G 167 of 465 ~ 35.91%
B 105 of 465 ~ 22.58%

%41.51
%35.91
%22.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.47%
  • yellow value is 45.60%
  • key color value is 24.31%
CMYK:
(0,13,46,24)
C0M13Y46K24 
(0%,13%,46%,24%)
(0.00/0.13/0.46/0.24)	

CMYK percentages

%0
%13.47
%45.6
%24.31

Codes

Color #C1A769 in popluar color models

C1A769
RGB193167105
HSL42°41.51%58.43%
HSB/HSV42°45.60%75.69%
CMYK0.00%13.47%45.60%
24.31%

Color #C1A769 in popluar number systems.

HEXC1A769
Decimal193167105
Binary11000001101001111101001
Octal301247151

Shades and tints

Shades of #C1A769

#C1A769
(193,167,105)
#B09860
(176,152,96)
#9F8957
(159,137,87)
#8E7A4E
(142,122,78)
#7D6B45
(125,107,69)
#6C5C3C
(108,92,60)
#5B4D33
(91,77,51)
#4A3E2A
(74,62,42)
#392F21
(57,47,33)
#282018
(40,32,24)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #C1A769

#C1A769
(193,167,105)
#C6AF76
(198,175,118)
#CBB783
(203,183,131)
#D0BF90
(208,191,144)
#D5C79D
(213,199,157)
#DACFAA
(218,207,170)
#DFD7B7
(223,215,183)
#E4DFC4
(228,223,196)
#E9E7D1
(233,231,209)
#EEEFDE
(238,239,222)
#F3F7EB
(243,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A769 color. Also use rgb(193,167,105) instead hex code.

Text Font Color

.myTextColor { color: #C1A769; }

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

This text font color is #C1A769.


Background Color

.myBgColor { background-color: #C1A769; }

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

This div background color is #C1A769.


Border color

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

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

This div border color is #C1A769.


Opacity

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

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

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

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

This text has shadow with #C1A769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A769 on black background.


Color preview on white background

This text has color #C1A769 on white background.



Black color preview on #C1A769 background

This text has black color on #C1A769 background.


White color preview on #C1A769 background

This text has white color on #C1A769 background.