COLOR #C1AD16

HEX: #C1AD16 RGB: (193,173,22)

Color info

#C1AD16 contains mainly red and green colors. Web safe color of #C1AD16 is #CC9900 (or #C90).

RGB color model

#C1AD16 color RGB value is (193,173,22).

RGB: (193,173,22) (76%, 68%, 9%)

RGB channels and saturation

R 193 of 255 = 76%
G 173 of 255 = 68%
B 22 of 255 = 9%

193
173
22

R + G + B ~ 51%. #C1AD16 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 193 + 173 + 22 = 388 (100%)
R 193 of 388 ~ 49.74%
G 173 of 388 ~ 44.59%
B 22 of 388 ~ 5.67'%

%49.74
%44.59

CMYK color model

#C1AD16 color CMYK value is (0,10,89,24).

  • cyan value is 0.00%
  • magenta value is 10.36%
  • yellow value is 88.60%
  • key color value is 24.31%
CMYK: (0,10,89,24) C0M10Y89K24 (0%,10%,89%,24%) (0.00/0.10/0.89/0.24) 

CMYK percentages

%0
%10.36
%88.6
%24.31

Codes

Color #C1AD16 in popluar color models

C1 AD 16
RGB 193 173 22
HSL 53° 79.53% 42.16%
HSB/HSV 53° 88.60% 75.69%
CMYK 0.00% 10.36% 88.60%
24.31%

Color #C1AD16 in popluar number systems.

HEX C1 AD 16
Decimal 193 173 22
Binary 11000001 10101101 10110
Octal 301 255 26

Shades and tints

Shades of #C1AD16

#C1AD16
(193,173,22)
#B09E14
(176,158,20)
#9F8F12
(159,143,18)
#8E8010
(142,128,16)
#7D710E
(125,113,14)
#6C620C
(108,98,12)
#5B530A
(91,83,10)
#4A4408
(74,68,8)
#393506
(57,53,6)
#282604
(40,38,4)
#171702
(23,23,2)
#000000
(0,0,0)

Tints of #C1AD16

#C1AD16
(193,173,22)
#C6B42B
(198,180,43)
#CBBB40
(203,187,64)
#D0C255
(208,194,85)
#D5C96A
(213,201,106)
#DAD07F
(218,208,127)
#DFD794
(223,215,148)
#E4DEA9
(228,222,169)
#E9E5BE
(233,229,190)
#EEECD3
(238,236,211)
#F3F3E8
(243,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1AD16 color. Also use rgb(193,173,22) instead hex code.

Text Font Color

.myTextColor { color: #C1AD16; }

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

This text font color is #C1AD16.

Background Color

.myBgColor { background-color: #C1AD16; }

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

This div background color is #C1AD16.

Border color

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

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

This div border color is #C1AD16.

Opacity

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

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

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

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

This text has shadow with #C1AD16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1AD16.

Preview

Color preview on black background

This text has color #C1AD16 on black background.


Color preview on white background

This text has color #C1AD16 on white background.


Black color preview on #C1AD16 background

This text has black color on #C1AD16 background.


White color preview on #C1AD16 background

This text has white color on #C1AD16 background.


Related colors

Complementary color

Complementary color for #hex is #3E52E9.


I love getcolorcode.com

Triadic colors

1 #16C1AD and #AD16C1 with #C1AD16 are triadic colors.

2 #16ADC1 and #ADC116 with #C1AD16 are triadic colors.