COLOR #C39293

HEX: #C39293 RGB: (195,146,147)

Color info

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

RGB color model

#C39293 color RGB value is (195,146,147).

RGB: (195,146,147) (76%, 57%, 58%)

RGB channels and saturation

R 195 of 255 = 76%
G 146 of 255 = 57%
B 147 of 255 = 58%

195
146
147

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

Portions of RGB colors in percentages

R + G + B = 195 + 146 + 147 = 488 (100%)
R 195 of 488 ~ 39.96%
G 146 of 488 ~ 29.92%
B 147 of 488 ~ 30.12'%

%39.96
%29.92
%30.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 24.62%
  • key color value is 23.53%

CMYK: (0,25,25,24)
C0M25Y25K24 (0%, 25%, 25%, 24%)
(0.00 / 0.25 / 0.25 / 0.24)

CMYK percentages

%0
%25.13
%24.62
%23.53

Codes

Color #C39293 in popluar color models

C3 92 93
RGB 195 146 147
HSL 359° 28.99% 66.86%
HSB/HSV 359° 25.13% 76.47%
CMYK 0.00% 25.13% 24.62%
23.53%

Color #C39293 in popluar number systems.

HEX C3 92 93
Decimal 195 146 147
Binary 11000011 10010010 10010011
Octal 303 222 223

Shades and tints

Shades of #C39293

#C39293
(195,146,147)
#B28586
(178,133,134)
#A17879
(161,120,121)
#906B6C
(144,107,108)
#7F5E5F
(127,94,95)
#6E5152
(110,81,82)
#5D4445
(93,68,69)
#4C3738
(76,55,56)
#3B2A2B
(59,42,43)
#2A1D1E
(42,29,30)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #C39293

#C39293
(195,146,147)
#C89B9C
(200,155,156)
#CDA4A5
(205,164,165)
#D2ADAE
(210,173,174)
#D7B6B7
(215,182,183)
#DCBFC0
(220,191,192)
#E1C8C9
(225,200,201)
#E6D1D2
(230,209,210)
#EBDADB
(235,218,219)
#F0E3E4
(240,227,228)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39293; }

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

This text font color is #C39293.

Background Color

.myBgColor { background-color: #C39293; }

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

This div background color is #C39293.

Border color

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

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

This div border color is #C39293.

Opacity

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

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

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

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

This text has shadow with #C39293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39293.

Preview

Color preview on black background

This text has color #C39293 on black background.


Color preview on white background

This text has color #C39293 on white background.


Black color preview on #C39293 background

This text has black color on #C39293 background.


White color preview on #C39293 background

This text has white color on #C39293 background.


Related colors

Complementary color

Complementary color for #hex is #3C6D6C.


I love getcolorcode.com

Triadic colors

1 #93C392 and #9293C3 with #C39293 are triadic colors.

2 #9392C3 and #92C393 with #C39293 are triadic colors.