COLOR #C6C091

HEX: #C6C091 RGB: (198,192,145)

Color info

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

RGB color model

#C6C091 color RGB value is (198,192,145).

RGB: (198,192,145) (78%, 75%, 57%)

RGB channels and saturation

R 198 of 255 = 78%
G 192 of 255 = 75%
B 145 of 255 = 57%

198
192
145

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

Portions of RGB colors in percentages

R + G + B = 198 + 192 + 145 = 535 (100%)
R 198 of 535 ~ 37.01%
G 192 of 535 ~ 35.89%
B 145 of 535 ~ 27.1'%

%37.01
%35.89
%27.1

CMYK color model

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

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

CMYK: (0,3,27,22)
C0M3Y27K22 (0%, 3%, 27%, 22%)
(0.00 / 0.03 / 0.27 / 0.22)

CMYK percentages

%0
%3.03
%26.77
%22.35

Codes

Color #C6C091 in popluar color models

C6 C0 91
RGB 198 192 145
HSL 53° 31.74% 67.25%
HSB/HSV 53° 26.77% 77.65%
CMYK 0.00% 3.03% 26.77%
22.35%

Color #C6C091 in popluar number systems.

HEX C6 C0 91
Decimal 198 192 145
Binary 11000110 11000000 10010001
Octal 306 300 221

Shades and tints

Shades of #C6C091

#C6C091
(198,192,145)
#B4AF84
(180,175,132)
#A29E77
(162,158,119)
#908D6A
(144,141,106)
#7E7C5D
(126,124,93)
#6C6B50
(108,107,80)
#5A5A43
(90,90,67)
#484936
(72,73,54)
#363829
(54,56,41)
#24271C
(36,39,28)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #C6C091

#C6C091
(198,192,145)
#CBC59B
(203,197,155)
#D0CAA5
(208,202,165)
#D5CFAF
(213,207,175)
#DAD4B9
(218,212,185)
#DFD9C3
(223,217,195)
#E4DECD
(228,222,205)
#E9E3D7
(233,227,215)
#EEE8E1
(238,232,225)
#F3EDEB
(243,237,235)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C091; }

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

This text font color is #C6C091.

Background Color

.myBgColor { background-color: #C6C091; }

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

This div background color is #C6C091.

Border color

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

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

This div border color is #C6C091.

Opacity

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

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

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

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

This text has shadow with #C6C091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C091.

Preview

Color preview on black background

This text has color #C6C091 on black background.


Color preview on white background

This text has color #C6C091 on white background.


Black color preview on #C6C091 background

This text has black color on #C6C091 background.


White color preview on #C6C091 background

This text has white color on #C6C091 background.


Related colors

Complementary color

Complementary color for #hex is #393F6E.


I love getcolorcode.com

Triadic colors

1 #91C6C0 and #C091C6 with #C6C091 are triadic colors.

2 #91C0C6 and #C0C691 with #C6C091 are triadic colors.