COLOR #C38686

HEX: #C38686
RGB: (195,134,134)

Color info

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

RGB color model

#C38686 color RGB value is (195,134,134).

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

RGB channels and saturation

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

195
134
134

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

Portions of RGB colors in percentages

R + G + B =
195 + 134 + 134 = 463 (100%)
R 195 of 463 ~ 42.12%
G 134 of 463 ~ 28.94%
B 134 of 463 ~ 28.94%

%42.12
%28.94
%28.94

CMYK color model

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

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

CMYK percentages

%0
%31.28
%31.28
%23.53

Codes

Color #C38686 in popluar color models

C38686
RGB195134134
HSL33.70%64.51%
HSB/HSV31.28%76.47%
CMYK0.00%31.28%31.28%
23.53%

Color #C38686 in popluar number systems.

HEXC38686
Decimal195134134
Binary110000111000011010000110
Octal303206206

Shades and tints

Shades of #C38686

#C38686
(195,134,134)
#B27A7A
(178,122,122)
#A16E6E
(161,110,110)
#906262
(144,98,98)
#7F5656
(127,86,86)
#6E4A4A
(110,74,74)
#5D3E3E
(93,62,62)
#4C3232
(76,50,50)
#3B2626
(59,38,38)
#2A1A1A
(42,26,26)
#190E0E
(25,14,14)
#000000
(0,0,0)

Tints of #C38686

#C38686
(195,134,134)
#C89191
(200,145,145)
#CD9C9C
(205,156,156)
#D2A7A7
(210,167,167)
#D7B2B2
(215,178,178)
#DCBDBD
(220,189,189)
#E1C8C8
(225,200,200)
#E6D3D3
(230,211,211)
#EBDEDE
(235,222,222)
#F0E9E9
(240,233,233)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38686; }

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

This text font color is #C38686.


Background Color

.myBgColor { background-color: #C38686; }

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

This div background color is #C38686.


Border color

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

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

This div border color is #C38686.


Opacity

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

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

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

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

This text has shadow with #C38686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38686 on black background.


Color preview on white background

This text has color #C38686 on white background.



Black color preview on #C38686 background

This text has black color on #C38686 background.


White color preview on #C38686 background

This text has white color on #C38686 background.