COLOR #C6AF4D

HEX: #C6AF4D
RGB: (198,175,77)

Color info

#C6AF4D contains mainly red and green colors. Web safe color of #C6AF4D is #CC9933 (or #C93).

RGB color model

#C6AF4D color RGB value is (198,175,77).

  • red value is 198;
  • green value is 175;
  • blue value is 77.
RGB:
(198,175,77)
(78%,69%,30%)

RGB channels and saturation

R 198 of 255 = 78%
G 175 of 255 = 69%
B 77 of 255 = 30%

198
175
77

R + G + B ~ 59%. #C6AF4D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
198 + 175 + 77 = 450 (100%)
R 198 of 450 ~ 44%
G 175 of 450 ~ 38.89%
B 77 of 450 ~ 17.11%

%44
%38.89
%17.11

CMYK color model

#C6AF4D color CMYK value is (0,12,61,22).

  • cyan value is 0.00%
  • magenta value is 11.62%
  • yellow value is 61.11%
  • key color value is 22.35%
CMYK:
(0,12,61,22)
C0M12Y61K22 
(0%,12%,61%,22%)
(0.00/0.12/0.61/0.22)	

CMYK percentages

%0
%11.62
%61.11
%22.35

Codes

Color #C6AF4D in popluar color models

C6AF4D
RGB19817577
HSL49°51.49%53.92%
HSB/HSV49°61.11%77.65%
CMYK0.00%11.62%61.11%
22.35%

Color #C6AF4D in popluar number systems.

HEXC6AF4D
Decimal19817577
Binary11000110101011111001101
Octal306257115

Shades and tints

Shades of #C6AF4D

#C6AF4D
(198,175,77)
#B4A046
(180,160,70)
#A2913F
(162,145,63)
#908238
(144,130,56)
#7E7331
(126,115,49)
#6C642A
(108,100,42)
#5A5523
(90,85,35)
#48461C
(72,70,28)
#363715
(54,55,21)
#24280E
(36,40,14)
#121907
(18,25,7)
#000000
(0,0,0)

Tints of #C6AF4D

#C6AF4D
(198,175,77)
#CBB65D
(203,182,93)
#D0BD6D
(208,189,109)
#D5C47D
(213,196,125)
#DACB8D
(218,203,141)
#DFD29D
(223,210,157)
#E4D9AD
(228,217,173)
#E9E0BD
(233,224,189)
#EEE7CD
(238,231,205)
#F3EEDD
(243,238,221)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AF4D color. Also use rgb(198,175,77) instead hex code.

Text Font Color

.myTextColor { color: #C6AF4D; }

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

This text font color is #C6AF4D.


Background Color

.myBgColor { background-color: #C6AF4D; }

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

This div background color is #C6AF4D.


Border color

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

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

This div border color is #C6AF4D.


Opacity

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

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

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

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

This text has shadow with #C6AF4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AF4D on black background.


Color preview on white background

This text has color #C6AF4D on white background.



Black color preview on #C6AF4D background

This text has black color on #C6AF4D background.


White color preview on #C6AF4D background

This text has white color on #C6AF4D background.