COLOR #C0C068

HEX: #C0C068
RGB: (192,192,104)

Color info

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

RGB color model

#C0C068 color RGB value is (192,192,104).

  • red value is 192;
  • green value is 192;
  • blue value is 104.
RGB:
(192,192,104)
(75%,75%,41%)

RGB channels and saturation

R 192 of 255 = 75%
G 192 of 255 = 75%
B 104 of 255 = 41%

192
192
104

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

Portions of RGB colors in percentages

R + G + B =
192 + 192 + 104 = 488 (100%)
R 192 of 488 ~ 39.34%
G 192 of 488 ~ 39.34%
B 104 of 488 ~ 21.31%

%39.34
%39.34
%21.31

CMYK color model

#C0C068 color CMYK value is (0,0,46,25).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 24.71%
CMYK:
(0,0,46,25)
C0M0Y46K25 
(0%,0%,46%,25%)
(0.00/0.00/0.46/0.25)	

CMYK percentages

%0
%0
%45.83
%24.71

Codes

Color #C0C068 in popluar color models

C0C068
RGB192192104
HSL60°41.12%58.04%
HSB/HSV60°45.83%75.29%
CMYK0.00%0.00%45.83%
24.71%

Color #C0C068 in popluar number systems.

HEXC0C068
Decimal192192104
Binary11000000110000001101000
Octal300300150

Shades and tints

Shades of #C0C068

#C0C068
(192,192,104)
#AFAF5F
(175,175,95)
#9E9E56
(158,158,86)
#8D8D4D
(141,141,77)
#7C7C44
(124,124,68)
#6B6B3B
(107,107,59)
#5A5A32
(90,90,50)
#494929
(73,73,41)
#383820
(56,56,32)
#272717
(39,39,23)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #C0C068

#C0C068
(192,192,104)
#C5C575
(197,197,117)
#CACA82
(202,202,130)
#CFCF8F
(207,207,143)
#D4D49C
(212,212,156)
#D9D9A9
(217,217,169)
#DEDEB6
(222,222,182)
#E3E3C3
(227,227,195)
#E8E8D0
(232,232,208)
#EDEDDD
(237,237,221)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C068; }

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

This text font color is #C0C068.


Background Color

.myBgColor { background-color: #C0C068; }

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

This div background color is #C0C068.


Border color

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

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

This div border color is #C0C068.


Opacity

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

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

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

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

This text has shadow with #C0C068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C068 on black background.


Color preview on white background

This text has color #C0C068 on white background.



Black color preview on #C0C068 background

This text has black color on #C0C068 background.


White color preview on #C0C068 background

This text has white color on #C0C068 background.