COLOR #C28875

HEX: #C28875 RGB: (194,136,117)

Color info

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

RGB color model

#C28875 color RGB value is (194,136,117).

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

RGB channels and saturation

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

194
136
117

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

Portions of RGB colors in percentages

R + G + B = 194 + 136 + 117 = 447 (100%)
R 194 of 447 ~ 43.4%
G 136 of 447 ~ 30.43%
B 117 of 447 ~ 26.17'%

%43.4
%30.43
%26.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.90%
  • 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
%29.9
%39.69
%23.92

Codes

Color #C28875 in popluar color models

C2 88 75
RGB 194 136 117
HSL 15° 38.69% 60.98%
HSB/HSV 15° 39.69% 76.08%
CMYK 0.00% 29.90% 39.69%
23.92%

Color #C28875 in popluar number systems.

HEX C2 88 75
Decimal 194 136 117
Binary 11000010 10001000 1110101
Octal 302 210 165

Shades and tints

Shades of #C28875

#C28875
(194,136,117)
#B17C6B
(177,124,107)
#A07061
(160,112,97)
#8F6457
(143,100,87)
#7E584D
(126,88,77)
#6D4C43
(109,76,67)
#5C4039
(92,64,57)
#4B342F
(75,52,47)
#3A2825
(58,40,37)
#291C1B
(41,28,27)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #C28875

#C28875
(194,136,117)
#C79281
(199,146,129)
#CC9C8D
(204,156,141)
#D1A699
(209,166,153)
#D6B0A5
(214,176,165)
#DBBAB1
(219,186,177)
#E0C4BD
(224,196,189)
#E5CEC9
(229,206,201)
#EAD8D5
(234,216,213)
#EFE2E1
(239,226,225)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C28875; }

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

This text font color is #C28875.

Background Color

.myBgColor { background-color: #C28875; }

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

This div background color is #C28875.

Border color

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

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

This div border color is #C28875.

Opacity

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

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

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

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

This text has shadow with #C28875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C28875.

Preview

Color preview on black background

This text has color #C28875 on black background.


Color preview on white background

This text has color #C28875 on white background.


Black color preview on #C28875 background

This text has black color on #C28875 background.


White color preview on #C28875 background

This text has white color on #C28875 background.


Related colors

Complementary color

Complementary color for #hex is #3D778A.


I love getcolorcode.com

Triadic colors

1 #75C288 and #8875C2 with #C28875 are triadic colors.

2 #7588C2 and #88C275 with #C28875 are triadic colors.