COLOR #C28123

HEX: #C28123 RGB: (194,129,35)

Color info

#C28123 contains mainly red color. Web safe color of #C28123 is #CC9933 (or #C93).

RGB color model

#C28123 color RGB value is (194,129,35).

RGB: (194,129,35) (76%, 51%, 14%)

RGB channels and saturation

R 194 of 255 = 76%
G 129 of 255 = 51%
B 35 of 255 = 14%

194
129
35

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

Portions of RGB colors in percentages

R + G + B = 194 + 129 + 35 = 358 (100%)
R 194 of 358 ~ 54.19%
G 129 of 358 ~ 36.03%
B 35 of 358 ~ 9.78'%

%54.19
%36.03

CMYK color model

#C28123 color CMYK value is (0,34,82,24).

  • cyan value is 0.00%
  • magenta value is 33.51%
  • yellow value is 81.96%
  • key color value is 23.92%

CMYK: (0,34,82,24)
C0M34Y82K24 (0%, 34%, 82%, 24%)
(0.00 / 0.34 / 0.82 / 0.24)

CMYK percentages

%0
%33.51
%81.96
%23.92

Codes

Color #C28123 in popluar color models

C2 81 23
RGB 194 129 35
HSL 35° 69.43% 44.90%
HSB/HSV 35° 81.96% 76.08%
CMYK 0.00% 33.51% 81.96%
23.92%

Color #C28123 in popluar number systems.

HEX C2 81 23
Decimal 194 129 35
Binary 11000010 10000001 100011
Octal 302 201 43

Shades and tints

Shades of #C28123

#C28123
(194,129,35)
#B17620
(177,118,32)
#A06B1D
(160,107,29)
#8F601A
(143,96,26)
#7E5517
(126,85,23)
#6D4A14
(109,74,20)
#5C3F11
(92,63,17)
#4B340E
(75,52,14)
#3A290B
(58,41,11)
#291E08
(41,30,8)
#181305
(24,19,5)
#000000
(0,0,0)

Tints of #C28123

#C28123
(194,129,35)
#C78C37
(199,140,55)
#CC974B
(204,151,75)
#D1A25F
(209,162,95)
#D6AD73
(214,173,115)
#DBB887
(219,184,135)
#E0C39B
(224,195,155)
#E5CEAF
(229,206,175)
#EAD9C3
(234,217,195)
#EFE4D7
(239,228,215)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C28123 color. Also use rgb(194,129,35) instead hex code.

Text Font Color

.myTextColor { color: #C28123; }

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

This text font color is #C28123.

Background Color

.myBgColor { background-color: #C28123; }

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

This div background color is #C28123.

Border color

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

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

This div border color is #C28123.

Opacity

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

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

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

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

This text has shadow with #C28123 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C28123.

Preview

Color preview on black background

This text has color #C28123 on black background.


Color preview on white background

This text has color #C28123 on white background.


Black color preview on #C28123 background

This text has black color on #C28123 background.


White color preview on #C28123 background

This text has white color on #C28123 background.


Related colors

Complementary color

Complementary color for #hex is #3D7EDC.


I love getcolorcode.com

Triadic colors

1 #23C281 and #8123C2 with #C28123 are triadic colors.

2 #2381C2 and #81C223 with #C28123 are triadic colors.