COLOR #C69C6A

HEX: #C69C6A
RGB: (198,156,106)

Color info

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

RGB color model

#C69C6A color RGB value is (198,156,106).

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

RGB channels and saturation

R 198 of 255 = 78%
G 156 of 255 = 61%
B 106 of 255 = 42%

198
156
106

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

Portions of RGB colors in percentages

R + G + B =
198 + 156 + 106 = 460 (100%)
R 198 of 460 ~ 43.04%
G 156 of 460 ~ 33.91%
B 106 of 460 ~ 23.04%

%43.04
%33.91
%23.04

CMYK color model

#C69C6A color CMYK value is (0,21,46,22).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 46.46%
  • key color value is 22.35%
CMYK:
(0,21,46,22)
C0M21Y46K22 
(0%,21%,46%,22%)
(0.00/0.21/0.46/0.22)	

CMYK percentages

%0
%21.21
%46.46
%22.35

Codes

Color #C69C6A in popluar color models

C69C6A
RGB198156106
HSL33°44.66%59.61%
HSB/HSV33°46.46%77.65%
CMYK0.00%21.21%46.46%
22.35%

Color #C69C6A in popluar number systems.

HEXC69C6A
Decimal198156106
Binary11000110100111001101010
Octal306234152

Shades and tints

Shades of #C69C6A

#C69C6A
(198,156,106)
#B48E61
(180,142,97)
#A28058
(162,128,88)
#90724F
(144,114,79)
#7E6446
(126,100,70)
#6C563D
(108,86,61)
#5A4834
(90,72,52)
#483A2B
(72,58,43)
#362C22
(54,44,34)
#241E19
(36,30,25)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #C69C6A

#C69C6A
(198,156,106)
#CBA577
(203,165,119)
#D0AE84
(208,174,132)
#D5B791
(213,183,145)
#DAC09E
(218,192,158)
#DFC9AB
(223,201,171)
#E4D2B8
(228,210,184)
#E9DBC5
(233,219,197)
#EEE4D2
(238,228,210)
#F3EDDF
(243,237,223)
#F8F6EC
(248,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69C6A; }

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

This text font color is #C69C6A.


Background Color

.myBgColor { background-color: #C69C6A; }

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

This div background color is #C69C6A.


Border color

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

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

This div border color is #C69C6A.


Opacity

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

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

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

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

This text has shadow with #C69C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69C6A on black background.


Color preview on white background

This text has color #C69C6A on white background.



Black color preview on #C69C6A background

This text has black color on #C69C6A background.


White color preview on #C69C6A background

This text has white color on #C69C6A background.