COLOR #C38685

HEX: #C38685
RGB: (195,134,133)

Color info

#C38685 contains mainly red color. Web safe color of #C38685 is #CC9999 (or #C99).

RGB color model

#C38685 color RGB value is (195,134,133).

  • red value is 195;
  • green value is 134;
  • blue value is 133.
RGB:
(195,134,133)
(76%,53%,52%)

RGB channels and saturation

R 195 of 255 = 76%
G 134 of 255 = 53%
B 133 of 255 = 52%

195
134
133

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

Portions of RGB colors in percentages

R + G + B =
195 + 134 + 133 = 462 (100%)
R 195 of 462 ~ 42.21%
G 134 of 462 ~ 29%
B 133 of 462 ~ 28.79%

%42.21
%29
%28.79

CMYK color model

#C38685 color CMYK value is (0,31,32,24).

  • cyan value is 0.00%
  • magenta value is 31.28%
  • yellow value is 31.79%
  • key color value is 23.53%
CMYK:
(0,31,32,24)
C0M31Y32K24 
(0%,31%,32%,24%)
(0.00/0.31/0.32/0.24)	

CMYK percentages

%0
%31.28
%31.79
%23.53

Codes

Color #C38685 in popluar color models

C38685
RGB195134133
HSL34.07%64.31%
HSB/HSV31.79%76.47%
CMYK0.00%31.28%31.79%
23.53%

Color #C38685 in popluar number systems.

HEXC38685
Decimal195134133
Binary110000111000011010000101
Octal303206205

Shades and tints

Shades of #C38685

#C38685
(195,134,133)
#B27A79
(178,122,121)
#A16E6D
(161,110,109)
#906261
(144,98,97)
#7F5655
(127,86,85)
#6E4A49
(110,74,73)
#5D3E3D
(93,62,61)
#4C3231
(76,50,49)
#3B2625
(59,38,37)
#2A1A19
(42,26,25)
#190E0D
(25,14,13)
#000000
(0,0,0)

Tints of #C38685

#C38685
(195,134,133)
#C89190
(200,145,144)
#CD9C9B
(205,156,155)
#D2A7A6
(210,167,166)
#D7B2B1
(215,178,177)
#DCBDBC
(220,189,188)
#E1C8C7
(225,200,199)
#E6D3D2
(230,211,210)
#EBDEDD
(235,222,221)
#F0E9E8
(240,233,232)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38685 color. Also use rgb(195,134,133) instead hex code.

Text Font Color

.myTextColor { color: #C38685; }

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

This text font color is #C38685.


Background Color

.myBgColor { background-color: #C38685; }

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

This div background color is #C38685.


Border color

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

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

This div border color is #C38685.


Opacity

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

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

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

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

This text has shadow with #C38685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38685 on black background.


Color preview on white background

This text has color #C38685 on white background.



Black color preview on #C38685 background

This text has black color on #C38685 background.


White color preview on #C38685 background

This text has white color on #C38685 background.