COLOR #C5CA62

HEX: #C5CA62 RGB: (197,202,98)

Color info

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

RGB color model

#C5CA62 color RGB value is (197,202,98).

RGB: (197,202,98) (77%, 79%, 38%)

RGB channels and saturation

R 197 of 255 = 77%
G 202 of 255 = 79%
B 98 of 255 = 38%

197
202
98

R + G + B ~ 65%. #C5CA62 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 202 + 98 = 497 (100%)
R 197 of 497 ~ 39.64%
G 202 of 497 ~ 40.64%
B 98 of 497 ~ 19.72'%

%39.64
%40.64
%19.72

CMYK color model

#C5CA62 color CMYK value is (2,0,51,21).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 51.49%
  • key color value is 20.78%

CMYK: (2,0,51,21)
C2M0Y51K21 (2%, 0%, 51%, 21%)
(0.02 / 0.00 / 0.51 / 0.21)

CMYK percentages

%2.48
%0
%51.49
%20.78

Codes

Color #C5CA62 in popluar color models

C5 CA 62
RGB 197 202 98
HSL 63° 49.52% 58.82%
HSB/HSV 63° 51.49% 79.22%
CMYK 2.48% 0.00% 51.49%
20.78%

Color #C5CA62 in popluar number systems.

HEX C5 CA 62
Decimal 197 202 98
Binary 11000101 11001010 1100010
Octal 305 312 142

Shades and tints

Shades of #C5CA62

#C5CA62
(197,202,98)
#B4B85A
(180,184,90)
#A3A652
(163,166,82)
#92944A
(146,148,74)
#818242
(129,130,66)
#70703A
(112,112,58)
#5F5E32
(95,94,50)
#4E4C2A
(78,76,42)
#3D3A22
(61,58,34)
#2C281A
(44,40,26)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #C5CA62

#C5CA62
(197,202,98)
#CACE70
(202,206,112)
#CFD27E
(207,210,126)
#D4D68C
(212,214,140)
#D9DA9A
(217,218,154)
#DEDEA8
(222,222,168)
#E3E2B6
(227,226,182)
#E8E6C4
(232,230,196)
#EDEAD2
(237,234,210)
#F2EEE0
(242,238,224)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CA62 color. Also use rgb(197,202,98) instead hex code.

Text Font Color

.myTextColor { color: #C5CA62; }

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

This text font color is #C5CA62.

Background Color

.myBgColor { background-color: #C5CA62; }

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

This div background color is #C5CA62.

Border color

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

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

This div border color is #C5CA62.

Opacity

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

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

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

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

This text has shadow with #C5CA62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CA62.

Preview

Color preview on black background

This text has color #C5CA62 on black background.


Color preview on white background

This text has color #C5CA62 on white background.


Black color preview on #C5CA62 background

This text has black color on #C5CA62 background.


White color preview on #C5CA62 background

This text has white color on #C5CA62 background.


Related colors

Complementary color

Complementary color for #hex is #3A359D.


I love getcolorcode.com

Triadic colors

1 #62C5CA and #CA62C5 with #C5CA62 are triadic colors.

2 #62CAC5 and #CAC562 with #C5CA62 are triadic colors.