COLOR #C392B1

HEX: #C392B1
RGB: (195,146,177)

Color info

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

RGB color model

#C392B1 color RGB value is (195,146,177).

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

RGB channels and saturation

R 195 of 255 = 76%
G 146 of 255 = 57%
B 177 of 255 = 69%

195
146
177

R + G + B ~ 67%. #C392B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 146 + 177 = 518 (100%)
R 195 of 518 ~ 37.64%
G 146 of 518 ~ 28.19%
B 177 of 518 ~ 34.17%

%37.64
%28.19
%34.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 9.23%
  • key color value is 23.53%
CMYK: (0,25,9,24) C0M25Y9K24 (0%,25%,9%,24%) (0.00/0.25/0.09/0.24)

CMYK percentages

%0
%25.13
%9.23
%23.53

Codes

Color #C392B1 in popluar color models

C392B1
RGB195146177
HSL322°28.99%66.86%
HSB/HSV322°25.13%76.47%
CMYK0.00%25.13%9.23%
23.53%

Color #C392B1 in popluar number systems.

HEXC392B1
Decimal195146177
Binary110000111001001010110001
Octal303222261

Shades and tints

Shades of #C392B1

#C392B1
(195,146,177)
#B285A1
(178,133,161)
#A17891
(161,120,145)
#906B81
(144,107,129)
#7F5E71
(127,94,113)
#6E5161
(110,81,97)
#5D4451
(93,68,81)
#4C3741
(76,55,65)
#3B2A31
(59,42,49)
#2A1D21
(42,29,33)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #C392B1

#C392B1
(195,146,177)
#C89BB8
(200,155,184)
#CDA4BF
(205,164,191)
#D2ADC6
(210,173,198)
#D7B6CD
(215,182,205)
#DCBFD4
(220,191,212)
#E1C8DB
(225,200,219)
#E6D1E2
(230,209,226)
#EBDAE9
(235,218,233)
#F0E3F0
(240,227,240)
#F5ECF7
(245,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C392B1; }

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

This text font color is #C392B1.


Background Color

.myBgColor { background-color: #C392B1; }

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

This div background color is #C392B1.


Border color

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

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

This div border color is #C392B1.


Opacity

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

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

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

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

This text has shadow with #C392B1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C392B1 on black background.


Color preview on white background

This text has color #C392B1 on white background.



Black color preview on #C392B1 background

This text has black color on #C392B1 background.


White color preview on #C392B1 background

This text has white color on #C392B1 background.