COLOR #C09580

HEX: #C09580 RGB: (192,149,128)

Color info

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

RGB color model

#C09580 color RGB value is (192,149,128).

RGB: (192,149,128) (75%, 58%, 50%)

RGB channels and saturation

R 192 of 255 = 75%
G 149 of 255 = 58%
B 128 of 255 = 50%

192
149
128

R + G + B ~ 61%. #C09580 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 149 + 128 = 469 (100%)
R 192 of 469 ~ 40.94%
G 149 of 469 ~ 31.77%
B 128 of 469 ~ 27.29'%

%40.94
%31.77
%27.29

CMYK color model

#C09580 color CMYK value is (0,22,33,25).

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 33.33%
  • key color value is 24.71%

CMYK: (0,22,33,25)
C0M22Y33K25 (0%, 22%, 33%, 25%)
(0.00 / 0.22 / 0.33 / 0.25)

CMYK percentages

%0
%22.4
%33.33
%24.71

Codes

Color #C09580 in popluar color models

C0 95 80
RGB 192 149 128
HSL 20° 33.68% 62.75%
HSB/HSV 20° 33.33% 75.29%
CMYK 0.00% 22.40% 33.33%
24.71%

Color #C09580 in popluar number systems.

HEX C0 95 80
Decimal 192 149 128
Binary 11000000 10010101 10000000
Octal 300 225 200

Shades and tints

Shades of #C09580

#C09580
(192,149,128)
#AF8875
(175,136,117)
#9E7B6A
(158,123,106)
#8D6E5F
(141,110,95)
#7C6154
(124,97,84)
#6B5449
(107,84,73)
#5A473E
(90,71,62)
#493A33
(73,58,51)
#382D28
(56,45,40)
#27201D
(39,32,29)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #C09580

#C09580
(192,149,128)
#C59E8B
(197,158,139)
#CAA796
(202,167,150)
#CFB0A1
(207,176,161)
#D4B9AC
(212,185,172)
#D9C2B7
(217,194,183)
#DECBC2
(222,203,194)
#E3D4CD
(227,212,205)
#E8DDD8
(232,221,216)
#EDE6E3
(237,230,227)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09580 color. Also use rgb(192,149,128) instead hex code.

Text Font Color

.myTextColor { color: #C09580; }

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

This text font color is #C09580.

Background Color

.myBgColor { background-color: #C09580; }

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

This div background color is #C09580.

Border color

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

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

This div border color is #C09580.

Opacity

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

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

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

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

This text has shadow with #C09580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09580.

Preview

Color preview on black background

This text has color #C09580 on black background.


Color preview on white background

This text has color #C09580 on white background.


Black color preview on #C09580 background

This text has black color on #C09580 background.


White color preview on #C09580 background

This text has white color on #C09580 background.


Related colors

Complementary color

Complementary color for #hex is #3F6A7F.


I love getcolorcode.com

Triadic colors

1 #80C095 and #9580C0 with #C09580 are triadic colors.

2 #8095C0 and #95C080 with #C09580 are triadic colors.