COLOR #C28363

HEX: #C28363 RGB: (194,131,99)

Color info

#C28363 contains mainly red color. Web safe color of #C28363 is #CC9966 (or #C96).

RGB color model

#C28363 color RGB value is (194,131,99).

RGB: (194,131,99) (76%, 51%, 39%)

RGB channels and saturation

R 194 of 255 = 76%
G 131 of 255 = 51%
B 99 of 255 = 39%

194
131
99

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

Portions of RGB colors in percentages

R + G + B = 194 + 131 + 99 = 424 (100%)
R 194 of 424 ~ 45.75%
G 131 of 424 ~ 30.9%
B 99 of 424 ~ 23.35'%

%45.75
%30.9
%23.35

CMYK color model

#C28363 color CMYK value is (0,32,49,24).

  • cyan value is 0.00%
  • magenta value is 32.47%
  • yellow value is 48.97%
  • key color value is 23.92%

CMYK: (0,32,49,24)
C0M32Y49K24 (0%, 32%, 49%, 24%)
(0.00 / 0.32 / 0.49 / 0.24)

CMYK percentages

%0
%32.47
%48.97
%23.92

Codes

Color #C28363 in popluar color models

C2 83 63
RGB 194 131 99
HSL 20° 43.78% 57.45%
HSB/HSV 20° 48.97% 76.08%
CMYK 0.00% 32.47% 48.97%
23.92%

Color #C28363 in popluar number systems.

HEX C2 83 63
Decimal 194 131 99
Binary 11000010 10000011 1100011
Octal 302 203 143

Shades and tints

Shades of #C28363

#C28363
(194,131,99)
#B1785A
(177,120,90)
#A06D51
(160,109,81)
#8F6248
(143,98,72)
#7E573F
(126,87,63)
#6D4C36
(109,76,54)
#5C412D
(92,65,45)
#4B3624
(75,54,36)
#3A2B1B
(58,43,27)
#292012
(41,32,18)
#181509
(24,21,9)
#000000
(0,0,0)

Tints of #C28363

#C28363
(194,131,99)
#C78E71
(199,142,113)
#CC997F
(204,153,127)
#D1A48D
(209,164,141)
#D6AF9B
(214,175,155)
#DBBAA9
(219,186,169)
#E0C5B7
(224,197,183)
#E5D0C5
(229,208,197)
#EADBD3
(234,219,211)
#EFE6E1
(239,230,225)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C28363 color. Also use rgb(194,131,99) instead hex code.

Text Font Color

.myTextColor { color: #C28363; }

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

This text font color is #C28363.

Background Color

.myBgColor { background-color: #C28363; }

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

This div background color is #C28363.

Border color

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

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

This div border color is #C28363.

Opacity

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

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

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

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

This text has shadow with #C28363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C28363.

Preview

Color preview on black background

This text has color #C28363 on black background.


Color preview on white background

This text has color #C28363 on white background.


Black color preview on #C28363 background

This text has black color on #C28363 background.


White color preview on #C28363 background

This text has white color on #C28363 background.


Related colors

Complementary color

Complementary color for #hex is #3D7C9C.


I love getcolorcode.com

Triadic colors

1 #63C283 and #8363C2 with #C28363 are triadic colors.

2 #6383C2 and #83C263 with #C28363 are triadic colors.