COLOR #C69C2C

HEX: #C69C2C
RGB: (198,156,44)

Color info

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

RGB color model

#C69C2C color RGB value is (198,156,44).

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

RGB channels and saturation

R 198 of 255 = 78%
G 156 of 255 = 61%
B 44 of 255 = 17%

198
156
44

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

Portions of RGB colors in percentages

R + G + B =
198 + 156 + 44 = 398 (100%)
R 198 of 398 ~ 49.75%
G 156 of 398 ~ 39.2%
B 44 of 398 ~ 11.06%

%49.75
%39.2
%11.06

CMYK color model

#C69C2C color CMYK value is (0,21,78,22).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 77.78%
  • key color value is 22.35%
CMYK:
(0,21,78,22)
C0M21Y78K22 
(0%,21%,78%,22%)
(0.00/0.21/0.78/0.22)	

CMYK percentages

%0
%21.21
%77.78
%22.35

Codes

Color #C69C2C in popluar color models

C69C2C
RGB19815644
HSL44°63.64%47.45%
HSB/HSV44°77.78%77.65%
CMYK0.00%21.21%77.78%
22.35%

Color #C69C2C in popluar number systems.

HEXC69C2C
Decimal19815644
Binary1100011010011100101100
Octal30623454

Shades and tints

Shades of #C69C2C

#C69C2C
(198,156,44)
#B48E28
(180,142,40)
#A28024
(162,128,36)
#907220
(144,114,32)
#7E641C
(126,100,28)
#6C5618
(108,86,24)
#5A4814
(90,72,20)
#483A10
(72,58,16)
#362C0C
(54,44,12)
#241E08
(36,30,8)
#121004
(18,16,4)
#000000
(0,0,0)

Tints of #C69C2C

#C69C2C
(198,156,44)
#CBA53F
(203,165,63)
#D0AE52
(208,174,82)
#D5B765
(213,183,101)
#DAC078
(218,192,120)
#DFC98B
(223,201,139)
#E4D29E
(228,210,158)
#E9DBB1
(233,219,177)
#EEE4C4
(238,228,196)
#F3EDD7
(243,237,215)
#F8F6EA
(248,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69C2C; }

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

This text font color is #C69C2C.


Background Color

.myBgColor { background-color: #C69C2C; }

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

This div background color is #C69C2C.


Border color

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

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

This div border color is #C69C2C.


Opacity

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

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

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

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

This text has shadow with #C69C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69C2C on black background.


Color preview on white background

This text has color #C69C2C on white background.



Black color preview on #C69C2C background

This text has black color on #C69C2C background.


White color preview on #C69C2C background

This text has white color on #C69C2C background.