COLOR #C38F88

HEX: #C38F88
RGB: (195,143,136)

Color info

#C38F88 contains red, green and blue colors in about the same proportion. Web safe color of #C38F88 is #CC9999 (or #C99).

RGB color model

#C38F88 color RGB value is (195,143,136).

  • red value is 195;
  • green value is 143;
  • blue value is 136.
RGB:
(195,143,136)
(76%,56%,53%)

RGB channels and saturation

R 195 of 255 = 76%
G 143 of 255 = 56%
B 136 of 255 = 53%

195
143
136

R + G + B ~ 62%. #C38F88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 143 + 136 = 474 (100%)
R 195 of 474 ~ 41.14%
G 143 of 474 ~ 30.17%
B 136 of 474 ~ 28.69%

%41.14
%30.17
%28.69

CMYK color model

#C38F88 color CMYK value is (0,27,30,24).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 30.26%
  • key color value is 23.53%
CMYK:
(0,27,30,24)
C0M27Y30K24 
(0%,27%,30%,24%)
(0.00/0.27/0.30/0.24)	

CMYK percentages

%0
%26.67
%30.26
%23.53

Codes

Color #C38F88 in popluar color models

C38F88
RGB195143136
HSL32.96%64.90%
HSB/HSV30.26%76.47%
CMYK0.00%26.67%30.26%
23.53%

Color #C38F88 in popluar number systems.

HEXC38F88
Decimal195143136
Binary110000111000111110001000
Octal303217210

Shades and tints

Shades of #C38F88

#C38F88
(195,143,136)
#B2827C
(178,130,124)
#A17570
(161,117,112)
#906864
(144,104,100)
#7F5B58
(127,91,88)
#6E4E4C
(110,78,76)
#5D4140
(93,65,64)
#4C3434
(76,52,52)
#3B2728
(59,39,40)
#2A1A1C
(42,26,28)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #C38F88

#C38F88
(195,143,136)
#C89992
(200,153,146)
#CDA39C
(205,163,156)
#D2ADA6
(210,173,166)
#D7B7B0
(215,183,176)
#DCC1BA
(220,193,186)
#E1CBC4
(225,203,196)
#E6D5CE
(230,213,206)
#EBDFD8
(235,223,216)
#F0E9E2
(240,233,226)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38F88; }

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

This text font color is #C38F88.


Background Color

.myBgColor { background-color: #C38F88; }

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

This div background color is #C38F88.


Border color

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

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

This div border color is #C38F88.


Opacity

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

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

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

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

This text has shadow with #C38F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38F88 on black background.


Color preview on white background

This text has color #C38F88 on white background.



Black color preview on #C38F88 background

This text has black color on #C38F88 background.


White color preview on #C38F88 background

This text has white color on #C38F88 background.