COLOR #CFA248

HEX: #CFA248
RGB: (207,162,72)

Color info

#CFA248 contains mainly red and green colors. Web safe color of #CFA248 is #CC9933 (or #C93).

RGB color model

#CFA248 color RGB value is (207,162,72).

  • red value is 207;
  • green value is 162;
  • blue value is 72.
RGB:
(207,162,72)
(81%,64%,28%)

RGB channels and saturation

R 207 of 255 = 81%
G 162 of 255 = 64%
B 72 of 255 = 28%

207
162
72

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

Portions of RGB colors in percentages

R + G + B =
207 + 162 + 72 = 441 (100%)
R 207 of 441 ~ 46.94%
G 162 of 441 ~ 36.73%
B 72 of 441 ~ 16.33%

%46.94
%36.73
%16.33

CMYK color model

#CFA248 color CMYK value is (0,22,65,19).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 65.22%
  • key color value is 18.82%
CMYK:
(0,22,65,19)
C0M22Y65K19 
(0%,22%,65%,19%)
(0.00/0.22/0.65/0.19)	

CMYK percentages

%0
%21.74
%65.22
%18.82

Codes

Color #CFA248 in popluar color models

CFA248
RGB20716272
HSL40°58.44%54.71%
HSB/HSV40°65.22%81.18%
CMYK0.00%21.74%65.22%
18.82%

Color #CFA248 in popluar number systems.

HEXCFA248
Decimal20716272
Binary11001111101000101001000
Octal317242110

Shades and tints

Shades of #CFA248

#CFA248
(207,162,72)
#BD9442
(189,148,66)
#AB863C
(171,134,60)
#997836
(153,120,54)
#876A30
(135,106,48)
#755C2A
(117,92,42)
#634E24
(99,78,36)
#51401E
(81,64,30)
#3F3218
(63,50,24)
#2D2412
(45,36,18)
#1B160C
(27,22,12)
#000000
(0,0,0)

Tints of #CFA248

#CFA248
(207,162,72)
#D3AA58
(211,170,88)
#D7B268
(215,178,104)
#DBBA78
(219,186,120)
#DFC288
(223,194,136)
#E3CA98
(227,202,152)
#E7D2A8
(231,210,168)
#EBDAB8
(235,218,184)
#EFE2C8
(239,226,200)
#F3EAD8
(243,234,216)
#F7F2E8
(247,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA248 color. Also use rgb(207,162,72) instead hex code.

Text Font Color

.myTextColor { color: #CFA248; }

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

This text font color is #CFA248.


Background Color

.myBgColor { background-color: #CFA248; }

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

This div background color is #CFA248.


Border color

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

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

This div border color is #CFA248.


Opacity

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

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

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

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

This text has shadow with #CFA248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA248 on black background.


Color preview on white background

This text has color #CFA248 on white background.



Black color preview on #CFA248 background

This text has black color on #CFA248 background.


White color preview on #CFA248 background

This text has white color on #CFA248 background.