COLOR #C4CB72

HEX: #C4CB72 RGB: (196,203,114)

Color info

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

RGB color model

#C4CB72 color RGB value is (196,203,114).

RGB: (196,203,114) (77%, 80%, 45%)

RGB channels and saturation

R 196 of 255 = 77%
G 203 of 255 = 80%
B 114 of 255 = 45%

196
203
114

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

Portions of RGB colors in percentages

R + G + B = 196 + 203 + 114 = 513 (100%)
R 196 of 513 ~ 38.21%
G 203 of 513 ~ 39.57%
B 114 of 513 ~ 22.22'%

%38.21
%39.57
%22.22

CMYK color model

#C4CB72 color CMYK value is (3,0,44,20).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 20.39%

CMYK: (3,0,44,20)
C3M0Y44K20 (3%, 0%, 44%, 20%)
(0.03 / 0.00 / 0.44 / 0.20)

CMYK percentages

%3.45
%0
%43.84
%20.39

Codes

Color #C4CB72 in popluar color models

C4 CB 72
RGB 196 203 114
HSL 65° 46.11% 62.16%
HSB/HSV 65° 43.84% 79.61%
CMYK 3.45% 0.00% 43.84%
20.39%

Color #C4CB72 in popluar number systems.

HEX C4 CB 72
Decimal 196 203 114
Binary 11000100 11001011 1110010
Octal 304 313 162

Shades and tints

Shades of #C4CB72

#C4CB72
(196,203,114)
#B3B968
(179,185,104)
#A2A75E
(162,167,94)
#919554
(145,149,84)
#80834A
(128,131,74)
#6F7140
(111,113,64)
#5E5F36
(94,95,54)
#4D4D2C
(77,77,44)
#3C3B22
(60,59,34)
#2B2918
(43,41,24)
#1A170E
(26,23,14)
#000000
(0,0,0)

Tints of #C4CB72

#C4CB72
(196,203,114)
#C9CF7E
(201,207,126)
#CED38A
(206,211,138)
#D3D796
(211,215,150)
#D8DBA2
(216,219,162)
#DDDFAE
(221,223,174)
#E2E3BA
(226,227,186)
#E7E7C6
(231,231,198)
#ECEBD2
(236,235,210)
#F1EFDE
(241,239,222)
#F6F3EA
(246,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CB72 color. Also use rgb(196,203,114) instead hex code.

Text Font Color

.myTextColor { color: #C4CB72; }

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

This text font color is #C4CB72.

Background Color

.myBgColor { background-color: #C4CB72; }

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

This div background color is #C4CB72.

Border color

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

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

This div border color is #C4CB72.

Opacity

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

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

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

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

This text has shadow with #C4CB72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CB72.

Preview

Color preview on black background

This text has color #C4CB72 on black background.


Color preview on white background

This text has color #C4CB72 on white background.


Black color preview on #C4CB72 background

This text has black color on #C4CB72 background.


White color preview on #C4CB72 background

This text has white color on #C4CB72 background.


Related colors

Complementary color

Complementary color for #hex is #3B348D.


I love getcolorcode.com

Triadic colors

1 #72C4CB and #CB72C4 with #C4CB72 are triadic colors.

2 #72CBC4 and #CBC472 with #C4CB72 are triadic colors.