COLOR #CFA05B

HEX: #CFA05B
RGB: (207,160,91)

Color info

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

RGB color model

#CFA05B color RGB value is (207,160,91).

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

RGB channels and saturation

R 207 of 255 = 81%
G 160 of 255 = 63%
B 91 of 255 = 36%

207
160
91

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

Portions of RGB colors in percentages

R + G + B =
207 + 160 + 91 = 458 (100%)
R 207 of 458 ~ 45.2%
G 160 of 458 ~ 34.93%
B 91 of 458 ~ 19.87%

%45.2
%34.93
%19.87

CMYK color model

#CFA05B color CMYK value is (0,23,56,19).

  • cyan value is 0.00%
  • magenta value is 22.71%
  • yellow value is 56.04%
  • key color value is 18.82%
CMYK:
(0,23,56,19)
C0M23Y56K19 
(0%,23%,56%,19%)
(0.00/0.23/0.56/0.19)	

CMYK percentages

%0
%22.71
%56.04
%18.82

Codes

Color #CFA05B in popluar color models

CFA05B
RGB20716091
HSL36°54.72%58.43%
HSB/HSV36°56.04%81.18%
CMYK0.00%22.71%56.04%
18.82%

Color #CFA05B in popluar number systems.

HEXCFA05B
Decimal20716091
Binary11001111101000001011011
Octal317240133

Shades and tints

Shades of #CFA05B

#CFA05B
(207,160,91)
#BD9253
(189,146,83)
#AB844B
(171,132,75)
#997643
(153,118,67)
#87683B
(135,104,59)
#755A33
(117,90,51)
#634C2B
(99,76,43)
#513E23
(81,62,35)
#3F301B
(63,48,27)
#2D2213
(45,34,19)
#1B140B
(27,20,11)
#000000
(0,0,0)

Tints of #CFA05B

#CFA05B
(207,160,91)
#D3A869
(211,168,105)
#D7B077
(215,176,119)
#DBB885
(219,184,133)
#DFC093
(223,192,147)
#E3C8A1
(227,200,161)
#E7D0AF
(231,208,175)
#EBD8BD
(235,216,189)
#EFE0CB
(239,224,203)
#F3E8D9
(243,232,217)
#F7F0E7
(247,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFA05B; }

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

This text font color is #CFA05B.


Background Color

.myBgColor { background-color: #CFA05B; }

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

This div background color is #CFA05B.


Border color

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

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

This div border color is #CFA05B.


Opacity

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

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

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

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

This text has shadow with #CFA05B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA05B on black background.


Color preview on white background

This text has color #CFA05B on white background.



Black color preview on #CFA05B background

This text has black color on #CFA05B background.


White color preview on #CFA05B background

This text has white color on #CFA05B background.