COLOR #C39296

HEX: #C39296
RGB: (195,146,150)

Color info

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

RGB color model

#C39296 color RGB value is (195,146,150).

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

RGB channels and saturation

R 195 of 255 = 76%
G 146 of 255 = 57%
B 150 of 255 = 59%

195
146
150

R + G + B ~ 64%. #C39296 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 146 + 150 = 491 (100%)
R 195 of 491 ~ 39.71%
G 146 of 491 ~ 29.74%
B 150 of 491 ~ 30.55%

%39.71
%29.74
%30.55

CMYK color model

#C39296 color CMYK value is (0,25,23,24).

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 23.08%
  • key color value is 23.53%
CMYK:
(0,25,23,24)
C0M25Y23K24 
(0%,25%,23%,24%)
(0.00/0.25/0.23/0.24)	

CMYK percentages

%0
%25.13
%23.08
%23.53

Codes

Color #C39296 in popluar color models

C39296
RGB195146150
HSL355°28.99%66.86%
HSB/HSV355°25.13%76.47%
CMYK0.00%25.13%23.08%
23.53%

Color #C39296 in popluar number systems.

HEXC39296
Decimal195146150
Binary110000111001001010010110
Octal303222226

Shades and tints

Shades of #C39296

#C39296
(195,146,150)
#B28589
(178,133,137)
#A1787C
(161,120,124)
#906B6F
(144,107,111)
#7F5E62
(127,94,98)
#6E5155
(110,81,85)
#5D4448
(93,68,72)
#4C373B
(76,55,59)
#3B2A2E
(59,42,46)
#2A1D21
(42,29,33)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #C39296

#C39296
(195,146,150)
#C89B9F
(200,155,159)
#CDA4A8
(205,164,168)
#D2ADB1
(210,173,177)
#D7B6BA
(215,182,186)
#DCBFC3
(220,191,195)
#E1C8CC
(225,200,204)
#E6D1D5
(230,209,213)
#EBDADE
(235,218,222)
#F0E3E7
(240,227,231)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39296; }

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

This text font color is #C39296.


Background Color

.myBgColor { background-color: #C39296; }

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

This div background color is #C39296.


Border color

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

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

This div border color is #C39296.


Opacity

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

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

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

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

This text has shadow with #C39296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39296 on black background.


Color preview on white background

This text has color #C39296 on white background.



Black color preview on #C39296 background

This text has black color on #C39296 background.


White color preview on #C39296 background

This text has white color on #C39296 background.