COLOR #C883B0

HEX: #C883B0 RGB: (200,131,176)

Color info

#C883B0 contains mainly red and blue colors. Web safe color of #C883B0 is #CC9999 (or #C99).

RGB color model

#C883B0 color RGB value is (200,131,176).

RGB: (200,131,176) (78%, 51%, 69%)

RGB channels and saturation

R 200 of 255 = 78%
G 131 of 255 = 51%
B 176 of 255 = 69%

200
131
176

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

Portions of RGB colors in percentages

R + G + B = 200 + 131 + 176 = 507 (100%)
R 200 of 507 ~ 39.45%
G 131 of 507 ~ 25.84%
B 176 of 507 ~ 34.71'%

%39.45
%25.84
%34.71

CMYK color model

#C883B0 color CMYK value is (0,35,12,22).

  • cyan value is 0.00%
  • magenta value is 34.50%
  • yellow value is 12.00%
  • key color value is 21.57%

CMYK: (0,35,12,22)
C0M35Y12K22 (0%, 35%, 12%, 22%)
(0.00 / 0.35 / 0.12 / 0.22)

CMYK percentages

%0
%34.5
%12
%21.57

Codes

Color #C883B0 in popluar color models

C8 83 B0
RGB 200 131 176
HSL 321° 38.55% 64.90%
HSB/HSV 321° 34.50% 78.43%
CMYK 0.00% 34.50% 12.00%
21.57%

Color #C883B0 in popluar number systems.

HEX C8 83 B0
Decimal 200 131 176
Binary 11001000 10000011 10110000
Octal 310 203 260

Shades and tints

Shades of #C883B0

#C883B0
(200,131,176)
#B678A0
(182,120,160)
#A46D90
(164,109,144)
#926280
(146,98,128)
#805770
(128,87,112)
#6E4C60
(110,76,96)
#5C4150
(92,65,80)
#4A3640
(74,54,64)
#382B30
(56,43,48)
#262020
(38,32,32)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #C883B0

#C883B0
(200,131,176)
#CD8EB7
(205,142,183)
#D299BE
(210,153,190)
#D7A4C5
(215,164,197)
#DCAFCC
(220,175,204)
#E1BAD3
(225,186,211)
#E6C5DA
(230,197,218)
#EBD0E1
(235,208,225)
#F0DBE8
(240,219,232)
#F5E6EF
(245,230,239)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C883B0 color. Also use rgb(200,131,176) instead hex code.

Text Font Color

.myTextColor { color: #C883B0; }

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

This text font color is #C883B0.

Background Color

.myBgColor { background-color: #C883B0; }

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

This div background color is #C883B0.

Border color

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

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

This div border color is #C883B0.

Opacity

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

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

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

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

This text has shadow with #C883B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C883B0.

Preview

Color preview on black background

This text has color #C883B0 on black background.


Color preview on white background

This text has color #C883B0 on white background.


Black color preview on #C883B0 background

This text has black color on #C883B0 background.


White color preview on #C883B0 background

This text has white color on #C883B0 background.


Related colors

Complementary color

Complementary color for #hex is #377C4F.


I love getcolorcode.com

Triadic colors

1 #B0C883 and #83B0C8 with #C883B0 are triadic colors.

2 #B083C8 and #83C8B0 with #C883B0 are triadic colors.