COLOR #C777BB

HEX: #C777BB
RGB: (199,119,187)

Color info

#C777BB contains mainly red and blue colors. Web safe color of #C777BB is #CC66CC (or #C6C).

RGB color model

#C777BB color RGB value is (199,119,187).

  • red value is 199;
  • green value is 119;
  • blue value is 187.
RGB:
(199,119,187)
(78%,47%,73%)

RGB channels and saturation

R 199 of 255 = 78%
G 119 of 255 = 47%
B 187 of 255 = 73%

199
119
187

R + G + B ~ 66%. #C777BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 119 + 187 = 505 (100%)
R 199 of 505 ~ 39.41%
G 119 of 505 ~ 23.56%
B 187 of 505 ~ 37.03%

%39.41
%23.56
%37.03

CMYK color model

#C777BB color CMYK value is (0,40,6,22).

  • cyan value is 0.00%
  • magenta value is 40.20%
  • yellow value is 6.03%
  • key color value is 21.96%
CMYK:
(0,40,6,22)
C0M40Y6K22 
(0%,40%,6%,22%)
(0.00/0.40/0.06/0.22)	

CMYK percentages

%0
%40.2
%6.03
%21.96

Codes

Color #C777BB in popluar color models

C777BB
RGB199119187
HSL309°41.67%62.35%
HSB/HSV309°40.20%78.04%
CMYK0.00%40.20%6.03%
21.96%

Color #C777BB in popluar number systems.

HEXC777BB
Decimal199119187
Binary11000111111011110111011
Octal307167273

Shades and tints

Shades of #C777BB

#C777BB
(199,119,187)
#B56DAA
(181,109,170)
#A36399
(163,99,153)
#915988
(145,89,136)
#7F4F77
(127,79,119)
#6D4566
(109,69,102)
#5B3B55
(91,59,85)
#493144
(73,49,68)
#372733
(55,39,51)
#251D22
(37,29,34)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #C777BB

#C777BB
(199,119,187)
#CC83C1
(204,131,193)
#D18FC7
(209,143,199)
#D69BCD
(214,155,205)
#DBA7D3
(219,167,211)
#E0B3D9
(224,179,217)
#E5BFDF
(229,191,223)
#EACBE5
(234,203,229)
#EFD7EB
(239,215,235)
#F4E3F1
(244,227,241)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C777BB color. Also use rgb(199,119,187) instead hex code.

Text Font Color

.myTextColor { color: #C777BB; }

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

This text font color is #C777BB.


Background Color

.myBgColor { background-color: #C777BB; }

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

This div background color is #C777BB.


Border color

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

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

This div border color is #C777BB.


Opacity

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

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

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

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

This text has shadow with #C777BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C777BB on black background.


Color preview on white background

This text has color #C777BB on white background.



Black color preview on #C777BB background

This text has black color on #C777BB background.


White color preview on #C777BB background

This text has white color on #C777BB background.