COLOR #C1C58F

HEX: #C1C58F RGB: (193,197,143)

Color info

#C1C58F contains red, green and blue colors in about the same proportion. Web safe color of #C1C58F is #CCCC99 (or #CC9).

RGB color model

#C1C58F color RGB value is (193,197,143).

RGB: (193,197,143) (76%, 77%, 56%)

RGB channels and saturation

R 193 of 255 = 76%
G 197 of 255 = 77%
B 143 of 255 = 56%

193
197
143

R + G + B ~ 70%. #C1C58F is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 197 + 143 = 533 (100%)
R 193 of 533 ~ 36.21%
G 197 of 533 ~ 36.96%
B 143 of 533 ~ 26.83'%

%36.21
%36.96
%26.83

CMYK color model

#C1C58F color CMYK value is (2,0,27,23).

  • cyan value is 2.03%
  • magenta value is 0.00%
  • yellow value is 27.41%
  • key color value is 22.75%

CMYK: (2,0,27,23)
C2M0Y27K23 (2%, 0%, 27%, 23%)
(0.02 / 0.00 / 0.27 / 0.23)

CMYK percentages

%2.03
%0
%27.41
%22.75

Codes

Color #C1C58F in popluar color models

C1 C5 8F
RGB 193 197 143
HSL 64° 31.76% 66.67%
HSB/HSV 64° 27.41% 77.25%
CMYK 2.03% 0.00% 27.41%
22.75%

Color #C1C58F in popluar number systems.

HEX C1 C5 8F
Decimal 193 197 143
Binary 11000001 11000101 10001111
Octal 301 305 217

Shades and tints

Shades of #C1C58F

#C1C58F
(193,197,143)
#B0B482
(176,180,130)
#9FA375
(159,163,117)
#8E9268
(142,146,104)
#7D815B
(125,129,91)
#6C704E
(108,112,78)
#5B5F41
(91,95,65)
#4A4E34
(74,78,52)
#393D27
(57,61,39)
#282C1A
(40,44,26)
#171B0D
(23,27,13)
#000000
(0,0,0)

Tints of #C1C58F

#C1C58F
(193,197,143)
#C6CA99
(198,202,153)
#CBCFA3
(203,207,163)
#D0D4AD
(208,212,173)
#D5D9B7
(213,217,183)
#DADEC1
(218,222,193)
#DFE3CB
(223,227,203)
#E4E8D5
(228,232,213)
#E9EDDF
(233,237,223)
#EEF2E9
(238,242,233)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C58F color. Also use rgb(193,197,143) instead hex code.

Text Font Color

.myTextColor { color: #C1C58F; }

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

This text font color is #C1C58F.

Background Color

.myBgColor { background-color: #C1C58F; }

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

This div background color is #C1C58F.

Border color

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

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

This div border color is #C1C58F.

Opacity

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

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

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

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

This text has shadow with #C1C58F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C58F.

Preview

Color preview on black background

This text has color #C1C58F on black background.


Color preview on white background

This text has color #C1C58F on white background.


Black color preview on #C1C58F background

This text has black color on #C1C58F background.


White color preview on #C1C58F background

This text has white color on #C1C58F background.


Related colors

Complementary color

Complementary color for #hex is #3E3A70.


I love getcolorcode.com

Triadic colors

1 #8FC1C5 and #C58FC1 with #C1C58F are triadic colors.

2 #8FC5C1 and #C5C18F with #C1C58F are triadic colors.