COLOR #C6CD92

HEX: #C6CD92 RGB: (198,205,146)

Color info

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

RGB color model

#C6CD92 color RGB value is (198,205,146).

RGB: (198,205,146) (78%, 80%, 57%)

RGB channels and saturation

R 198 of 255 = 78%
G 205 of 255 = 80%
B 146 of 255 = 57%

198
205
146

R + G + B ~ 72%. #C6CD92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 205 + 146 = 549 (100%)
R 198 of 549 ~ 36.07%
G 205 of 549 ~ 37.34%
B 146 of 549 ~ 26.59'%

%36.07
%37.34
%26.59

CMYK color model

#C6CD92 color CMYK value is (3,0,29,20).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 28.78%
  • key color value is 19.61%
CMYK: (3,0,29,20) C3M0Y29K20 (3%,0%,29%,20%) (0.03/0.00/0.29/0.20) 

CMYK percentages

%3.41
%0
%28.78
%19.61

Codes

Color #C6CD92 in popluar color models

C6 CD 92
RGB 198 205 146
HSL 67° 37.11% 68.82%
HSB/HSV 67° 28.78% 80.39%
CMYK 3.41% 0.00% 28.78%
19.61%

Color #C6CD92 in popluar number systems.

HEX C6 CD 92
Decimal 198 205 146
Binary 11000110 11001101 10010010
Octal 306 315 222

Shades and tints

Shades of #C6CD92

#C6CD92
(198,205,146)
#B4BB85
(180,187,133)
#A2A978
(162,169,120)
#90976B
(144,151,107)
#7E855E
(126,133,94)
#6C7351
(108,115,81)
#5A6144
(90,97,68)
#484F37
(72,79,55)
#363D2A
(54,61,42)
#242B1D
(36,43,29)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #C6CD92

#C6CD92
(198,205,146)
#CBD19B
(203,209,155)
#D0D5A4
(208,213,164)
#D5D9AD
(213,217,173)
#DADDB6
(218,221,182)
#DFE1BF
(223,225,191)
#E4E5C8
(228,229,200)
#E9E9D1
(233,233,209)
#EEEDDA
(238,237,218)
#F3F1E3
(243,241,227)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CD92 color. Also use rgb(198,205,146) instead hex code.

Text Font Color

.myTextColor { color: #C6CD92; }

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

This text font color is #C6CD92.

Background Color

.myBgColor { background-color: #C6CD92; }

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

This div background color is #C6CD92.

Border color

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

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

This div border color is #C6CD92.

Opacity

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

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

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

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

This text has shadow with #C6CD92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CD92.

Preview

Color preview on black background

This text has color #C6CD92 on black background.


Color preview on white background

This text has color #C6CD92 on white background.


Black color preview on #C6CD92 background

This text has black color on #C6CD92 background.


White color preview on #C6CD92 background

This text has white color on #C6CD92 background.


Related colors

Complementary color

Complementary color for #hex is #39326D.


I love getcolorcode.com

Triadic colors

1 #92C6CD and #CD92C6 with #C6CD92 are triadic colors.

2 #92CDC6 and #CDC692 with #C6CD92 are triadic colors.