COLOR #C28C75

HEX: #C28C75 RGB: (194,140,117)

Color info

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

RGB color model

#C28C75 color RGB value is (194,140,117).

RGB: (194,140,117) (76%, 55%, 46%)

RGB channels and saturation

R 194 of 255 = 76%
G 140 of 255 = 55%
B 117 of 255 = 46%

194
140
117

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

Portions of RGB colors in percentages

R + G + B = 194 + 140 + 117 = 451 (100%)
R 194 of 451 ~ 43.02%
G 140 of 451 ~ 31.04%
B 117 of 451 ~ 25.94'%

%43.02
%31.04
%25.94

CMYK color model

#C28C75 color CMYK value is (0,28,40,24).

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

CMYK: (0,28,40,24)
C0M28Y40K24 (0%, 28%, 40%, 24%)
(0.00 / 0.28 / 0.40 / 0.24)

CMYK percentages

%0
%27.84
%39.69
%23.92

Codes

Color #C28C75 in popluar color models

C2 8C 75
RGB 194 140 117
HSL 18° 38.69% 60.98%
HSB/HSV 18° 39.69% 76.08%
CMYK 0.00% 27.84% 39.69%
23.92%

Color #C28C75 in popluar number systems.

HEX C2 8C 75
Decimal 194 140 117
Binary 11000010 10001100 1110101
Octal 302 214 165

Shades and tints

Shades of #C28C75

#C28C75
(194,140,117)
#B1806B
(177,128,107)
#A07461
(160,116,97)
#8F6857
(143,104,87)
#7E5C4D
(126,92,77)
#6D5043
(109,80,67)
#5C4439
(92,68,57)
#4B382F
(75,56,47)
#3A2C25
(58,44,37)
#29201B
(41,32,27)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #C28C75

#C28C75
(194,140,117)
#C79681
(199,150,129)
#CCA08D
(204,160,141)
#D1AA99
(209,170,153)
#D6B4A5
(214,180,165)
#DBBEB1
(219,190,177)
#E0C8BD
(224,200,189)
#E5D2C9
(229,210,201)
#EADCD5
(234,220,213)
#EFE6E1
(239,230,225)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C28C75; }

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

This text font color is #C28C75.

Background Color

.myBgColor { background-color: #C28C75; }

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

This div background color is #C28C75.

Border color

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

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

This div border color is #C28C75.

Opacity

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

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

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

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

This text has shadow with #C28C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C28C75.

Preview

Color preview on black background

This text has color #C28C75 on black background.


Color preview on white background

This text has color #C28C75 on white background.


Black color preview on #C28C75 background

This text has black color on #C28C75 background.


White color preview on #C28C75 background

This text has white color on #C28C75 background.


Related colors

Complementary color

Complementary color for #hex is #3D738A.


I love getcolorcode.com

Triadic colors

1 #75C28C and #8C75C2 with #C28C75 are triadic colors.

2 #758CC2 and #8CC275 with #C28C75 are triadic colors.