COLOR #C5A0B2

HEX: #C5A0B2
RGB: (197,160,178)

Color info

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

RGB color model

#C5A0B2 color RGB value is (197,160,178).

  • red value is 197;
  • green value is 160;
  • blue value is 178.
RGB:
(197,160,178)
(77%,63%,70%)

RGB channels and saturation

R 197 of 255 = 77%
G 160 of 255 = 63%
B 178 of 255 = 70%

197
160
178

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

Portions of RGB colors in percentages

R + G + B =
197 + 160 + 178 = 535 (100%)
R 197 of 535 ~ 36.82%
G 160 of 535 ~ 29.91%
B 178 of 535 ~ 33.27%

%36.82
%29.91
%33.27

CMYK color model

#C5A0B2 color CMYK value is (0,19,10,23).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 9.64%
  • key color value is 22.75%
CMYK:
(0,19,10,23)
C0M19Y10K23 
(0%,19%,10%,23%)
(0.00/0.19/0.10/0.23)	

CMYK percentages

%0
%18.78
%9.64
%22.75

Codes

Color #C5A0B2 in popluar color models

C5A0B2
RGB197160178
HSL331°24.18%70.00%
HSB/HSV331°18.78%77.25%
CMYK0.00%18.78%9.64%
22.75%

Color #C5A0B2 in popluar number systems.

HEXC5A0B2
Decimal197160178
Binary110001011010000010110010
Octal305240262

Shades and tints

Shades of #C5A0B2

#C5A0B2
(197,160,178)
#B492A2
(180,146,162)
#A38492
(163,132,146)
#927682
(146,118,130)
#816872
(129,104,114)
#705A62
(112,90,98)
#5F4C52
(95,76,82)
#4E3E42
(78,62,66)
#3D3032
(61,48,50)
#2C2222
(44,34,34)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #C5A0B2

#C5A0B2
(197,160,178)
#CAA8B9
(202,168,185)
#CFB0C0
(207,176,192)
#D4B8C7
(212,184,199)
#D9C0CE
(217,192,206)
#DEC8D5
(222,200,213)
#E3D0DC
(227,208,220)
#E8D8E3
(232,216,227)
#EDE0EA
(237,224,234)
#F2E8F1
(242,232,241)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A0B2 color. Also use rgb(197,160,178) instead hex code.

Text Font Color

.myTextColor { color: #C5A0B2; }

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

This text font color is #C5A0B2.


Background Color

.myBgColor { background-color: #C5A0B2; }

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

This div background color is #C5A0B2.


Border color

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

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

This div border color is #C5A0B2.


Opacity

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

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

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

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

This text has shadow with #C5A0B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A0B2 on black background.


Color preview on white background

This text has color #C5A0B2 on white background.



Black color preview on #C5A0B2 background

This text has black color on #C5A0B2 background.


White color preview on #C5A0B2 background

This text has white color on #C5A0B2 background.