COLOR #C37799

HEX: #C37799
RGB: (195,119,153)

Color info

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

RGB color model

#C37799 color RGB value is (195,119,153).

  • red value is 195;
  • green value is 119;
  • blue value is 153.
RGB:
(195,119,153)
(76%,47%,60%)

RGB channels and saturation

R 195 of 255 = 76%
G 119 of 255 = 47%
B 153 of 255 = 60%

195
119
153

R + G + B ~ 61%. #C37799 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 119 + 153 = 467 (100%)
R 195 of 467 ~ 41.76%
G 119 of 467 ~ 25.48%
B 153 of 467 ~ 32.76%

%41.76
%25.48
%32.76

CMYK color model

#C37799 color CMYK value is (0,39,22,24).

  • cyan value is 0.00%
  • magenta value is 38.97%
  • yellow value is 21.54%
  • key color value is 23.53%
CMYK:
(0,39,22,24)
C0M39Y22K24 
(0%,39%,22%,24%)
(0.00/0.39/0.22/0.24)	

CMYK percentages

%0
%38.97
%21.54
%23.53

Codes

Color #C37799 in popluar color models

C37799
RGB195119153
HSL333°38.78%61.57%
HSB/HSV333°38.97%76.47%
CMYK0.00%38.97%21.54%
23.53%

Color #C37799 in popluar number systems.

HEXC37799
Decimal195119153
Binary11000011111011110011001
Octal303167231

Shades and tints

Shades of #C37799

#C37799
(195,119,153)
#B26D8C
(178,109,140)
#A1637F
(161,99,127)
#905972
(144,89,114)
#7F4F65
(127,79,101)
#6E4558
(110,69,88)
#5D3B4B
(93,59,75)
#4C313E
(76,49,62)
#3B2731
(59,39,49)
#2A1D24
(42,29,36)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #C37799

#C37799
(195,119,153)
#C883A2
(200,131,162)
#CD8FAB
(205,143,171)
#D29BB4
(210,155,180)
#D7A7BD
(215,167,189)
#DCB3C6
(220,179,198)
#E1BFCF
(225,191,207)
#E6CBD8
(230,203,216)
#EBD7E1
(235,215,225)
#F0E3EA
(240,227,234)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37799 color. Also use rgb(195,119,153) instead hex code.

Text Font Color

.myTextColor { color: #C37799; }

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

This text font color is #C37799.


Background Color

.myBgColor { background-color: #C37799; }

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

This div background color is #C37799.


Border color

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

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

This div border color is #C37799.


Opacity

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

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

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

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

This text has shadow with #C37799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37799 on black background.


Color preview on white background

This text has color #C37799 on white background.



Black color preview on #C37799 background

This text has black color on #C37799 background.


White color preview on #C37799 background

This text has white color on #C37799 background.