COLOR #CFC363

HEX: #CFC363
RGB: (207,195,99)

Color info

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

RGB color model

#CFC363 color RGB value is (207,195,99).

  • red value is 207;
  • green value is 195;
  • blue value is 99.
RGB:
(207,195,99)
(81%,76%,39%)

RGB channels and saturation

R 207 of 255 = 81%
G 195 of 255 = 76%
B 99 of 255 = 39%

207
195
99

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

Portions of RGB colors in percentages

R + G + B =
207 + 195 + 99 = 501 (100%)
R 207 of 501 ~ 41.32%
G 195 of 501 ~ 38.92%
B 99 of 501 ~ 19.76%

%41.32
%38.92
%19.76

CMYK color model

#CFC363 color CMYK value is (0,6,52,19).

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 52.17%
  • key color value is 18.82%
CMYK:
(0,6,52,19)
C0M6Y52K19 
(0%,6%,52%,19%)
(0.00/0.06/0.52/0.19)	

CMYK percentages

%0
%5.8
%52.17
%18.82

Codes

Color #CFC363 in popluar color models

CFC363
RGB20719599
HSL53°52.94%60.00%
HSB/HSV53°52.17%81.18%
CMYK0.00%5.80%52.17%
18.82%

Color #CFC363 in popluar number systems.

HEXCFC363
Decimal20719599
Binary11001111110000111100011
Octal317303143

Shades and tints

Shades of #CFC363

#CFC363
(207,195,99)
#BDB25A
(189,178,90)
#ABA151
(171,161,81)
#999048
(153,144,72)
#877F3F
(135,127,63)
#756E36
(117,110,54)
#635D2D
(99,93,45)
#514C24
(81,76,36)
#3F3B1B
(63,59,27)
#2D2A12
(45,42,18)
#1B1909
(27,25,9)
#000000
(0,0,0)

Tints of #CFC363

#CFC363
(207,195,99)
#D3C871
(211,200,113)
#D7CD7F
(215,205,127)
#DBD28D
(219,210,141)
#DFD79B
(223,215,155)
#E3DCA9
(227,220,169)
#E7E1B7
(231,225,183)
#EBE6C5
(235,230,197)
#EFEBD3
(239,235,211)
#F3F0E1
(243,240,225)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFC363 color. Also use rgb(207,195,99) instead hex code.

Text Font Color

.myTextColor { color: #CFC363; }

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

This text font color is #CFC363.


Background Color

.myBgColor { background-color: #CFC363; }

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

This div background color is #CFC363.


Border color

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

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

This div border color is #CFC363.


Opacity

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

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

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

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

This text has shadow with #CFC363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC363 on black background.


Color preview on white background

This text has color #CFC363 on white background.



Black color preview on #CFC363 background

This text has black color on #CFC363 background.


White color preview on #CFC363 background

This text has white color on #CFC363 background.