COLOR #C0C17C

HEX: #C0C17C
RGB: (192,193,124)

Color info

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

RGB color model

#C0C17C color RGB value is (192,193,124).

  • red value is 192;
  • green value is 193;
  • blue value is 124.
RGB:
(192,193,124)
(75%,76%,49%)

RGB channels and saturation

R 192 of 255 = 75%
G 193 of 255 = 76%
B 124 of 255 = 49%

192
193
124

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

Portions of RGB colors in percentages

R + G + B =
192 + 193 + 124 = 509 (100%)
R 192 of 509 ~ 37.72%
G 193 of 509 ~ 37.92%
B 124 of 509 ~ 24.36%

%37.72
%37.92
%24.36

CMYK color model

#C0C17C color CMYK value is (1,0,36,24).

  • cyan value is 0.52%
  • magenta value is 0.00%
  • yellow value is 35.75%
  • key color value is 24.31%
CMYK:
(1,0,36,24)
C1M0Y36K24 
(1%,0%,36%,24%)
(0.01/0.00/0.36/0.24)	

CMYK percentages

%0.52
%0
%35.75
%24.31

Codes

Color #C0C17C in popluar color models

C0C17C
RGB192193124
HSL61°35.75%62.16%
HSB/HSV61°35.75%75.69%
CMYK0.52%0.00%35.75%
24.31%

Color #C0C17C in popluar number systems.

HEXC0C17C
Decimal192193124
Binary11000000110000011111100
Octal300301174

Shades and tints

Shades of #C0C17C

#C0C17C
(192,193,124)
#AFB071
(175,176,113)
#9E9F66
(158,159,102)
#8D8E5B
(141,142,91)
#7C7D50
(124,125,80)
#6B6C45
(107,108,69)
#5A5B3A
(90,91,58)
#494A2F
(73,74,47)
#383924
(56,57,36)
#272819
(39,40,25)
#16170E
(22,23,14)
#000000
(0,0,0)

Tints of #C0C17C

#C0C17C
(192,193,124)
#C5C687
(197,198,135)
#CACB92
(202,203,146)
#CFD09D
(207,208,157)
#D4D5A8
(212,213,168)
#D9DAB3
(217,218,179)
#DEDFBE
(222,223,190)
#E3E4C9
(227,228,201)
#E8E9D4
(232,233,212)
#EDEEDF
(237,238,223)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C17C; }

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

This text font color is #C0C17C.


Background Color

.myBgColor { background-color: #C0C17C; }

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

This div background color is #C0C17C.


Border color

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

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

This div border color is #C0C17C.


Opacity

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

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

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

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

This text has shadow with #C0C17C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C17C on black background.


Color preview on white background

This text has color #C0C17C on white background.



Black color preview on #C0C17C background

This text has black color on #C0C17C background.


White color preview on #C0C17C background

This text has white color on #C0C17C background.