COLOR #CFA480

HEX: #CFA480 RGB: (207,164,128)

Color info

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

RGB color model

#CFA480 color RGB value is (207,164,128).

RGB: (207,164,128) (81%, 64%, 50%)

RGB channels and saturation

R 207 of 255 = 81%
G 164 of 255 = 64%
B 128 of 255 = 50%

207
164
128

R + G + B ~ 65%. #CFA480 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 164 + 128 = 499 (100%)
R 207 of 499 ~ 41.48%
G 164 of 499 ~ 32.87%
B 128 of 499 ~ 25.65'%

%41.48
%32.87
%25.65

CMYK color model

#CFA480 color CMYK value is (0,21,38,19).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 38.16%
  • key color value is 18.82%

CMYK: (0,21,38,19)
C0M21Y38K19 (0%, 21%, 38%, 19%)
(0.00 / 0.21 / 0.38 / 0.19)

CMYK percentages

%0
%20.77
%38.16
%18.82

Codes

Color #CFA480 in popluar color models

CF A4 80
RGB 207 164 128
HSL 27° 45.14% 65.69%
HSB/HSV 27° 38.16% 81.18%
CMYK 0.00% 20.77% 38.16%
18.82%

Color #CFA480 in popluar number systems.

HEX CF A4 80
Decimal 207 164 128
Binary 11001111 10100100 10000000
Octal 317 244 200

Shades and tints

Shades of #CFA480

#CFA480
(207,164,128)
#BD9675
(189,150,117)
#AB886A
(171,136,106)
#997A5F
(153,122,95)
#876C54
(135,108,84)
#755E49
(117,94,73)
#63503E
(99,80,62)
#514233
(81,66,51)
#3F3428
(63,52,40)
#2D261D
(45,38,29)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #CFA480

#CFA480
(207,164,128)
#D3AC8B
(211,172,139)
#D7B496
(215,180,150)
#DBBCA1
(219,188,161)
#DFC4AC
(223,196,172)
#E3CCB7
(227,204,183)
#E7D4C2
(231,212,194)
#EBDCCD
(235,220,205)
#EFE4D8
(239,228,216)
#F3ECE3
(243,236,227)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA480 color. Also use rgb(207,164,128) instead hex code.

Text Font Color

.myTextColor { color: #CFA480; }

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

This text font color is #CFA480.

Background Color

.myBgColor { background-color: #CFA480; }

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

This div background color is #CFA480.

Border color

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

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

This div border color is #CFA480.

Opacity

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

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

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

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

This text has shadow with #CFA480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFA480.

Preview

Color preview on black background

This text has color #CFA480 on black background.


Color preview on white background

This text has color #CFA480 on white background.


Black color preview on #CFA480 background

This text has black color on #CFA480 background.


White color preview on #CFA480 background

This text has white color on #CFA480 background.


Related colors

Complementary color

Complementary color for #hex is #305B7F.


I love getcolorcode.com

Triadic colors

1 #80CFA4 and #A480CF with #CFA480 are triadic colors.

2 #80A4CF and #A4CF80 with #CFA480 are triadic colors.