COLOR #C09629

HEX: #C09629
RGB: (192,150,41)

Color info

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

RGB color model

#C09629 color RGB value is (192,150,41).

  • red value is 192;
  • green value is 150;
  • blue value is 41.
RGB:
(192,150,41)
(75%,59%,16%)

RGB channels and saturation

R 192 of 255 = 75%
G 150 of 255 = 59%
B 41 of 255 = 16%

192
150
41

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

Portions of RGB colors in percentages

R + G + B =
192 + 150 + 41 = 383 (100%)
R 192 of 383 ~ 50.13%
G 150 of 383 ~ 39.16%
B 41 of 383 ~ 10.7%

%50.13
%39.16
%10.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 78.65%
  • key color value is 24.71%
CMYK:
(0,22,79,25)
C0M22Y79K25 
(0%,22%,79%,25%)
(0.00/0.22/0.79/0.25)	

CMYK percentages

%0
%21.88
%78.65
%24.71

Codes

Color #C09629 in popluar color models

C09629
RGB19215041
HSL43°64.81%45.69%
HSB/HSV43°78.65%75.29%
CMYK0.00%21.88%78.65%
24.71%

Color #C09629 in popluar number systems.

HEXC09629
Decimal19215041
Binary1100000010010110101001
Octal30022651

Shades and tints

Shades of #C09629

#C09629
(192,150,41)
#AF8926
(175,137,38)
#9E7C23
(158,124,35)
#8D6F20
(141,111,32)
#7C621D
(124,98,29)
#6B551A
(107,85,26)
#5A4817
(90,72,23)
#493B14
(73,59,20)
#382E11
(56,46,17)
#27210E
(39,33,14)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #C09629

#C09629
(192,150,41)
#C59F3C
(197,159,60)
#CAA84F
(202,168,79)
#CFB162
(207,177,98)
#D4BA75
(212,186,117)
#D9C388
(217,195,136)
#DECC9B
(222,204,155)
#E3D5AE
(227,213,174)
#E8DEC1
(232,222,193)
#EDE7D4
(237,231,212)
#F2F0E7
(242,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09629; }

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

This text font color is #C09629.


Background Color

.myBgColor { background-color: #C09629; }

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

This div background color is #C09629.


Border color

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

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

This div border color is #C09629.


Opacity

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

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

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

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

This text has shadow with #C09629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09629 on black background.


Color preview on white background

This text has color #C09629 on white background.



Black color preview on #C09629 background

This text has black color on #C09629 background.


White color preview on #C09629 background

This text has white color on #C09629 background.