COLOR #C38096

HEX: #C38096
RGB: (195,128,150)

Color info

#C38096 contains mainly red and blue colors. Web safe color of #C38096 is #CC6699 (or #C69).

RGB color model

#C38096 color RGB value is (195,128,150).

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

RGB channels and saturation

R 195 of 255 = 76%
G 128 of 255 = 50%
B 150 of 255 = 59%

195
128
150

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

Portions of RGB colors in percentages

R + G + B =
195 + 128 + 150 = 473 (100%)
R 195 of 473 ~ 41.23%
G 128 of 473 ~ 27.06%
B 150 of 473 ~ 31.71%

%41.23
%27.06
%31.71

CMYK color model

#C38096 color CMYK value is (0,34,23,24).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 23.08%
  • key color value is 23.53%
CMYK:
(0,34,23,24)
C0M34Y23K24 
(0%,34%,23%,24%)
(0.00/0.34/0.23/0.24)	

CMYK percentages

%0
%34.36
%23.08
%23.53

Codes

Color #C38096 in popluar color models

C38096
RGB195128150
HSL340°35.83%63.33%
HSB/HSV340°34.36%76.47%
CMYK0.00%34.36%23.08%
23.53%

Color #C38096 in popluar number systems.

HEXC38096
Decimal195128150
Binary110000111000000010010110
Octal303200226

Shades and tints

Shades of #C38096

#C38096
(195,128,150)
#B27589
(178,117,137)
#A16A7C
(161,106,124)
#905F6F
(144,95,111)
#7F5462
(127,84,98)
#6E4955
(110,73,85)
#5D3E48
(93,62,72)
#4C333B
(76,51,59)
#3B282E
(59,40,46)
#2A1D21
(42,29,33)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #C38096

#C38096
(195,128,150)
#C88B9F
(200,139,159)
#CD96A8
(205,150,168)
#D2A1B1
(210,161,177)
#D7ACBA
(215,172,186)
#DCB7C3
(220,183,195)
#E1C2CC
(225,194,204)
#E6CDD5
(230,205,213)
#EBD8DE
(235,216,222)
#F0E3E7
(240,227,231)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38096; }

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

This text font color is #C38096.


Background Color

.myBgColor { background-color: #C38096; }

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

This div background color is #C38096.


Border color

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

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

This div border color is #C38096.


Opacity

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

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

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

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

This text has shadow with #C38096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38096 on black background.


Color preview on white background

This text has color #C38096 on white background.



Black color preview on #C38096 background

This text has black color on #C38096 background.


White color preview on #C38096 background

This text has white color on #C38096 background.