COLOR #C28775

HEX: #C28775 RGB: (194,135,117)

Color info

#C28775 contains mainly red and green colors. Web safe color of #C28775 is #CC9966 (or #C96).

RGB color model

#C28775 color RGB value is (194,135,117).

RGB: (194,135,117) (76%, 53%, 46%)

RGB channels and saturation

R 194 of 255 = 76%
G 135 of 255 = 53%
B 117 of 255 = 46%

194
135
117

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

Portions of RGB colors in percentages

R + G + B = 194 + 135 + 117 = 446 (100%)
R 194 of 446 ~ 43.5%
G 135 of 446 ~ 30.27%
B 117 of 446 ~ 26.23'%

%43.5
%30.27
%26.23

CMYK color model

#C28775 color CMYK value is (0,30,40,24).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 39.69%
  • key color value is 23.92%

CMYK: (0,30,40,24)
C0M30Y40K24 (0%, 30%, 40%, 24%)
(0.00 / 0.30 / 0.40 / 0.24)

CMYK percentages

%0
%30.41
%39.69
%23.92

Codes

Color #C28775 in popluar color models

C2 87 75
RGB 194 135 117
HSL 14° 38.69% 60.98%
HSB/HSV 14° 39.69% 76.08%
CMYK 0.00% 30.41% 39.69%
23.92%

Color #C28775 in popluar number systems.

HEX C2 87 75
Decimal 194 135 117
Binary 11000010 10000111 1110101
Octal 302 207 165

Shades and tints

Shades of #C28775

#C28775
(194,135,117)
#B17B6B
(177,123,107)
#A06F61
(160,111,97)
#8F6357
(143,99,87)
#7E574D
(126,87,77)
#6D4B43
(109,75,67)
#5C3F39
(92,63,57)
#4B332F
(75,51,47)
#3A2725
(58,39,37)
#291B1B
(41,27,27)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #C28775

#C28775
(194,135,117)
#C79181
(199,145,129)
#CC9B8D
(204,155,141)
#D1A599
(209,165,153)
#D6AFA5
(214,175,165)
#DBB9B1
(219,185,177)
#E0C3BD
(224,195,189)
#E5CDC9
(229,205,201)
#EAD7D5
(234,215,213)
#EFE1E1
(239,225,225)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C28775 color. Also use rgb(194,135,117) instead hex code.

Text Font Color

.myTextColor { color: #C28775; }

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

This text font color is #C28775.

Background Color

.myBgColor { background-color: #C28775; }

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

This div background color is #C28775.

Border color

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

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

This div border color is #C28775.

Opacity

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

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

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

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

This text has shadow with #C28775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C28775.

Preview

Color preview on black background

This text has color #C28775 on black background.


Color preview on white background

This text has color #C28775 on white background.


Black color preview on #C28775 background

This text has black color on #C28775 background.


White color preview on #C28775 background

This text has white color on #C28775 background.


Related colors

Complementary color

Complementary color for #hex is #3D788A.


I love getcolorcode.com

Triadic colors

1 #75C287 and #8775C2 with #C28775 are triadic colors.

2 #7587C2 and #87C275 with #C28775 are triadic colors.