COLOR #C3907D

HEX: #C3907D
RGB: (195,144,125)

Color info

#C3907D contains mainly red and green colors. Web safe color of #C3907D is #CC9966 (or #C96).

RGB color model

#C3907D color RGB value is (195,144,125).

  • red value is 195;
  • green value is 144;
  • blue value is 125.
RGB:
(195,144,125)
(76%,56%,49%)

RGB channels and saturation

R 195 of 255 = 76%
G 144 of 255 = 56%
B 125 of 255 = 49%

195
144
125

R + G + B ~ 60%. #C3907D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
195 + 144 + 125 = 464 (100%)
R 195 of 464 ~ 42.03%
G 144 of 464 ~ 31.03%
B 125 of 464 ~ 26.94%

%42.03
%31.03
%26.94

CMYK color model

#C3907D color CMYK value is (0,26,36,24).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 35.90%
  • key color value is 23.53%
CMYK:
(0,26,36,24)
C0M26Y36K24 
(0%,26%,36%,24%)
(0.00/0.26/0.36/0.24)	

CMYK percentages

%0
%26.15
%35.9
%23.53

Codes

Color #C3907D in popluar color models

C3907D
RGB195144125
HSL16°36.84%62.75%
HSB/HSV16°35.90%76.47%
CMYK0.00%26.15%35.90%
23.53%

Color #C3907D in popluar number systems.

HEXC3907D
Decimal195144125
Binary11000011100100001111101
Octal303220175

Shades and tints

Shades of #C3907D

#C3907D
(195,144,125)
#B28372
(178,131,114)
#A17667
(161,118,103)
#90695C
(144,105,92)
#7F5C51
(127,92,81)
#6E4F46
(110,79,70)
#5D423B
(93,66,59)
#4C3530
(76,53,48)
#3B2825
(59,40,37)
#2A1B1A
(42,27,26)
#190E0F
(25,14,15)
#000000
(0,0,0)

Tints of #C3907D

#C3907D
(195,144,125)
#C89A88
(200,154,136)
#CDA493
(205,164,147)
#D2AE9E
(210,174,158)
#D7B8A9
(215,184,169)
#DCC2B4
(220,194,180)
#E1CCBF
(225,204,191)
#E6D6CA
(230,214,202)
#EBE0D5
(235,224,213)
#F0EAE0
(240,234,224)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3907D; }

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

This text font color is #C3907D.


Background Color

.myBgColor { background-color: #C3907D; }

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

This div background color is #C3907D.


Border color

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

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

This div border color is #C3907D.


Opacity

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

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

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

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

This text has shadow with #C3907D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3907D on black background.


Color preview on white background

This text has color #C3907D on white background.



Black color preview on #C3907D background

This text has black color on #C3907D background.


White color preview on #C3907D background

This text has white color on #C3907D background.