COLOR #C592AA

HEX: #C592AA
RGB: (197,146,170)

Color info

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

RGB color model

#C592AA color RGB value is (197,146,170).

  • red value is 197;
  • green value is 146;
  • blue value is 170.
RGB:
(197,146,170)
(77%,57%,67%)

RGB channels and saturation

R 197 of 255 = 77%
G 146 of 255 = 57%
B 170 of 255 = 67%

197
146
170

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

Portions of RGB colors in percentages

R + G + B =
197 + 146 + 170 = 513 (100%)
R 197 of 513 ~ 38.4%
G 146 of 513 ~ 28.46%
B 170 of 513 ~ 33.14%

%38.4
%28.46
%33.14

CMYK color model

#C592AA color CMYK value is (0,26,14,23).

  • cyan value is 0.00%
  • magenta value is 25.89%
  • yellow value is 13.71%
  • key color value is 22.75%
CMYK:
(0,26,14,23)
C0M26Y14K23 
(0%,26%,14%,23%)
(0.00/0.26/0.14/0.23)	

CMYK percentages

%0
%25.89
%13.71
%22.75

Codes

Color #C592AA in popluar color models

C592AA
RGB197146170
HSL332°30.54%67.25%
HSB/HSV332°25.89%77.25%
CMYK0.00%25.89%13.71%
22.75%

Color #C592AA in popluar number systems.

HEXC592AA
Decimal197146170
Binary110001011001001010101010
Octal305222252

Shades and tints

Shades of #C592AA

#C592AA
(197,146,170)
#B4859B
(180,133,155)
#A3788C
(163,120,140)
#926B7D
(146,107,125)
#815E6E
(129,94,110)
#70515F
(112,81,95)
#5F4450
(95,68,80)
#4E3741
(78,55,65)
#3D2A32
(61,42,50)
#2C1D23
(44,29,35)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #C592AA

#C592AA
(197,146,170)
#CA9BB1
(202,155,177)
#CFA4B8
(207,164,184)
#D4ADBF
(212,173,191)
#D9B6C6
(217,182,198)
#DEBFCD
(222,191,205)
#E3C8D4
(227,200,212)
#E8D1DB
(232,209,219)
#EDDAE2
(237,218,226)
#F2E3E9
(242,227,233)
#F7ECF0
(247,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C592AA; }

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

This text font color is #C592AA.


Background Color

.myBgColor { background-color: #C592AA; }

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

This div background color is #C592AA.


Border color

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

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

This div border color is #C592AA.


Opacity

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

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

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

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

This text has shadow with #C592AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C592AA on black background.


Color preview on white background

This text has color #C592AA on white background.



Black color preview on #C592AA background

This text has black color on #C592AA background.


White color preview on #C592AA background

This text has white color on #C592AA background.