COLOR #C09A6C

HEX: #C09A6C RGB: (192,154,108)

Color info

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

RGB color model

#C09A6C color RGB value is (192,154,108).

RGB: (192,154,108) (75%, 60%, 42%)

RGB channels and saturation

R 192 of 255 = 75%
G 154 of 255 = 60%
B 108 of 255 = 42%

192
154
108

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

Portions of RGB colors in percentages

R + G + B = 192 + 154 + 108 = 454 (100%)
R 192 of 454 ~ 42.29%
G 154 of 454 ~ 33.92%
B 108 of 454 ~ 23.79'%

%42.29
%33.92
%23.79

CMYK color model

#C09A6C color CMYK value is (0,20,44,25).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 43.75%
  • key color value is 24.71%

CMYK: (0,20,44,25)
C0M20Y44K25 (0%, 20%, 44%, 25%)
(0.00 / 0.20 / 0.44 / 0.25)

CMYK percentages

%0
%19.79
%43.75
%24.71

Codes

Color #C09A6C in popluar color models

C0 9A 6C
RGB 192 154 108
HSL 33° 40.00% 58.82%
HSB/HSV 33° 43.75% 75.29%
CMYK 0.00% 19.79% 43.75%
24.71%

Color #C09A6C in popluar number systems.

HEX C0 9A 6C
Decimal 192 154 108
Binary 11000000 10011010 1101100
Octal 300 232 154

Shades and tints

Shades of #C09A6C

#C09A6C
(192,154,108)
#AF8C63
(175,140,99)
#9E7E5A
(158,126,90)
#8D7051
(141,112,81)
#7C6248
(124,98,72)
#6B543F
(107,84,63)
#5A4636
(90,70,54)
#49382D
(73,56,45)
#382A24
(56,42,36)
#271C1B
(39,28,27)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #C09A6C

#C09A6C
(192,154,108)
#C5A379
(197,163,121)
#CAAC86
(202,172,134)
#CFB593
(207,181,147)
#D4BEA0
(212,190,160)
#D9C7AD
(217,199,173)
#DED0BA
(222,208,186)
#E3D9C7
(227,217,199)
#E8E2D4
(232,226,212)
#EDEBE1
(237,235,225)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09A6C color. Also use rgb(192,154,108) instead hex code.

Text Font Color

.myTextColor { color: #C09A6C; }

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

This text font color is #C09A6C.

Background Color

.myBgColor { background-color: #C09A6C; }

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

This div background color is #C09A6C.

Border color

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

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

This div border color is #C09A6C.

Opacity

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

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

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

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

This text has shadow with #C09A6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09A6C.

Preview

Color preview on black background

This text has color #C09A6C on black background.


Color preview on white background

This text has color #C09A6C on white background.


Black color preview on #C09A6C background

This text has black color on #C09A6C background.


White color preview on #C09A6C background

This text has white color on #C09A6C background.


Related colors

Complementary color

Complementary color for #hex is #3F6593.


I love getcolorcode.com

Triadic colors

1 #6CC09A and #9A6CC0 with #C09A6C are triadic colors.

2 #6C9AC0 and #9AC06C with #C09A6C are triadic colors.