COLOR #C0C78F

HEX: #C0C78F
RGB: (192,199,143)

Color info

#C0C78F contains red, green and blue colors in about the same proportion. Web safe color of #C0C78F is #CCCC99 (or #CC9).

RGB color model

#C0C78F color RGB value is (192,199,143).

  • red value is 192;
  • green value is 199;
  • blue value is 143.
RGB:
(192,199,143)
(75%,78%,56%)

RGB channels and saturation

R 192 of 255 = 75%
G 199 of 255 = 78%
B 143 of 255 = 56%

192
199
143

R + G + B ~ 70%. #C0C78F is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 199 + 143 = 534 (100%)
R 192 of 534 ~ 35.96%
G 199 of 534 ~ 37.27%
B 143 of 534 ~ 26.78%

%35.96
%37.27
%26.78

CMYK color model

#C0C78F color CMYK value is (4,0,28,22).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 28.14%
  • key color value is 21.96%
CMYK:
(4,0,28,22)
C4M0Y28K22 
(4%,0%,28%,22%)
(0.04/0.00/0.28/0.22)	

CMYK percentages

%3.52
%0
%28.14
%21.96

Codes

Color #C0C78F in popluar color models

C0C78F
RGB192199143
HSL68°33.33%67.06%
HSB/HSV68°28.14%78.04%
CMYK3.52%0.00%28.14%
21.96%

Color #C0C78F in popluar number systems.

HEXC0C78F
Decimal192199143
Binary110000001100011110001111
Octal300307217

Shades and tints

Shades of #C0C78F

#C0C78F
(192,199,143)
#AFB582
(175,181,130)
#9EA375
(158,163,117)
#8D9168
(141,145,104)
#7C7F5B
(124,127,91)
#6B6D4E
(107,109,78)
#5A5B41
(90,91,65)
#494934
(73,73,52)
#383727
(56,55,39)
#27251A
(39,37,26)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #C0C78F

#C0C78F
(192,199,143)
#C5CC99
(197,204,153)
#CAD1A3
(202,209,163)
#CFD6AD
(207,214,173)
#D4DBB7
(212,219,183)
#D9E0C1
(217,224,193)
#DEE5CB
(222,229,203)
#E3EAD5
(227,234,213)
#E8EFDF
(232,239,223)
#EDF4E9
(237,244,233)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C78F color. Also use rgb(192,199,143) instead hex code.

Text Font Color

.myTextColor { color: #C0C78F; }

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

This text font color is #C0C78F.


Background Color

.myBgColor { background-color: #C0C78F; }

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

This div background color is #C0C78F.


Border color

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

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

This div border color is #C0C78F.


Opacity

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

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

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

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

This text has shadow with #C0C78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C78F on black background.


Color preview on white background

This text has color #C0C78F on white background.



Black color preview on #C0C78F background

This text has black color on #C0C78F background.


White color preview on #C0C78F background

This text has white color on #C0C78F background.