COLOR #CFCA76

HEX: #CFCA76 RGB: (207,202,118)

Color info

#CFCA76 contains mainly red and green colors. Web safe color of #CFCA76 is #CCCC66 (or #CC6).

RGB color model

#CFCA76 color RGB value is (207,202,118).

RGB: (207,202,118) (81%, 79%, 46%)

RGB channels and saturation

R 207 of 255 = 81%
G 202 of 255 = 79%
B 118 of 255 = 46%

207
202
118

R + G + B ~ 69%. #CFCA76 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 202 + 118 = 527 (100%)
R 207 of 527 ~ 39.28%
G 202 of 527 ~ 38.33%
B 118 of 527 ~ 22.39'%

%39.28
%38.33
%22.39

CMYK color model

#CFCA76 color CMYK value is (0,2,43,19).

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

CMYK: (0,2,43,19)
C0M2Y43K19 (0%, 2%, 43%, 19%)
(0.00 / 0.02 / 0.43 / 0.19)

CMYK percentages

%0
%2.42
%43
%18.82

Codes

Color #CFCA76 in popluar color models

CF CA 76
RGB 207 202 118
HSL 57° 48.11% 63.73%
HSB/HSV 57° 43.00% 81.18%
CMYK 0.00% 2.42% 43.00%
18.82%

Color #CFCA76 in popluar number systems.

HEX CF CA 76
Decimal 207 202 118
Binary 11001111 11001010 1110110
Octal 317 312 166

Shades and tints

Shades of #CFCA76

#CFCA76
(207,202,118)
#BDB86C
(189,184,108)
#ABA662
(171,166,98)
#999458
(153,148,88)
#87824E
(135,130,78)
#757044
(117,112,68)
#635E3A
(99,94,58)
#514C30
(81,76,48)
#3F3A26
(63,58,38)
#2D281C
(45,40,28)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #CFCA76

#CFCA76
(207,202,118)
#D3CE82
(211,206,130)
#D7D28E
(215,210,142)
#DBD69A
(219,214,154)
#DFDAA6
(223,218,166)
#E3DEB2
(227,222,178)
#E7E2BE
(231,226,190)
#EBE6CA
(235,230,202)
#EFEAD6
(239,234,214)
#F3EEE2
(243,238,226)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFCA76; }

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

This text font color is #CFCA76.

Background Color

.myBgColor { background-color: #CFCA76; }

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

This div background color is #CFCA76.

Border color

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

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

This div border color is #CFCA76.

Opacity

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

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

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

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

This text has shadow with #CFCA76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFCA76.

Preview

Color preview on black background

This text has color #CFCA76 on black background.


Color preview on white background

This text has color #CFCA76 on white background.


Black color preview on #CFCA76 background

This text has black color on #CFCA76 background.


White color preview on #CFCA76 background

This text has white color on #CFCA76 background.


Related colors

Complementary color

Complementary color for #hex is #303589.


I love getcolorcode.com

Triadic colors

1 #76CFCA and #CA76CF with #CFCA76 are triadic colors.

2 #76CACF and #CACF76 with #CFCA76 are triadic colors.