COLOR #C28271

HEX: #C28271 RGB: (194,130,113)

Color info

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

RGB color model

#C28271 color RGB value is (194,130,113).

RGB: (194,130,113) (76%, 51%, 44%)

RGB channels and saturation

R 194 of 255 = 76%
G 130 of 255 = 51%
B 113 of 255 = 44%

194
130
113

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

Portions of RGB colors in percentages

R + G + B = 194 + 130 + 113 = 437 (100%)
R 194 of 437 ~ 44.39%
G 130 of 437 ~ 29.75%
B 113 of 437 ~ 25.86'%

%44.39
%29.75
%25.86

CMYK color model

#C28271 color CMYK value is (0,33,42,24).

  • cyan value is 0.00%
  • magenta value is 32.99%
  • yellow value is 41.75%
  • key color value is 23.92%

CMYK: (0,33,42,24)
C0M33Y42K24 (0%, 33%, 42%, 24%)
(0.00 / 0.33 / 0.42 / 0.24)

CMYK percentages

%0
%32.99
%41.75
%23.92

Codes

Color #C28271 in popluar color models

C2 82 71
RGB 194 130 113
HSL 13° 39.90% 60.20%
HSB/HSV 13° 41.75% 76.08%
CMYK 0.00% 32.99% 41.75%
23.92%

Color #C28271 in popluar number systems.

HEX C2 82 71
Decimal 194 130 113
Binary 11000010 10000010 1110001
Octal 302 202 161

Shades and tints

Shades of #C28271

#C28271
(194,130,113)
#B17767
(177,119,103)
#A06C5D
(160,108,93)
#8F6153
(143,97,83)
#7E5649
(126,86,73)
#6D4B3F
(109,75,63)
#5C4035
(92,64,53)
#4B352B
(75,53,43)
#3A2A21
(58,42,33)
#291F17
(41,31,23)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #C28271

#C28271
(194,130,113)
#C78D7D
(199,141,125)
#CC9889
(204,152,137)
#D1A395
(209,163,149)
#D6AEA1
(214,174,161)
#DBB9AD
(219,185,173)
#E0C4B9
(224,196,185)
#E5CFC5
(229,207,197)
#EADAD1
(234,218,209)
#EFE5DD
(239,229,221)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C28271 color. Also use rgb(194,130,113) instead hex code.

Text Font Color

.myTextColor { color: #C28271; }

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

This text font color is #C28271.

Background Color

.myBgColor { background-color: #C28271; }

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

This div background color is #C28271.

Border color

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

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

This div border color is #C28271.

Opacity

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

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

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

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

This text has shadow with #C28271 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C28271.

Preview

Color preview on black background

This text has color #C28271 on black background.


Color preview on white background

This text has color #C28271 on white background.


Black color preview on #C28271 background

This text has black color on #C28271 background.


White color preview on #C28271 background

This text has white color on #C28271 background.


Related colors

Complementary color

Complementary color for #hex is #3D7D8E.


I love getcolorcode.com

Triadic colors

1 #71C282 and #8271C2 with #C28271 are triadic colors.

2 #7182C2 and #82C271 with #C28271 are triadic colors.