COLOR #C4CD63

HEX: #C4CD63 RGB: (196,205,99)

Color info

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

RGB color model

#C4CD63 color RGB value is (196,205,99).

RGB: (196,205,99) (77%, 80%, 39%)

RGB channels and saturation

R 196 of 255 = 77%
G 205 of 255 = 80%
B 99 of 255 = 39%

196
205
99

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

Portions of RGB colors in percentages

R + G + B = 196 + 205 + 99 = 500 (100%)
R 196 of 500 ~ 39.2%
G 205 of 500 ~ 41%
B 99 of 500 ~ 19.8'%

%39.2
%41
%19.8

CMYK color model

#C4CD63 color CMYK value is (4,0,52,20).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 51.71%
  • key color value is 19.61%

CMYK: (4,0,52,20)
C4M0Y52K20 (4%, 0%, 52%, 20%)
(0.04 / 0.00 / 0.52 / 0.20)

CMYK percentages

%4.39
%0
%51.71
%19.61

Codes

Color #C4CD63 in popluar color models

C4 CD 63
RGB 196 205 99
HSL 65° 51.46% 59.61%
HSB/HSV 65° 51.71% 80.39%
CMYK 4.39% 0.00% 51.71%
19.61%

Color #C4CD63 in popluar number systems.

HEX C4 CD 63
Decimal 196 205 99
Binary 11000100 11001101 1100011
Octal 304 315 143

Shades and tints

Shades of #C4CD63

#C4CD63
(196,205,99)
#B3BB5A
(179,187,90)
#A2A951
(162,169,81)
#919748
(145,151,72)
#80853F
(128,133,63)
#6F7336
(111,115,54)
#5E612D
(94,97,45)
#4D4F24
(77,79,36)
#3C3D1B
(60,61,27)
#2B2B12
(43,43,18)
#1A1909
(26,25,9)
#000000
(0,0,0)

Tints of #C4CD63

#C4CD63
(196,205,99)
#C9D171
(201,209,113)
#CED57F
(206,213,127)
#D3D98D
(211,217,141)
#D8DD9B
(216,221,155)
#DDE1A9
(221,225,169)
#E2E5B7
(226,229,183)
#E7E9C5
(231,233,197)
#ECEDD3
(236,237,211)
#F1F1E1
(241,241,225)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CD63 color. Also use rgb(196,205,99) instead hex code.

Text Font Color

.myTextColor { color: #C4CD63; }

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

This text font color is #C4CD63.

Background Color

.myBgColor { background-color: #C4CD63; }

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

This div background color is #C4CD63.

Border color

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

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

This div border color is #C4CD63.

Opacity

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

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

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

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

This text has shadow with #C4CD63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CD63.

Preview

Color preview on black background

This text has color #C4CD63 on black background.


Color preview on white background

This text has color #C4CD63 on white background.


Black color preview on #C4CD63 background

This text has black color on #C4CD63 background.


White color preview on #C4CD63 background

This text has white color on #C4CD63 background.


Related colors

Complementary color

Complementary color for #hex is #3B329C.


I love getcolorcode.com

Triadic colors

1 #63C4CD and #CD63C4 with #C4CD63 are triadic colors.

2 #63CDC4 and #CDC463 with #C4CD63 are triadic colors.