COLOR #C2AB26

HEX: #C2AB26
RGB: (194,171,38)

Color info

#C2AB26 contains mainly red and green colors. Web safe color of #C2AB26 is #CC9933 (or #C93).

RGB color model

#C2AB26 color RGB value is (194,171,38).

  • red value is 194;
  • green value is 171;
  • blue value is 38.
RGB:
(194,171,38)
(76%,67%,15%)

RGB channels and saturation

R 194 of 255 = 76%
G 171 of 255 = 67%
B 38 of 255 = 15%

194
171
38

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

Portions of RGB colors in percentages

R + G + B =
194 + 171 + 38 = 403 (100%)
R 194 of 403 ~ 48.14%
G 171 of 403 ~ 42.43%
B 38 of 403 ~ 9.43%

%48.14
%42.43

CMYK color model

#C2AB26 color CMYK value is (0,12,80,24).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 80.41%
  • key color value is 23.92%
CMYK:
(0,12,80,24)
C0M12Y80K24 
(0%,12%,80%,24%)
(0.00/0.12/0.80/0.24)	

CMYK percentages

%0
%11.86
%80.41
%23.92

Codes

Color #C2AB26 in popluar color models

C2AB26
RGB19417138
HSL51°67.24%45.49%
HSB/HSV51°80.41%76.08%
CMYK0.00%11.86%80.41%
23.92%

Color #C2AB26 in popluar number systems.

HEXC2AB26
Decimal19417138
Binary1100001010101011100110
Octal30225346

Shades and tints

Shades of #C2AB26

#C2AB26
(194,171,38)
#B19C23
(177,156,35)
#A08D20
(160,141,32)
#8F7E1D
(143,126,29)
#7E6F1A
(126,111,26)
#6D6017
(109,96,23)
#5C5114
(92,81,20)
#4B4211
(75,66,17)
#3A330E
(58,51,14)
#29240B
(41,36,11)
#181508
(24,21,8)
#000000
(0,0,0)

Tints of #C2AB26

#C2AB26
(194,171,38)
#C7B239
(199,178,57)
#CCB94C
(204,185,76)
#D1C05F
(209,192,95)
#D6C772
(214,199,114)
#DBCE85
(219,206,133)
#E0D598
(224,213,152)
#E5DCAB
(229,220,171)
#EAE3BE
(234,227,190)
#EFEAD1
(239,234,209)
#F4F1E4
(244,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AB26 color. Also use rgb(194,171,38) instead hex code.

Text Font Color

.myTextColor { color: #C2AB26; }

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

This text font color is #C2AB26.


Background Color

.myBgColor { background-color: #C2AB26; }

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

This div background color is #C2AB26.


Border color

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

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

This div border color is #C2AB26.


Opacity

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

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

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

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

This text has shadow with #C2AB26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AB26 on black background.


Color preview on white background

This text has color #C2AB26 on white background.



Black color preview on #C2AB26 background

This text has black color on #C2AB26 background.


White color preview on #C2AB26 background

This text has white color on #C2AB26 background.