COLOR #C0C357

HEX: #C0C357
RGB: (192,195,87)

Color info

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

RGB color model

#C0C357 color RGB value is (192,195,87).

  • red value is 192;
  • green value is 195;
  • blue value is 87.
RGB:
(192,195,87)
(75%,76%,34%)

RGB channels and saturation

R 192 of 255 = 75%
G 195 of 255 = 76%
B 87 of 255 = 34%

192
195
87

R + G + B ~ 62%. #C0C357 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 195 + 87 = 474 (100%)
R 192 of 474 ~ 40.51%
G 195 of 474 ~ 41.14%
B 87 of 474 ~ 18.35%

%40.51
%41.14
%18.35

CMYK color model

#C0C357 color CMYK value is (2,0,55,24).

  • cyan value is 1.54%
  • magenta value is 0.00%
  • yellow value is 55.38%
  • key color value is 23.53%
CMYK:
(2,0,55,24)
C2M0Y55K24 
(2%,0%,55%,24%)
(0.02/0.00/0.55/0.24)	

CMYK percentages

%1.54
%0
%55.38
%23.53

Codes

Color #C0C357 in popluar color models

C0C357
RGB19219587
HSL62°47.37%55.29%
HSB/HSV62°55.38%76.47%
CMYK1.54%0.00%55.38%
23.53%

Color #C0C357 in popluar number systems.

HEXC0C357
Decimal19219587
Binary11000000110000111010111
Octal300303127

Shades and tints

Shades of #C0C357

#C0C357
(192,195,87)
#AFB250
(175,178,80)
#9EA149
(158,161,73)
#8D9042
(141,144,66)
#7C7F3B
(124,127,59)
#6B6E34
(107,110,52)
#5A5D2D
(90,93,45)
#494C26
(73,76,38)
#383B1F
(56,59,31)
#272A18
(39,42,24)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #C0C357

#C0C357
(192,195,87)
#C5C866
(197,200,102)
#CACD75
(202,205,117)
#CFD284
(207,210,132)
#D4D793
(212,215,147)
#D9DCA2
(217,220,162)
#DEE1B1
(222,225,177)
#E3E6C0
(227,230,192)
#E8EBCF
(232,235,207)
#EDF0DE
(237,240,222)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C357; }

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

This text font color is #C0C357.


Background Color

.myBgColor { background-color: #C0C357; }

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

This div background color is #C0C357.


Border color

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

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

This div border color is #C0C357.


Opacity

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

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

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

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

This text has shadow with #C0C357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C357 on black background.


Color preview on white background

This text has color #C0C357 on white background.



Black color preview on #C0C357 background

This text has black color on #C0C357 background.


White color preview on #C0C357 background

This text has white color on #C0C357 background.