COLOR #C0C863

HEX: #C0C863
RGB: (192,200,99)

Color info

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

RGB color model

#C0C863 color RGB value is (192,200,99).

  • red value is 192;
  • green value is 200;
  • blue value is 99.
RGB:
(192,200,99)
(75%,78%,39%)

RGB channels and saturation

R 192 of 255 = 75%
G 200 of 255 = 78%
B 99 of 255 = 39%

192
200
99

R + G + B ~ 64%. #C0C863 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 200 + 99 = 491 (100%)
R 192 of 491 ~ 39.1%
G 200 of 491 ~ 40.73%
B 99 of 491 ~ 20.16%

%39.1
%40.73
%20.16

CMYK color model

#C0C863 color CMYK value is (4,0,51,22).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 50.50%
  • key color value is 21.57%
CMYK:
(4,0,51,22)
C4M0Y51K22 
(4%,0%,51%,22%)
(0.04/0.00/0.51/0.22)	

CMYK percentages

%4
%0
%50.5
%21.57

Codes

Color #C0C863 in popluar color models

C0C863
RGB19220099
HSL65°47.87%58.63%
HSB/HSV65°50.50%78.43%
CMYK4.00%0.00%50.50%
21.57%

Color #C0C863 in popluar number systems.

HEXC0C863
Decimal19220099
Binary11000000110010001100011
Octal300310143

Shades and tints

Shades of #C0C863

#C0C863
(192,200,99)
#AFB65A
(175,182,90)
#9EA451
(158,164,81)
#8D9248
(141,146,72)
#7C803F
(124,128,63)
#6B6E36
(107,110,54)
#5A5C2D
(90,92,45)
#494A24
(73,74,36)
#38381B
(56,56,27)
#272612
(39,38,18)
#161409
(22,20,9)
#000000
(0,0,0)

Tints of #C0C863

#C0C863
(192,200,99)
#C5CD71
(197,205,113)
#CAD27F
(202,210,127)
#CFD78D
(207,215,141)
#D4DC9B
(212,220,155)
#D9E1A9
(217,225,169)
#DEE6B7
(222,230,183)
#E3EBC5
(227,235,197)
#E8F0D3
(232,240,211)
#EDF5E1
(237,245,225)
#F2FAEF
(242,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C863 color. Also use rgb(192,200,99) instead hex code.

Text Font Color

.myTextColor { color: #C0C863; }

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

This text font color is #C0C863.


Background Color

.myBgColor { background-color: #C0C863; }

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

This div background color is #C0C863.


Border color

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

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

This div border color is #C0C863.


Opacity

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

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

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

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

This text has shadow with #C0C863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C863 on black background.


Color preview on white background

This text has color #C0C863 on white background.



Black color preview on #C0C863 background

This text has black color on #C0C863 background.


White color preview on #C0C863 background

This text has white color on #C0C863 background.