COLOR #C392BF

HEX: #C392BF
RGB: (195,146,191)

Color info

#C392BF contains red, green and blue colors in about the same proportion. Web safe color of #C392BF is #CC99CC (or #C9C).

RGB color model

#C392BF color RGB value is (195,146,191).

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

RGB channels and saturation

R 195 of 255 = 76%
G 146 of 255 = 57%
B 191 of 255 = 75%

195
146
191

R + G + B ~ 69%. #C392BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 146 + 191 = 532 (100%)
R 195 of 532 ~ 36.65%
G 146 of 532 ~ 27.44%
B 191 of 532 ~ 35.9%

%36.65
%27.44
%35.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 2.05%
  • key color value is 23.53%
CMYK:
(0,25,2,24)
C0M25Y2K24 
(0%,25%,2%,24%)
(0.00/0.25/0.02/0.24)	

CMYK percentages

%0
%25.13
%2.05
%23.53

Codes

Color #C392BF in popluar color models

C392BF
RGB195146191
HSL305°28.99%66.86%
HSB/HSV305°25.13%76.47%
CMYK0.00%25.13%2.05%
23.53%

Color #C392BF in popluar number systems.

HEXC392BF
Decimal195146191
Binary110000111001001010111111
Octal303222277

Shades and tints

Shades of #C392BF

#C392BF
(195,146,191)
#B285AE
(178,133,174)
#A1789D
(161,120,157)
#906B8C
(144,107,140)
#7F5E7B
(127,94,123)
#6E516A
(110,81,106)
#5D4459
(93,68,89)
#4C3748
(76,55,72)
#3B2A37
(59,42,55)
#2A1D26
(42,29,38)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #C392BF

#C392BF
(195,146,191)
#C89BC4
(200,155,196)
#CDA4C9
(205,164,201)
#D2ADCE
(210,173,206)
#D7B6D3
(215,182,211)
#DCBFD8
(220,191,216)
#E1C8DD
(225,200,221)
#E6D1E2
(230,209,226)
#EBDAE7
(235,218,231)
#F0E3EC
(240,227,236)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C392BF; }

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

This text font color is #C392BF.


Background Color

.myBgColor { background-color: #C392BF; }

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

This div background color is #C392BF.


Border color

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

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

This div border color is #C392BF.


Opacity

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

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

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

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

This text has shadow with #C392BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C392BF on black background.


Color preview on white background

This text has color #C392BF on white background.



Black color preview on #C392BF background

This text has black color on #C392BF background.


White color preview on #C392BF background

This text has white color on #C392BF background.