COLOR #C0AE50

HEX: #C0AE50 RGB: (192,174,80)

Color info

#C0AE50 contains mainly red and green colors. Web safe color of #C0AE50 is #CC9966 (or #C96).

RGB color model

#C0AE50 color RGB value is (192,174,80).

RGB: (192,174,80) (75%, 68%, 31%)

RGB channels and saturation

R 192 of 255 = 75%
G 174 of 255 = 68%
B 80 of 255 = 31%

192
174
80

R + G + B ~ 58%. #C0AE50 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 192 + 174 + 80 = 446 (100%)
R 192 of 446 ~ 43.05%
G 174 of 446 ~ 39.01%
B 80 of 446 ~ 17.94'%

%43.05
%39.01
%17.94

CMYK color model

#C0AE50 color CMYK value is (0,9,58,25).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 58.33%
  • key color value is 24.71%

CMYK: (0,9,58,25)
C0M9Y58K25 (0%, 9%, 58%, 25%)
(0.00 / 0.09 / 0.58 / 0.25)

CMYK percentages

%0
%9.38
%58.33
%24.71

Codes

Color #C0AE50 in popluar color models

C0 AE 50
RGB 192 174 80
HSL 50° 47.06% 53.33%
HSB/HSV 50° 58.33% 75.29%
CMYK 0.00% 9.38% 58.33%
24.71%

Color #C0AE50 in popluar number systems.

HEX C0 AE 50
Decimal 192 174 80
Binary 11000000 10101110 1010000
Octal 300 256 120

Shades and tints

Shades of #C0AE50

#C0AE50
(192,174,80)
#AF9F49
(175,159,73)
#9E9042
(158,144,66)
#8D813B
(141,129,59)
#7C7234
(124,114,52)
#6B632D
(107,99,45)
#5A5426
(90,84,38)
#49451F
(73,69,31)
#383618
(56,54,24)
#272711
(39,39,17)
#16180A
(22,24,10)
#000000
(0,0,0)

Tints of #C0AE50

#C0AE50
(192,174,80)
#C5B55F
(197,181,95)
#CABC6E
(202,188,110)
#CFC37D
(207,195,125)
#D4CA8C
(212,202,140)
#D9D19B
(217,209,155)
#DED8AA
(222,216,170)
#E3DFB9
(227,223,185)
#E8E6C8
(232,230,200)
#EDEDD7
(237,237,215)
#F2F4E6
(242,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0AE50 color. Also use rgb(192,174,80) instead hex code.

Text Font Color

.myTextColor { color: #C0AE50; }

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

This text font color is #C0AE50.

Background Color

.myBgColor { background-color: #C0AE50; }

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

This div background color is #C0AE50.

Border color

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

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

This div border color is #C0AE50.

Opacity

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

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

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

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

This text has shadow with #C0AE50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0AE50.

Preview

Color preview on black background

This text has color #C0AE50 on black background.


Color preview on white background

This text has color #C0AE50 on white background.


Black color preview on #C0AE50 background

This text has black color on #C0AE50 background.


White color preview on #C0AE50 background

This text has white color on #C0AE50 background.


Related colors

Complementary color

Complementary color for #hex is #3F51AF.


I love getcolorcode.com

Triadic colors

1 #50C0AE and #AE50C0 with #C0AE50 are triadic colors.

2 #50AEC0 and #AEC050 with #C0AE50 are triadic colors.