COLOR #C768B8

HEX: #C768B8 RGB: (199,104,184)

Color info

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

RGB color model

#C768B8 color RGB value is (199,104,184).

RGB: (199,104,184) (78%, 41%, 72%)

RGB channels and saturation

R 199 of 255 = 78%
G 104 of 255 = 41%
B 184 of 255 = 72%

199
104
184

R + G + B ~ 64%. #C768B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 104 + 184 = 487 (100%)
R 199 of 487 ~ 40.86%
G 104 of 487 ~ 21.36%
B 184 of 487 ~ 37.78'%

%40.86
%21.36
%37.78

CMYK color model

#C768B8 color CMYK value is (0,48,8,22).

  • cyan value is 0.00%
  • magenta value is 47.74%
  • yellow value is 7.54%
  • key color value is 21.96%

CMYK: (0,48,8,22)
C0M48Y8K22 (0%, 48%, 8%, 22%)
(0.00 / 0.48 / 0.08 / 0.22)

CMYK percentages

%0
%47.74
%7.54
%21.96

Codes

Color #C768B8 in popluar color models

C7 68 B8
RGB 199 104 184
HSL 309° 45.89% 59.41%
HSB/HSV 309° 47.74% 78.04%
CMYK 0.00% 47.74% 7.54%
21.96%

Color #C768B8 in popluar number systems.

HEX C7 68 B8
Decimal 199 104 184
Binary 11000111 1101000 10111000
Octal 307 150 270

Shades and tints

Shades of #C768B8

#C768B8
(199,104,184)
#B55FA8
(181,95,168)
#A35698
(163,86,152)
#914D88
(145,77,136)
#7F4478
(127,68,120)
#6D3B68
(109,59,104)
#5B3258
(91,50,88)
#492948
(73,41,72)
#372038
(55,32,56)
#251728
(37,23,40)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #C768B8

#C768B8
(199,104,184)
#CC75BE
(204,117,190)
#D182C4
(209,130,196)
#D68FCA
(214,143,202)
#DB9CD0
(219,156,208)
#E0A9D6
(224,169,214)
#E5B6DC
(229,182,220)
#EAC3E2
(234,195,226)
#EFD0E8
(239,208,232)
#F4DDEE
(244,221,238)
#F9EAF4
(249,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C768B8 color. Also use rgb(199,104,184) instead hex code.

Text Font Color

.myTextColor { color: #C768B8; }

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

This text font color is #C768B8.

Background Color

.myBgColor { background-color: #C768B8; }

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

This div background color is #C768B8.

Border color

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

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

This div border color is #C768B8.

Opacity

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

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

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

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

This text has shadow with #C768B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C768B8.

Preview

Color preview on black background

This text has color #C768B8 on black background.


Color preview on white background

This text has color #C768B8 on white background.


Black color preview on #C768B8 background

This text has black color on #C768B8 background.


White color preview on #C768B8 background

This text has white color on #C768B8 background.


Related colors

Complementary color

Complementary color for #hex is #389747.


I love getcolorcode.com

Triadic colors

1 #B8C768 and #68B8C7 with #C768B8 are triadic colors.

2 #B868C7 and #68C7B8 with #C768B8 are triadic colors.