COLOR #C6B28A

HEX: #C6B28A RGB: (198,178,138)

Color info

#C6B28A contains mainly red and green colors. Web safe color of #C6B28A is #CC9999 (or #C99).

RGB color model

#C6B28A color RGB value is (198,178,138).

RGB: (198,178,138) (78%, 70%, 54%)

RGB channels and saturation

R 198 of 255 = 78%
G 178 of 255 = 70%
B 138 of 255 = 54%

198
178
138

R + G + B ~ 67%. #C6B28A is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 178 + 138 = 514 (100%)
R 198 of 514 ~ 38.52%
G 178 of 514 ~ 34.63%
B 138 of 514 ~ 26.85'%

%38.52
%34.63
%26.85

CMYK color model

#C6B28A color CMYK value is (0,10,30,22).

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 30.30%
  • key color value is 22.35%

CMYK: (0,10,30,22)
C0M10Y30K22 (0%, 10%, 30%, 22%)
(0.00 / 0.10 / 0.30 / 0.22)

CMYK percentages

%0
%10.1
%30.3
%22.35

Codes

Color #C6B28A in popluar color models

C6 B2 8A
RGB 198 178 138
HSL 40° 34.48% 65.88%
HSB/HSV 40° 30.30% 77.65%
CMYK 0.00% 10.10% 30.30%
22.35%

Color #C6B28A in popluar number systems.

HEX C6 B2 8A
Decimal 198 178 138
Binary 11000110 10110010 10001010
Octal 306 262 212

Shades and tints

Shades of #C6B28A

#C6B28A
(198,178,138)
#B4A27E
(180,162,126)
#A29272
(162,146,114)
#908266
(144,130,102)
#7E725A
(126,114,90)
#6C624E
(108,98,78)
#5A5242
(90,82,66)
#484236
(72,66,54)
#36322A
(54,50,42)
#24221E
(36,34,30)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #C6B28A

#C6B28A
(198,178,138)
#CBB994
(203,185,148)
#D0C09E
(208,192,158)
#D5C7A8
(213,199,168)
#DACEB2
(218,206,178)
#DFD5BC
(223,213,188)
#E4DCC6
(228,220,198)
#E9E3D0
(233,227,208)
#EEEADA
(238,234,218)
#F3F1E4
(243,241,228)
#F8F8EE
(248,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B28A color. Also use rgb(198,178,138) instead hex code.

Text Font Color

.myTextColor { color: #C6B28A; }

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

This text font color is #C6B28A.

Background Color

.myBgColor { background-color: #C6B28A; }

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

This div background color is #C6B28A.

Border color

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

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

This div border color is #C6B28A.

Opacity

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

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

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

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

This text has shadow with #C6B28A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B28A.

Preview

Color preview on black background

This text has color #C6B28A on black background.


Color preview on white background

This text has color #C6B28A on white background.


Black color preview on #C6B28A background

This text has black color on #C6B28A background.


White color preview on #C6B28A background

This text has white color on #C6B28A background.


Related colors

Complementary color

Complementary color for #hex is #394D75.


I love getcolorcode.com

Triadic colors

1 #8AC6B2 and #B28AC6 with #C6B28A are triadic colors.

2 #8AB2C6 and #B2C68A with #C6B28A are triadic colors.