COLOR #C0C49B

HEX: #C0C49B RGB: (192,196,155)

Color info

#C0C49B contains red, green and blue colors in about the same proportion. Web safe color of #C0C49B is #CCCC99 (or #CC9).

RGB color model

#C0C49B color RGB value is (192,196,155).

RGB: (192,196,155) (75%, 77%, 61%)

RGB channels and saturation

R 192 of 255 = 75%
G 196 of 255 = 77%
B 155 of 255 = 61%

192
196
155

R + G + B ~ 71%. #C0C49B is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 196 + 155 = 543 (100%)
R 192 of 543 ~ 35.36%
G 196 of 543 ~ 36.1%
B 155 of 543 ~ 28.55'%

%35.36
%36.1
%28.55

CMYK color model

#C0C49B color CMYK value is (2,0,21,23).

  • cyan value is 2.04%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 23.14%

CMYK: (2,0,21,23)
C2M0Y21K23 (2%, 0%, 21%, 23%)
(0.02 / 0.00 / 0.21 / 0.23)

CMYK percentages

%2.04
%0
%20.92
%23.14

Codes

Color #C0C49B in popluar color models

C0 C4 9B
RGB 192 196 155
HSL 66° 25.79% 68.82%
HSB/HSV 66° 20.92% 76.86%
CMYK 2.04% 0.00% 20.92%
23.14%

Color #C0C49B in popluar number systems.

HEX C0 C4 9B
Decimal 192 196 155
Binary 11000000 11000100 10011011
Octal 300 304 233

Shades and tints

Shades of #C0C49B

#C0C49B
(192,196,155)
#AFB38D
(175,179,141)
#9EA27F
(158,162,127)
#8D9171
(141,145,113)
#7C8063
(124,128,99)
#6B6F55
(107,111,85)
#5A5E47
(90,94,71)
#494D39
(73,77,57)
#383C2B
(56,60,43)
#272B1D
(39,43,29)
#161A0F
(22,26,15)
#000000
(0,0,0)

Tints of #C0C49B

#C0C49B
(192,196,155)
#C5C9A4
(197,201,164)
#CACEAD
(202,206,173)
#CFD3B6
(207,211,182)
#D4D8BF
(212,216,191)
#D9DDC8
(217,221,200)
#DEE2D1
(222,226,209)
#E3E7DA
(227,231,218)
#E8ECE3
(232,236,227)
#EDF1EC
(237,241,236)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C49B color. Also use rgb(192,196,155) instead hex code.

Text Font Color

.myTextColor { color: #C0C49B; }

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

This text font color is #C0C49B.

Background Color

.myBgColor { background-color: #C0C49B; }

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

This div background color is #C0C49B.

Border color

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

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

This div border color is #C0C49B.

Opacity

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

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

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

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

This text has shadow with #C0C49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0C49B.

Preview

Color preview on black background

This text has color #C0C49B on black background.


Color preview on white background

This text has color #C0C49B on white background.


Black color preview on #C0C49B background

This text has black color on #C0C49B background.


White color preview on #C0C49B background

This text has white color on #C0C49B background.


Related colors

Complementary color

Complementary color for #hex is #3F3B64.


I love getcolorcode.com

Triadic colors

1 #9BC0C4 and #C49BC0 with #C0C49B are triadic colors.

2 #9BC4C0 and #C4C09B with #C0C49B are triadic colors.