COLOR #C4887F

HEX: #C4887F RGB: (196,136,127)

Color info

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

RGB color model

#C4887F color RGB value is (196,136,127).

RGB: (196,136,127) (77%, 53%, 50%)

RGB channels and saturation

R 196 of 255 = 77%
G 136 of 255 = 53%
B 127 of 255 = 50%

196
136
127

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

Portions of RGB colors in percentages

R + G + B = 196 + 136 + 127 = 459 (100%)
R 196 of 459 ~ 42.7%
G 136 of 459 ~ 29.63%
B 127 of 459 ~ 27.67'%

%42.7
%29.63
%27.67

CMYK color model

#C4887F color CMYK value is (0,31,35,23).

  • cyan value is 0.00%
  • magenta value is 30.61%
  • yellow value is 35.20%
  • key color value is 23.14%

CMYK: (0,31,35,23)
C0M31Y35K23 (0%, 31%, 35%, 23%)
(0.00 / 0.31 / 0.35 / 0.23)

CMYK percentages

%0
%30.61
%35.2
%23.14

Codes

Color #C4887F in popluar color models

C4 88 7F
RGB 196 136 127
HSL 36.90% 63.33%
HSB/HSV 35.20% 76.86%
CMYK 0.00% 30.61% 35.20%
23.14%

Color #C4887F in popluar number systems.

HEX C4 88 7F
Decimal 196 136 127
Binary 11000100 10001000 1111111
Octal 304 210 177

Shades and tints

Shades of #C4887F

#C4887F
(196,136,127)
#B37C74
(179,124,116)
#A27069
(162,112,105)
#91645E
(145,100,94)
#805853
(128,88,83)
#6F4C48
(111,76,72)
#5E403D
(94,64,61)
#4D3432
(77,52,50)
#3C2827
(60,40,39)
#2B1C1C
(43,28,28)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #C4887F

#C4887F
(196,136,127)
#C9928A
(201,146,138)
#CE9C95
(206,156,149)
#D3A6A0
(211,166,160)
#D8B0AB
(216,176,171)
#DDBAB6
(221,186,182)
#E2C4C1
(226,196,193)
#E7CECC
(231,206,204)
#ECD8D7
(236,216,215)
#F1E2E2
(241,226,226)
#F6ECED
(246,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4887F color. Also use rgb(196,136,127) instead hex code.

Text Font Color

.myTextColor { color: #C4887F; }

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

This text font color is #C4887F.

Background Color

.myBgColor { background-color: #C4887F; }

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

This div background color is #C4887F.

Border color

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

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

This div border color is #C4887F.

Opacity

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

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

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

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

This text has shadow with #C4887F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4887F.

Preview

Color preview on black background

This text has color #C4887F on black background.


Color preview on white background

This text has color #C4887F on white background.


Black color preview on #C4887F background

This text has black color on #C4887F background.


White color preview on #C4887F background

This text has white color on #C4887F background.


Related colors

Complementary color

Complementary color for #hex is #3B7780.


I love getcolorcode.com

Triadic colors

1 #7FC488 and #887FC4 with #C4887F are triadic colors.

2 #7F88C4 and #88C47F with #C4887F are triadic colors.