COLOR #C9CB78

HEX: #C9CB78 RGB: (201,203,120)

Color info

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

RGB color model

#C9CB78 color RGB value is (201,203,120).

RGB: (201,203,120) (79%, 80%, 47%)

RGB channels and saturation

R 201 of 255 = 79%
G 203 of 255 = 80%
B 120 of 255 = 47%

201
203
120

R + G + B ~ 69%. #C9CB78 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 203 + 120 = 524 (100%)
R 201 of 524 ~ 38.36%
G 203 of 524 ~ 38.74%
B 120 of 524 ~ 22.9'%

%38.36
%38.74
%22.9

CMYK color model

#C9CB78 color CMYK value is (1,0,41,20).

  • cyan value is 0.99%
  • magenta value is 0.00%
  • yellow value is 40.89%
  • key color value is 20.39%

CMYK: (1,0,41,20)
C1M0Y41K20 (1%, 0%, 41%, 20%)
(0.01 / 0.00 / 0.41 / 0.20)

CMYK percentages

%0.99
%0
%40.89
%20.39

Codes

Color #C9CB78 in popluar color models

C9 CB 78
RGB 201 203 120
HSL 61° 44.39% 63.33%
HSB/HSV 61° 40.89% 79.61%
CMYK 0.99% 0.00% 40.89%
20.39%

Color #C9CB78 in popluar number systems.

HEX C9 CB 78
Decimal 201 203 120
Binary 11001001 11001011 1111000
Octal 311 313 170

Shades and tints

Shades of #C9CB78

#C9CB78
(201,203,120)
#B7B96E
(183,185,110)
#A5A764
(165,167,100)
#93955A
(147,149,90)
#818350
(129,131,80)
#6F7146
(111,113,70)
#5D5F3C
(93,95,60)
#4B4D32
(75,77,50)
#393B28
(57,59,40)
#27291E
(39,41,30)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #C9CB78

#C9CB78
(201,203,120)
#CDCF84
(205,207,132)
#D1D390
(209,211,144)
#D5D79C
(213,215,156)
#D9DBA8
(217,219,168)
#DDDFB4
(221,223,180)
#E1E3C0
(225,227,192)
#E5E7CC
(229,231,204)
#E9EBD8
(233,235,216)
#EDEFE4
(237,239,228)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CB78 color. Also use rgb(201,203,120) instead hex code.

Text Font Color

.myTextColor { color: #C9CB78; }

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

This text font color is #C9CB78.

Background Color

.myBgColor { background-color: #C9CB78; }

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

This div background color is #C9CB78.

Border color

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

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

This div border color is #C9CB78.

Opacity

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

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

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

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

This text has shadow with #C9CB78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CB78.

Preview

Color preview on black background

This text has color #C9CB78 on black background.


Color preview on white background

This text has color #C9CB78 on white background.


Black color preview on #C9CB78 background

This text has black color on #C9CB78 background.


White color preview on #C9CB78 background

This text has white color on #C9CB78 background.


Related colors

Complementary color

Complementary color for #hex is #363487.


I love getcolorcode.com

Triadic colors

1 #78C9CB and #CB78C9 with #C9CB78 are triadic colors.

2 #78CBC9 and #CBC978 with #C9CB78 are triadic colors.