COLOR #CFA06F

HEX: #CFA06F
RGB: (207,160,111)

Color info

#CFA06F contains mainly red and green colors. Web safe color of #CFA06F is #CC9966 (or #C96).

RGB color model

#CFA06F color RGB value is (207,160,111).

  • red value is 207;
  • green value is 160;
  • blue value is 111.
RGB:
(207,160,111)
(81%,63%,44%)

RGB channels and saturation

R 207 of 255 = 81%
G 160 of 255 = 63%
B 111 of 255 = 44%

207
160
111

R + G + B ~ 63%. #CFA06F is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 160 + 111 = 478 (100%)
R 207 of 478 ~ 43.31%
G 160 of 478 ~ 33.47%
B 111 of 478 ~ 23.22%

%43.31
%33.47
%23.22

CMYK color model

#CFA06F color CMYK value is (0,23,46,19).

  • cyan value is 0.00%
  • magenta value is 22.71%
  • yellow value is 46.38%
  • key color value is 18.82%
CMYK:
(0,23,46,19)
C0M23Y46K19 
(0%,23%,46%,19%)
(0.00/0.23/0.46/0.19)	

CMYK percentages

%0
%22.71
%46.38
%18.82

Codes

Color #CFA06F in popluar color models

CFA06F
RGB207160111
HSL31°50.00%62.35%
HSB/HSV31°46.38%81.18%
CMYK0.00%22.71%46.38%
18.82%

Color #CFA06F in popluar number systems.

HEXCFA06F
Decimal207160111
Binary11001111101000001101111
Octal317240157

Shades and tints

Shades of #CFA06F

#CFA06F
(207,160,111)
#BD9265
(189,146,101)
#AB845B
(171,132,91)
#997651
(153,118,81)
#876847
(135,104,71)
#755A3D
(117,90,61)
#634C33
(99,76,51)
#513E29
(81,62,41)
#3F301F
(63,48,31)
#2D2215
(45,34,21)
#1B140B
(27,20,11)
#000000
(0,0,0)

Tints of #CFA06F

#CFA06F
(207,160,111)
#D3A87C
(211,168,124)
#D7B089
(215,176,137)
#DBB896
(219,184,150)
#DFC0A3
(223,192,163)
#E3C8B0
(227,200,176)
#E7D0BD
(231,208,189)
#EBD8CA
(235,216,202)
#EFE0D7
(239,224,215)
#F3E8E4
(243,232,228)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA06F color. Also use rgb(207,160,111) instead hex code.

Text Font Color

.myTextColor { color: #CFA06F; }

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

This text font color is #CFA06F.


Background Color

.myBgColor { background-color: #CFA06F; }

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

This div background color is #CFA06F.


Border color

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

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

This div border color is #CFA06F.


Opacity

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

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

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

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

This text has shadow with #CFA06F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA06F on black background.


Color preview on white background

This text has color #CFA06F on white background.



Black color preview on #CFA06F background

This text has black color on #CFA06F background.


White color preview on #CFA06F background

This text has white color on #CFA06F background.