COLOR #C38596

HEX: #C38596
RGB: (195,133,150)

Color info

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

RGB color model

#C38596 color RGB value is (195,133,150).

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

RGB channels and saturation

R 195 of 255 = 76%
G 133 of 255 = 52%
B 150 of 255 = 59%

195
133
150

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

Portions of RGB colors in percentages

R + G + B =
195 + 133 + 150 = 478 (100%)
R 195 of 478 ~ 40.79%
G 133 of 478 ~ 27.82%
B 150 of 478 ~ 31.38%

%40.79
%27.82
%31.38

CMYK color model

#C38596 color CMYK value is (0,32,23,24).

  • cyan value is 0.00%
  • magenta value is 31.79%
  • yellow value is 23.08%
  • key color value is 23.53%
CMYK:
(0,32,23,24)
C0M32Y23K24 
(0%,32%,23%,24%)
(0.00/0.32/0.23/0.24)	

CMYK percentages

%0
%31.79
%23.08
%23.53

Codes

Color #C38596 in popluar color models

C38596
RGB195133150
HSL344°34.07%64.31%
HSB/HSV344°31.79%76.47%
CMYK0.00%31.79%23.08%
23.53%

Color #C38596 in popluar number systems.

HEXC38596
Decimal195133150
Binary110000111000010110010110
Octal303205226

Shades and tints

Shades of #C38596

#C38596
(195,133,150)
#B27989
(178,121,137)
#A16D7C
(161,109,124)
#90616F
(144,97,111)
#7F5562
(127,85,98)
#6E4955
(110,73,85)
#5D3D48
(93,61,72)
#4C313B
(76,49,59)
#3B252E
(59,37,46)
#2A1921
(42,25,33)
#190D14
(25,13,20)
#000000
(0,0,0)

Tints of #C38596

#C38596
(195,133,150)
#C8909F
(200,144,159)
#CD9BA8
(205,155,168)
#D2A6B1
(210,166,177)
#D7B1BA
(215,177,186)
#DCBCC3
(220,188,195)
#E1C7CC
(225,199,204)
#E6D2D5
(230,210,213)
#EBDDDE
(235,221,222)
#F0E8E7
(240,232,231)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38596; }

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

This text font color is #C38596.


Background Color

.myBgColor { background-color: #C38596; }

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

This div background color is #C38596.


Border color

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

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

This div border color is #C38596.


Opacity

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

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

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

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

This text has shadow with #C38596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38596 on black background.


Color preview on white background

This text has color #C38596 on white background.



Black color preview on #C38596 background

This text has black color on #C38596 background.


White color preview on #C38596 background

This text has white color on #C38596 background.