COLOR #C09029

HEX: #C09029 RGB: (192,144,41)

Color info

#C09029 contains mainly red and green colors. Web safe color of #C09029 is #CC9933 (or #C93).

RGB color model

#C09029 color RGB value is (192,144,41).

RGB: (192,144,41) (75%, 56%, 16%)

RGB channels and saturation

R 192 of 255 = 75%
G 144 of 255 = 56%
B 41 of 255 = 16%

192
144
41

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

Portions of RGB colors in percentages

R + G + B = 192 + 144 + 41 = 377 (100%)
R 192 of 377 ~ 50.93%
G 144 of 377 ~ 38.2%
B 41 of 377 ~ 10.88'%

%50.93
%38.2
%10.88

CMYK color model

#C09029 color CMYK value is (0,25,79,25).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 78.65%
  • key color value is 24.71%

CMYK: (0,25,79,25)
C0M25Y79K25 (0%, 25%, 79%, 25%)
(0.00 / 0.25 / 0.79 / 0.25)

CMYK percentages

%0
%25
%78.65
%24.71

Codes

Color #C09029 in popluar color models

C0 90 29
RGB 192 144 41
HSL 41° 64.81% 45.69%
HSB/HSV 41° 78.65% 75.29%
CMYK 0.00% 25.00% 78.65%
24.71%

Color #C09029 in popluar number systems.

HEX C0 90 29
Decimal 192 144 41
Binary 11000000 10010000 101001
Octal 300 220 51

Shades and tints

Shades of #C09029

#C09029
(192,144,41)
#AF8326
(175,131,38)
#9E7623
(158,118,35)
#8D6920
(141,105,32)
#7C5C1D
(124,92,29)
#6B4F1A
(107,79,26)
#5A4217
(90,66,23)
#493514
(73,53,20)
#382811
(56,40,17)
#271B0E
(39,27,14)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #C09029

#C09029
(192,144,41)
#C59A3C
(197,154,60)
#CAA44F
(202,164,79)
#CFAE62
(207,174,98)
#D4B875
(212,184,117)
#D9C288
(217,194,136)
#DECC9B
(222,204,155)
#E3D6AE
(227,214,174)
#E8E0C1
(232,224,193)
#EDEAD4
(237,234,212)
#F2F4E7
(242,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09029 color. Also use rgb(192,144,41) instead hex code.

Text Font Color

.myTextColor { color: #C09029; }

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

This text font color is #C09029.

Background Color

.myBgColor { background-color: #C09029; }

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

This div background color is #C09029.

Border color

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

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

This div border color is #C09029.

Opacity

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

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

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

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

This text has shadow with #C09029 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09029.

Preview

Color preview on black background

This text has color #C09029 on black background.


Color preview on white background

This text has color #C09029 on white background.


Black color preview on #C09029 background

This text has black color on #C09029 background.


White color preview on #C09029 background

This text has white color on #C09029 background.


Related colors

Complementary color

Complementary color for #hex is #3F6FD6.


I love getcolorcode.com

Triadic colors

1 #29C090 and #9029C0 with #C09029 are triadic colors.

2 #2990C0 and #90C029 with #C09029 are triadic colors.