COLOR #C0C690

HEX: #C0C690 RGB: (192,198,144)

Color info

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

RGB color model

#C0C690 color RGB value is (192,198,144).

RGB: (192,198,144) (75%, 78%, 56%)

RGB channels and saturation

R 192 of 255 = 75%
G 198 of 255 = 78%
B 144 of 255 = 56%

192
198
144

R + G + B ~ 70%. #C0C690 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 198 + 144 = 534 (100%)
R 192 of 534 ~ 35.96%
G 198 of 534 ~ 37.08%
B 144 of 534 ~ 26.97'%

%35.96
%37.08
%26.97

CMYK color model

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

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 22.35%
CMYK: (3,0,27,22) C3M0Y27K22 (3%,0%,27%,22%) (0.03/0.00/0.27/0.22) 

CMYK percentages

%3.03
%0
%27.27
%22.35

Codes

Color #C0C690 in popluar color models

C0 C6 90
RGB 192 198 144
HSL 67° 32.14% 67.06%
HSB/HSV 67° 27.27% 77.65%
CMYK 3.03% 0.00% 27.27%
22.35%

Color #C0C690 in popluar number systems.

HEX C0 C6 90
Decimal 192 198 144
Binary 11000000 11000110 10010000
Octal 300 306 220

Shades and tints

Shades of #C0C690

#C0C690
(192,198,144)
#AFB483
(175,180,131)
#9EA276
(158,162,118)
#8D9069
(141,144,105)
#7C7E5C
(124,126,92)
#6B6C4F
(107,108,79)
#5A5A42
(90,90,66)
#494835
(73,72,53)
#383628
(56,54,40)
#27241B
(39,36,27)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #C0C690

#C0C690
(192,198,144)
#C5CB9A
(197,203,154)
#CAD0A4
(202,208,164)
#CFD5AE
(207,213,174)
#D4DAB8
(212,218,184)
#D9DFC2
(217,223,194)
#DEE4CC
(222,228,204)
#E3E9D6
(227,233,214)
#E8EEE0
(232,238,224)
#EDF3EA
(237,243,234)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C690; }

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

This text font color is #C0C690.

Background Color

.myBgColor { background-color: #C0C690; }

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

This div background color is #C0C690.

Border color

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

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

This div border color is #C0C690.

Opacity

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

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

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

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

This text has shadow with #C0C690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0C690.

Preview

Color preview on black background

This text has color #C0C690 on black background.


Color preview on white background

This text has color #C0C690 on white background.


Black color preview on #C0C690 background

This text has black color on #C0C690 background.


White color preview on #C0C690 background

This text has white color on #C0C690 background.


Related colors

Complementary color

Complementary color for #hex is #3F396F.


I love getcolorcode.com

Triadic colors

1 #90C0C6 and #C690C0 with #C0C690 are triadic colors.

2 #90C6C0 and #C6C090 with #C0C690 are triadic colors.