COLOR #CFC372

HEX: #CFC372 RGB: (207,195,114)

Color info

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

RGB color model

#CFC372 color RGB value is (207,195,114).

RGB: (207,195,114) (81%, 76%, 45%)

RGB channels and saturation

R 207 of 255 = 81%
G 195 of 255 = 76%
B 114 of 255 = 45%

207
195
114

R + G + B ~ 67%. #CFC372 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 195 + 114 = 516 (100%)
R 207 of 516 ~ 40.12%
G 195 of 516 ~ 37.79%
B 114 of 516 ~ 22.09'%

%40.12
%37.79
%22.09

CMYK color model

#CFC372 color CMYK value is (0,6,45,19).

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 44.93%
  • key color value is 18.82%
CMYK: (0,6,45,19) C0M6Y45K19 (0%,6%,45%,19%) (0.00/0.06/0.45/0.19) 

CMYK percentages

%0
%5.8
%44.93
%18.82

Codes

Color #CFC372 in popluar color models

CF C3 72
RGB 207 195 114
HSL 52° 49.21% 62.94%
HSB/HSV 52° 44.93% 81.18%
CMYK 0.00% 5.80% 44.93%
18.82%

Color #CFC372 in popluar number systems.

HEX CF C3 72
Decimal 207 195 114
Binary 11001111 11000011 1110010
Octal 317 303 162

Shades and tints

Shades of #CFC372

#CFC372
(207,195,114)
#BDB268
(189,178,104)
#ABA15E
(171,161,94)
#999054
(153,144,84)
#877F4A
(135,127,74)
#756E40
(117,110,64)
#635D36
(99,93,54)
#514C2C
(81,76,44)
#3F3B22
(63,59,34)
#2D2A18
(45,42,24)
#1B190E
(27,25,14)
#000000
(0,0,0)

Tints of #CFC372

#CFC372
(207,195,114)
#D3C87E
(211,200,126)
#D7CD8A
(215,205,138)
#DBD296
(219,210,150)
#DFD7A2
(223,215,162)
#E3DCAE
(227,220,174)
#E7E1BA
(231,225,186)
#EBE6C6
(235,230,198)
#EFEBD2
(239,235,210)
#F3F0DE
(243,240,222)
#F7F5EA
(247,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC372; }

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

This text font color is #CFC372.

Background Color

.myBgColor { background-color: #CFC372; }

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

This div background color is #CFC372.

Border color

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

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

This div border color is #CFC372.

Opacity

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

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

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

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

This text has shadow with #CFC372 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFC372.

Preview

Color preview on black background

This text has color #CFC372 on black background.


Color preview on white background

This text has color #CFC372 on white background.


Black color preview on #CFC372 background

This text has black color on #CFC372 background.


White color preview on #CFC372 background

This text has white color on #CFC372 background.


Related colors

Complementary color

Complementary color for #hex is #303C8D.


I love getcolorcode.com

Triadic colors

1 #72CFC3 and #C372CF with #CFC372 are triadic colors.

2 #72C3CF and #C3CF72 with #CFC372 are triadic colors.