COLOR #C1C482

HEX: #C1C482 RGB: (193,196,130)

Color info

#C1C482 contains mainly red and green colors. Web safe color of #C1C482 is #CCCC99 (or #CC9).

RGB color model

#C1C482 color RGB value is (193,196,130).

RGB: (193,196,130) (76%, 77%, 51%)

RGB channels and saturation

R 193 of 255 = 76%
G 196 of 255 = 77%
B 130 of 255 = 51%

193
196
130

R + G + B ~ 68%. #C1C482 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 196 + 130 = 519 (100%)
R 193 of 519 ~ 37.19%
G 196 of 519 ~ 37.76%
B 130 of 519 ~ 25.05'%

%37.19
%37.76
%25.05

CMYK color model

#C1C482 color CMYK value is (2,0,34,23).

  • cyan value is 1.53%
  • magenta value is 0.00%
  • yellow value is 33.67%
  • key color value is 23.14%

CMYK: (2,0,34,23)
C2M0Y34K23 (2%, 0%, 34%, 23%)
(0.02 / 0.00 / 0.34 / 0.23)

CMYK percentages

%1.53
%0
%33.67
%23.14

Codes

Color #C1C482 in popluar color models

C1 C4 82
RGB 193 196 130
HSL 63° 35.87% 63.92%
HSB/HSV 63° 33.67% 76.86%
CMYK 1.53% 0.00% 33.67%
23.14%

Color #C1C482 in popluar number systems.

HEX C1 C4 82
Decimal 193 196 130
Binary 11000001 11000100 10000010
Octal 301 304 202

Shades and tints

Shades of #C1C482

#C1C482
(193,196,130)
#B0B377
(176,179,119)
#9FA26C
(159,162,108)
#8E9161
(142,145,97)
#7D8056
(125,128,86)
#6C6F4B
(108,111,75)
#5B5E40
(91,94,64)
#4A4D35
(74,77,53)
#393C2A
(57,60,42)
#282B1F
(40,43,31)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #C1C482

#C1C482
(193,196,130)
#C6C98D
(198,201,141)
#CBCE98
(203,206,152)
#D0D3A3
(208,211,163)
#D5D8AE
(213,216,174)
#DADDB9
(218,221,185)
#DFE2C4
(223,226,196)
#E4E7CF
(228,231,207)
#E9ECDA
(233,236,218)
#EEF1E5
(238,241,229)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C482; }

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

This text font color is #C1C482.

Background Color

.myBgColor { background-color: #C1C482; }

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

This div background color is #C1C482.

Border color

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

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

This div border color is #C1C482.

Opacity

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

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

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

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

This text has shadow with #C1C482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C482.

Preview

Color preview on black background

This text has color #C1C482 on black background.


Color preview on white background

This text has color #C1C482 on white background.


Black color preview on #C1C482 background

This text has black color on #C1C482 background.


White color preview on #C1C482 background

This text has white color on #C1C482 background.


Related colors

Complementary color

Complementary color for #hex is #3E3B7D.


I love getcolorcode.com

Triadic colors

1 #82C1C4 and #C482C1 with #C1C482 are triadic colors.

2 #82C4C1 and #C4C182 with #C1C482 are triadic colors.