COLOR #C09C8F

HEX: #C09C8F RGB: (192,156,143)

Color info

#C09C8F contains red, green and blue colors in about the same proportion. Web safe color of #C09C8F is #CC9999 (or #C99).

RGB color model

#C09C8F color RGB value is (192,156,143).

RGB: (192,156,143) (75%, 61%, 56%)

RGB channels and saturation

R 192 of 255 = 75%
G 156 of 255 = 61%
B 143 of 255 = 56%

192
156
143

R + G + B ~ 64%. #C09C8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 156 + 143 = 491 (100%)
R 192 of 491 ~ 39.1%
G 156 of 491 ~ 31.77%
B 143 of 491 ~ 29.12'%

%39.1
%31.77
%29.12

CMYK color model

#C09C8F color CMYK value is (0,19,26,25).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 25.52%
  • key color value is 24.71%
CMYK: (0,19,26,25) C0M19Y26K25 (0%,19%,26%,25%) (0.00/0.19/0.26/0.25) 

CMYK percentages

%0
%18.75
%25.52
%24.71

Codes

Color #C09C8F in popluar color models

C0 9C 8F
RGB 192 156 143
HSL 16° 28.00% 65.69%
HSB/HSV 16° 25.52% 75.29%
CMYK 0.00% 18.75% 25.52%
24.71%

Color #C09C8F in popluar number systems.

HEX C0 9C 8F
Decimal 192 156 143
Binary 11000000 10011100 10001111
Octal 300 234 217

Shades and tints

Shades of #C09C8F

#C09C8F
(192,156,143)
#AF8E82
(175,142,130)
#9E8075
(158,128,117)
#8D7268
(141,114,104)
#7C645B
(124,100,91)
#6B564E
(107,86,78)
#5A4841
(90,72,65)
#493A34
(73,58,52)
#382C27
(56,44,39)
#271E1A
(39,30,26)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #C09C8F

#C09C8F
(192,156,143)
#C5A599
(197,165,153)
#CAAEA3
(202,174,163)
#CFB7AD
(207,183,173)
#D4C0B7
(212,192,183)
#D9C9C1
(217,201,193)
#DED2CB
(222,210,203)
#E3DBD5
(227,219,213)
#E8E4DF
(232,228,223)
#EDEDE9
(237,237,233)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09C8F color. Also use rgb(192,156,143) instead hex code.

Text Font Color

.myTextColor { color: #C09C8F; }

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

This text font color is #C09C8F.

Background Color

.myBgColor { background-color: #C09C8F; }

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

This div background color is #C09C8F.

Border color

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

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

This div border color is #C09C8F.

Opacity

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

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

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

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

This text has shadow with #C09C8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09C8F.

Preview

Color preview on black background

This text has color #C09C8F on black background.


Color preview on white background

This text has color #C09C8F on white background.


Black color preview on #C09C8F background

This text has black color on #C09C8F background.


White color preview on #C09C8F background

This text has white color on #C09C8F background.


Related colors

Complementary color

Complementary color for #hex is #3F6370.


I love getcolorcode.com

Triadic colors

1 #8FC09C and #9C8FC0 with #C09C8F are triadic colors.

2 #8F9CC0 and #9CC08F with #C09C8F are triadic colors.