COLOR #C69C26

HEX: #C69C26
RGB: (198,156,38)

Color info

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

RGB color model

#C69C26 color RGB value is (198,156,38).

  • red value is 198;
  • green value is 156;
  • blue value is 38.
RGB:
(198,156,38)
(78%,61%,15%)

RGB channels and saturation

R 198 of 255 = 78%
G 156 of 255 = 61%
B 38 of 255 = 15%

198
156
38

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

Portions of RGB colors in percentages

R + G + B =
198 + 156 + 38 = 392 (100%)
R 198 of 392 ~ 50.51%
G 156 of 392 ~ 39.8%
B 38 of 392 ~ 9.69%

%50.51
%39.8
%9.69

CMYK color model

#C69C26 color CMYK value is (0,21,81,22).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 80.81%
  • key color value is 22.35%
CMYK:
(0,21,81,22)
C0M21Y81K22 
(0%,21%,81%,22%)
(0.00/0.21/0.81/0.22)	

CMYK percentages

%0
%21.21
%80.81
%22.35

Codes

Color #C69C26 in popluar color models

C69C26
RGB19815638
HSL44°67.80%46.27%
HSB/HSV44°80.81%77.65%
CMYK0.00%21.21%80.81%
22.35%

Color #C69C26 in popluar number systems.

HEXC69C26
Decimal19815638
Binary1100011010011100100110
Octal30623446

Shades and tints

Shades of #C69C26

#C69C26
(198,156,38)
#B48E23
(180,142,35)
#A28020
(162,128,32)
#90721D
(144,114,29)
#7E641A
(126,100,26)
#6C5617
(108,86,23)
#5A4814
(90,72,20)
#483A11
(72,58,17)
#362C0E
(54,44,14)
#241E0B
(36,30,11)
#121008
(18,16,8)
#000000
(0,0,0)

Tints of #C69C26

#C69C26
(198,156,38)
#CBA539
(203,165,57)
#D0AE4C
(208,174,76)
#D5B75F
(213,183,95)
#DAC072
(218,192,114)
#DFC985
(223,201,133)
#E4D298
(228,210,152)
#E9DBAB
(233,219,171)
#EEE4BE
(238,228,190)
#F3EDD1
(243,237,209)
#F8F6E4
(248,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69C26 color. Also use rgb(198,156,38) instead hex code.

Text Font Color

.myTextColor { color: #C69C26; }

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

This text font color is #C69C26.


Background Color

.myBgColor { background-color: #C69C26; }

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

This div background color is #C69C26.


Border color

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

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

This div border color is #C69C26.


Opacity

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

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

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

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

This text has shadow with #C69C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69C26 on black background.


Color preview on white background

This text has color #C69C26 on white background.



Black color preview on #C69C26 background

This text has black color on #C69C26 background.


White color preview on #C69C26 background

This text has white color on #C69C26 background.