COLOR #C1C455

HEX: #C1C455
RGB: (193,196,85)

Color info

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

RGB color model

#C1C455 color RGB value is (193,196,85).

  • red value is 193;
  • green value is 196;
  • blue value is 85.
RGB:
(193,196,85)
(76%,77%,33%)

RGB channels and saturation

R 193 of 255 = 76%
G 196 of 255 = 77%
B 85 of 255 = 33%

193
196
85

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

Portions of RGB colors in percentages

R + G + B =
193 + 196 + 85 = 474 (100%)
R 193 of 474 ~ 40.72%
G 196 of 474 ~ 41.35%
B 85 of 474 ~ 17.93%

%40.72
%41.35
%17.93

CMYK color model

#C1C455 color CMYK value is (2,0,57,23).

  • cyan value is 1.53%
  • magenta value is 0.00%
  • yellow value is 56.63%
  • key color value is 23.14%
CMYK:
(2,0,57,23)
C2M0Y57K23 
(2%,0%,57%,23%)
(0.02/0.00/0.57/0.23)	

CMYK percentages

%1.53
%0
%56.63
%23.14

Codes

Color #C1C455 in popluar color models

C1C455
RGB19319685
HSL62°48.47%55.10%
HSB/HSV62°56.63%76.86%
CMYK1.53%0.00%56.63%
23.14%

Color #C1C455 in popluar number systems.

HEXC1C455
Decimal19319685
Binary11000001110001001010101
Octal301304125

Shades and tints

Shades of #C1C455

#C1C455
(193,196,85)
#B0B34E
(176,179,78)
#9FA247
(159,162,71)
#8E9140
(142,145,64)
#7D8039
(125,128,57)
#6C6F32
(108,111,50)
#5B5E2B
(91,94,43)
#4A4D24
(74,77,36)
#393C1D
(57,60,29)
#282B16
(40,43,22)
#171A0F
(23,26,15)
#000000
(0,0,0)

Tints of #C1C455

#C1C455
(193,196,85)
#C6C964
(198,201,100)
#CBCE73
(203,206,115)
#D0D382
(208,211,130)
#D5D891
(213,216,145)
#DADDA0
(218,221,160)
#DFE2AF
(223,226,175)
#E4E7BE
(228,231,190)
#E9ECCD
(233,236,205)
#EEF1DC
(238,241,220)
#F3F6EB
(243,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C455 color. Also use rgb(193,196,85) instead hex code.

Text Font Color

.myTextColor { color: #C1C455; }

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

This text font color is #C1C455.


Background Color

.myBgColor { background-color: #C1C455; }

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

This div background color is #C1C455.


Border color

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

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

This div border color is #C1C455.


Opacity

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

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

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

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

This text has shadow with #C1C455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C455 on black background.


Color preview on white background

This text has color #C1C455 on white background.



Black color preview on #C1C455 background

This text has black color on #C1C455 background.


White color preview on #C1C455 background

This text has white color on #C1C455 background.