COLOR #C6C093

HEX: #C6C093 RGB: (198,192,147)

Color info

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

RGB color model

#C6C093 color RGB value is (198,192,147).

RGB: (198,192,147) (78%, 75%, 58%)

RGB channels and saturation

R 198 of 255 = 78%
G 192 of 255 = 75%
B 147 of 255 = 58%

198
192
147

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

Portions of RGB colors in percentages

R + G + B = 198 + 192 + 147 = 537 (100%)
R 198 of 537 ~ 36.87%
G 192 of 537 ~ 35.75%
B 147 of 537 ~ 27.37'%

%36.87
%35.75
%27.37

CMYK color model

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

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

CMYK: (0,3,26,22)
C0M3Y26K22 (0%, 3%, 26%, 22%)
(0.00 / 0.03 / 0.26 / 0.22)

CMYK percentages

%0
%3.03
%25.76
%22.35

Codes

Color #C6C093 in popluar color models

C6 C0 93
RGB 198 192 147
HSL 53° 30.91% 67.65%
HSB/HSV 53° 25.76% 77.65%
CMYK 0.00% 3.03% 25.76%
22.35%

Color #C6C093 in popluar number systems.

HEX C6 C0 93
Decimal 198 192 147
Binary 11000110 11000000 10010011
Octal 306 300 223

Shades and tints

Shades of #C6C093

#C6C093
(198,192,147)
#B4AF86
(180,175,134)
#A29E79
(162,158,121)
#908D6C
(144,141,108)
#7E7C5F
(126,124,95)
#6C6B52
(108,107,82)
#5A5A45
(90,90,69)
#484938
(72,73,56)
#36382B
(54,56,43)
#24271E
(36,39,30)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #C6C093

#C6C093
(198,192,147)
#CBC59C
(203,197,156)
#D0CAA5
(208,202,165)
#D5CFAE
(213,207,174)
#DAD4B7
(218,212,183)
#DFD9C0
(223,217,192)
#E4DEC9
(228,222,201)
#E9E3D2
(233,227,210)
#EEE8DB
(238,232,219)
#F3EDE4
(243,237,228)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C093; }

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

This text font color is #C6C093.

Background Color

.myBgColor { background-color: #C6C093; }

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

This div background color is #C6C093.

Border color

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

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

This div border color is #C6C093.

Opacity

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

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

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

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

This text has shadow with #C6C093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C093.

Preview

Color preview on black background

This text has color #C6C093 on black background.


Color preview on white background

This text has color #C6C093 on white background.


Black color preview on #C6C093 background

This text has black color on #C6C093 background.


White color preview on #C6C093 background

This text has white color on #C6C093 background.


Related colors

Complementary color

Complementary color for #hex is #393F6C.


I love getcolorcode.com

Triadic colors

1 #93C6C0 and #C093C6 with #C6C093 are triadic colors.

2 #93C0C6 and #C0C693 with #C6C093 are triadic colors.