COLOR #C59BB0

HEX: #C59BB0
RGB: (197,155,176)

Color info

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

RGB color model

#C59BB0 color RGB value is (197,155,176).

  • red value is 197;
  • green value is 155;
  • blue value is 176.
RGB:
(197,155,176)
(77%,61%,69%)

RGB channels and saturation

R 197 of 255 = 77%
G 155 of 255 = 61%
B 176 of 255 = 69%

197
155
176

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

Portions of RGB colors in percentages

R + G + B =
197 + 155 + 176 = 528 (100%)
R 197 of 528 ~ 37.31%
G 155 of 528 ~ 29.36%
B 176 of 528 ~ 33.33%

%37.31
%29.36
%33.33

CMYK color model

#C59BB0 color CMYK value is (0,21,11,23).

  • cyan value is 0.00%
  • magenta value is 21.32%
  • yellow value is 10.66%
  • key color value is 22.75%
CMYK:
(0,21,11,23)
C0M21Y11K23 
(0%,21%,11%,23%)
(0.00/0.21/0.11/0.23)	

CMYK percentages

%0
%21.32
%10.66
%22.75

Codes

Color #C59BB0 in popluar color models

C59BB0
RGB197155176
HSL330°26.58%69.02%
HSB/HSV330°21.32%77.25%
CMYK0.00%21.32%10.66%
22.75%

Color #C59BB0 in popluar number systems.

HEXC59BB0
Decimal197155176
Binary110001011001101110110000
Octal305233260

Shades and tints

Shades of #C59BB0

#C59BB0
(197,155,176)
#B48DA0
(180,141,160)
#A37F90
(163,127,144)
#927180
(146,113,128)
#816370
(129,99,112)
#705560
(112,85,96)
#5F4750
(95,71,80)
#4E3940
(78,57,64)
#3D2B30
(61,43,48)
#2C1D20
(44,29,32)
#1B0F10
(27,15,16)
#000000
(0,0,0)

Tints of #C59BB0

#C59BB0
(197,155,176)
#CAA4B7
(202,164,183)
#CFADBE
(207,173,190)
#D4B6C5
(212,182,197)
#D9BFCC
(217,191,204)
#DEC8D3
(222,200,211)
#E3D1DA
(227,209,218)
#E8DAE1
(232,218,225)
#EDE3E8
(237,227,232)
#F2ECEF
(242,236,239)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59BB0 color. Also use rgb(197,155,176) instead hex code.

Text Font Color

.myTextColor { color: #C59BB0; }

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

This text font color is #C59BB0.


Background Color

.myBgColor { background-color: #C59BB0; }

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

This div background color is #C59BB0.


Border color

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

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

This div border color is #C59BB0.


Opacity

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

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

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

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

This text has shadow with #C59BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59BB0 on black background.


Color preview on white background

This text has color #C59BB0 on white background.



Black color preview on #C59BB0 background

This text has black color on #C59BB0 background.


White color preview on #C59BB0 background

This text has white color on #C59BB0 background.