COLOR #C592BE

HEX: #C592BE RGB: (197,146,190)

Color info

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

RGB color model

#C592BE color RGB value is (197,146,190).

RGB: (197,146,190) (77%, 57%, 75%)

RGB channels and saturation

R 197 of 255 = 77%
G 146 of 255 = 57%
B 190 of 255 = 75%

197
146
190

R + G + B ~ 70%. #C592BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 146 + 190 = 533 (100%)
R 197 of 533 ~ 36.96%
G 146 of 533 ~ 27.39%
B 190 of 533 ~ 35.65'%

%36.96
%27.39
%35.65

CMYK color model

#C592BE color CMYK value is (0,26,4,23).

  • cyan value is 0.00%
  • magenta value is 25.89%
  • yellow value is 3.55%
  • key color value is 22.75%

CMYK: (0,26,4,23)
C0M26Y4K23 (0%, 26%, 4%, 23%)
(0.00 / 0.26 / 0.04 / 0.23)

CMYK percentages

%0
%25.89
%3.55
%22.75

Codes

Color #C592BE in popluar color models

C5 92 BE
RGB 197 146 190
HSL 308° 30.54% 67.25%
HSB/HSV 308° 25.89% 77.25%
CMYK 0.00% 25.89% 3.55%
22.75%

Color #C592BE in popluar number systems.

HEX C5 92 BE
Decimal 197 146 190
Binary 11000101 10010010 10111110
Octal 305 222 276

Shades and tints

Shades of #C592BE

#C592BE
(197,146,190)
#B485AD
(180,133,173)
#A3789C
(163,120,156)
#926B8B
(146,107,139)
#815E7A
(129,94,122)
#705169
(112,81,105)
#5F4458
(95,68,88)
#4E3747
(78,55,71)
#3D2A36
(61,42,54)
#2C1D25
(44,29,37)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #C592BE

#C592BE
(197,146,190)
#CA9BC3
(202,155,195)
#CFA4C8
(207,164,200)
#D4ADCD
(212,173,205)
#D9B6D2
(217,182,210)
#DEBFD7
(222,191,215)
#E3C8DC
(227,200,220)
#E8D1E1
(232,209,225)
#EDDAE6
(237,218,230)
#F2E3EB
(242,227,235)
#F7ECF0
(247,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C592BE color. Also use rgb(197,146,190) instead hex code.

Text Font Color

.myTextColor { color: #C592BE; }

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

This text font color is #C592BE.

Background Color

.myBgColor { background-color: #C592BE; }

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

This div background color is #C592BE.

Border color

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

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

This div border color is #C592BE.

Opacity

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

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

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

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

This text has shadow with #C592BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C592BE.

Preview

Color preview on black background

This text has color #C592BE on black background.


Color preview on white background

This text has color #C592BE on white background.


Black color preview on #C592BE background

This text has black color on #C592BE background.


White color preview on #C592BE background

This text has white color on #C592BE background.


Related colors

Complementary color

Complementary color for #hex is #3A6D41.


I love getcolorcode.com

Triadic colors

1 #BEC592 and #92BEC5 with #C592BE are triadic colors.

2 #BE92C5 and #92C5BE with #C592BE are triadic colors.