COLOR #C0C69B

HEX: #C0C69B RGB: (192,198,155)

Color info

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

RGB color model

#C0C69B color RGB value is (192,198,155).

RGB: (192,198,155) (75%, 78%, 61%)

RGB channels and saturation

R 192 of 255 = 75%
G 198 of 255 = 78%
B 155 of 255 = 61%

192
198
155

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

Portions of RGB colors in percentages

R + G + B = 192 + 198 + 155 = 545 (100%)
R 192 of 545 ~ 35.23%
G 198 of 545 ~ 36.33%
B 155 of 545 ~ 28.44'%

%35.23
%36.33
%28.44

CMYK color model

#C0C69B color CMYK value is (3,0,22,22).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 21.72%
  • key color value is 22.35%

CMYK: (3,0,22,22)
C3M0Y22K22 (3%, 0%, 22%, 22%)
(0.03 / 0.00 / 0.22 / 0.22)

CMYK percentages

%3.03
%0
%21.72
%22.35

Codes

Color #C0C69B in popluar color models

C0 C6 9B
RGB 192 198 155
HSL 68° 27.39% 69.22%
HSB/HSV 68° 21.72% 77.65%
CMYK 3.03% 0.00% 21.72%
22.35%

Color #C0C69B in popluar number systems.

HEX C0 C6 9B
Decimal 192 198 155
Binary 11000000 11000110 10011011
Octal 300 306 233

Shades and tints

Shades of #C0C69B

#C0C69B
(192,198,155)
#AFB48D
(175,180,141)
#9EA27F
(158,162,127)
#8D9071
(141,144,113)
#7C7E63
(124,126,99)
#6B6C55
(107,108,85)
#5A5A47
(90,90,71)
#494839
(73,72,57)
#38362B
(56,54,43)
#27241D
(39,36,29)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #C0C69B

#C0C69B
(192,198,155)
#C5CBA4
(197,203,164)
#CAD0AD
(202,208,173)
#CFD5B6
(207,213,182)
#D4DABF
(212,218,191)
#D9DFC8
(217,223,200)
#DEE4D1
(222,228,209)
#E3E9DA
(227,233,218)
#E8EEE3
(232,238,227)
#EDF3EC
(237,243,236)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C69B; }

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

This text font color is #C0C69B.

Background Color

.myBgColor { background-color: #C0C69B; }

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

This div background color is #C0C69B.

Border color

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

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

This div border color is #C0C69B.

Opacity

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

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

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

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

This text has shadow with #C0C69B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0C69B.

Preview

Color preview on black background

This text has color #C0C69B on black background.


Color preview on white background

This text has color #C0C69B on white background.


Black color preview on #C0C69B background

This text has black color on #C0C69B background.


White color preview on #C0C69B background

This text has white color on #C0C69B background.


Related colors

Complementary color

Complementary color for #hex is #3F3964.


I love getcolorcode.com

Triadic colors

1 #9BC0C6 and #C69BC0 with #C0C69B are triadic colors.

2 #9BC6C0 and #C6C09B with #C0C69B are triadic colors.