COLOR #CFA076

HEX: #CFA076 RGB: (207,160,118)

Color info

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

RGB color model

#CFA076 color RGB value is (207,160,118).

RGB: (207,160,118) (81%, 63%, 46%)

RGB channels and saturation

R 207 of 255 = 81%
G 160 of 255 = 63%
B 118 of 255 = 46%

207
160
118

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

Portions of RGB colors in percentages

R + G + B = 207 + 160 + 118 = 485 (100%)
R 207 of 485 ~ 42.68%
G 160 of 485 ~ 32.99%
B 118 of 485 ~ 24.33'%

%42.68
%32.99
%24.33

CMYK color model

#CFA076 color CMYK value is (0,23,43,19).

  • cyan value is 0.00%
  • magenta value is 22.71%
  • yellow value is 43.00%
  • key color value is 18.82%

CMYK: (0,23,43,19)
C0M23Y43K19 (0%, 23%, 43%, 19%)
(0.00 / 0.23 / 0.43 / 0.19)

CMYK percentages

%0
%22.71
%43
%18.82

Codes

Color #CFA076 in popluar color models

CF A0 76
RGB 207 160 118
HSL 28° 48.11% 63.73%
HSB/HSV 28° 43.00% 81.18%
CMYK 0.00% 22.71% 43.00%
18.82%

Color #CFA076 in popluar number systems.

HEX CF A0 76
Decimal 207 160 118
Binary 11001111 10100000 1110110
Octal 317 240 166

Shades and tints

Shades of #CFA076

#CFA076
(207,160,118)
#BD926C
(189,146,108)
#AB8462
(171,132,98)
#997658
(153,118,88)
#87684E
(135,104,78)
#755A44
(117,90,68)
#634C3A
(99,76,58)
#513E30
(81,62,48)
#3F3026
(63,48,38)
#2D221C
(45,34,28)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #CFA076

#CFA076
(207,160,118)
#D3A882
(211,168,130)
#D7B08E
(215,176,142)
#DBB89A
(219,184,154)
#DFC0A6
(223,192,166)
#E3C8B2
(227,200,178)
#E7D0BE
(231,208,190)
#EBD8CA
(235,216,202)
#EFE0D6
(239,224,214)
#F3E8E2
(243,232,226)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFA076; }

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

This text font color is #CFA076.

Background Color

.myBgColor { background-color: #CFA076; }

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

This div background color is #CFA076.

Border color

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

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

This div border color is #CFA076.

Opacity

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

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

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

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

This text has shadow with #CFA076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFA076.

Preview

Color preview on black background

This text has color #CFA076 on black background.


Color preview on white background

This text has color #CFA076 on white background.


Black color preview on #CFA076 background

This text has black color on #CFA076 background.


White color preview on #CFA076 background

This text has white color on #CFA076 background.


Related colors

Complementary color

Complementary color for #hex is #305F89.


I love getcolorcode.com

Triadic colors

1 #76CFA0 and #A076CF with #CFA076 are triadic colors.

2 #76A0CF and #A0CF76 with #CFA076 are triadic colors.