COLOR #C38F84

HEX: #C38F84 RGB: (195,143,132)

Color info

#C38F84 contains mainly red and green colors. Web safe color of #C38F84 is #CC9999 (or #C99).

RGB color model

#C38F84 color RGB value is (195,143,132).

RGB: (195,143,132) (76%, 56%, 52%)

RGB channels and saturation

R 195 of 255 = 76%
G 143 of 255 = 56%
B 132 of 255 = 52%

195
143
132

R + G + B ~ 61%. #C38F84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 143 + 132 = 470 (100%)
R 195 of 470 ~ 41.49%
G 143 of 470 ~ 30.43%
B 132 of 470 ~ 28.09'%

%41.49
%30.43
%28.09

CMYK color model

#C38F84 color CMYK value is (0,27,32,24).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 32.31%
  • key color value is 23.53%

CMYK: (0,27,32,24)
C0M27Y32K24 (0%, 27%, 32%, 24%)
(0.00 / 0.27 / 0.32 / 0.24)

CMYK percentages

%0
%26.67
%32.31
%23.53

Codes

Color #C38F84 in popluar color models

C3 8F 84
RGB 195 143 132
HSL 10° 34.43% 64.12%
HSB/HSV 10° 32.31% 76.47%
CMYK 0.00% 26.67% 32.31%
23.53%

Color #C38F84 in popluar number systems.

HEX C3 8F 84
Decimal 195 143 132
Binary 11000011 10001111 10000100
Octal 303 217 204

Shades and tints

Shades of #C38F84

#C38F84
(195,143,132)
#B28278
(178,130,120)
#A1756C
(161,117,108)
#906860
(144,104,96)
#7F5B54
(127,91,84)
#6E4E48
(110,78,72)
#5D413C
(93,65,60)
#4C3430
(76,52,48)
#3B2724
(59,39,36)
#2A1A18
(42,26,24)
#190D0C
(25,13,12)
#000000
(0,0,0)

Tints of #C38F84

#C38F84
(195,143,132)
#C8998F
(200,153,143)
#CDA39A
(205,163,154)
#D2ADA5
(210,173,165)
#D7B7B0
(215,183,176)
#DCC1BB
(220,193,187)
#E1CBC6
(225,203,198)
#E6D5D1
(230,213,209)
#EBDFDC
(235,223,220)
#F0E9E7
(240,233,231)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38F84 color. Also use rgb(195,143,132) instead hex code.

Text Font Color

.myTextColor { color: #C38F84; }

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

This text font color is #C38F84.

Background Color

.myBgColor { background-color: #C38F84; }

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

This div background color is #C38F84.

Border color

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

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

This div border color is #C38F84.

Opacity

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

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

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

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

This text has shadow with #C38F84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C38F84.

Preview

Color preview on black background

This text has color #C38F84 on black background.


Color preview on white background

This text has color #C38F84 on white background.


Black color preview on #C38F84 background

This text has black color on #C38F84 background.


White color preview on #C38F84 background

This text has white color on #C38F84 background.


Related colors

Complementary color

Complementary color for #hex is #3C707B.


I love getcolorcode.com

Triadic colors

1 #84C38F and #8F84C3 with #C38F84 are triadic colors.

2 #848FC3 and #8FC384 with #C38F84 are triadic colors.