COLOR #C37999

HEX: #C37999
RGB: (195,121,153)

Color info

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

RGB color model

#C37999 color RGB value is (195,121,153).

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

RGB channels and saturation

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

195
121
153

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

Portions of RGB colors in percentages

R + G + B =
195 + 121 + 153 = 469 (100%)
R 195 of 469 ~ 41.58%
G 121 of 469 ~ 25.8%
B 153 of 469 ~ 32.62%

%41.58
%25.8
%32.62

CMYK color model

#C37999 color CMYK value is (0,38,22,24).

  • cyan value is 0.00%
  • magenta value is 37.95%
  • yellow value is 21.54%
  • key color value is 23.53%
CMYK:
(0,38,22,24)
C0M38Y22K24 
(0%,38%,22%,24%)
(0.00/0.38/0.22/0.24)	

CMYK percentages

%0
%37.95
%21.54
%23.53

Codes

Color #C37999 in popluar color models

C37999
RGB195121153
HSL334°38.14%61.96%
HSB/HSV334°37.95%76.47%
CMYK0.00%37.95%21.54%
23.53%

Color #C37999 in popluar number systems.

HEXC37999
Decimal195121153
Binary11000011111100110011001
Octal303171231

Shades and tints

Shades of #C37999

#C37999
(195,121,153)
#B26E8C
(178,110,140)
#A1637F
(161,99,127)
#905872
(144,88,114)
#7F4D65
(127,77,101)
#6E4258
(110,66,88)
#5D374B
(93,55,75)
#4C2C3E
(76,44,62)
#3B2131
(59,33,49)
#2A1624
(42,22,36)
#190B17
(25,11,23)
#000000
(0,0,0)

Tints of #C37999

#C37999
(195,121,153)
#C885A2
(200,133,162)
#CD91AB
(205,145,171)
#D29DB4
(210,157,180)
#D7A9BD
(215,169,189)
#DCB5C6
(220,181,198)
#E1C1CF
(225,193,207)
#E6CDD8
(230,205,216)
#EBD9E1
(235,217,225)
#F0E5EA
(240,229,234)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37999; }

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

This text font color is #C37999.


Background Color

.myBgColor { background-color: #C37999; }

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

This div background color is #C37999.


Border color

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

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

This div border color is #C37999.


Opacity

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

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

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

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

This text has shadow with #C37999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37999 on black background.


Color preview on white background

This text has color #C37999 on white background.



Black color preview on #C37999 background

This text has black color on #C37999 background.


White color preview on #C37999 background

This text has white color on #C37999 background.