COLOR #C8667B

HEX: #C8667B RGB: (200,102,123)

Color info

#C8667B contains mainly red color. Web safe color of #C8667B is #CC6666 (or #C66).

RGB color model

#C8667B color RGB value is (200,102,123).

RGB: (200,102,123) (78%, 40%, 48%)

RGB channels and saturation

R 200 of 255 = 78%
G 102 of 255 = 40%
B 123 of 255 = 48%

200
102
123

R + G + B ~ 55%. #C8667B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 200 + 102 + 123 = 425 (100%)
R 200 of 425 ~ 47.06%
G 102 of 425 ~ 24%
B 123 of 425 ~ 28.94'%

%47.06
%24
%28.94

CMYK color model

#C8667B color CMYK value is (0,49,39,22).

  • cyan value is 0.00%
  • magenta value is 49.00%
  • yellow value is 38.50%
  • key color value is 21.57%

CMYK: (0,49,39,22)
C0M49Y39K22 (0%, 49%, 39%, 22%)
(0.00 / 0.49 / 0.39 / 0.22)

CMYK percentages

%0
%49
%38.5
%21.57

Codes

Color #C8667B in popluar color models

C8 66 7B
RGB 200 102 123
HSL 347° 47.12% 59.22%
HSB/HSV 347° 49.00% 78.43%
CMYK 0.00% 49.00% 38.50%
21.57%

Color #C8667B in popluar number systems.

HEX C8 66 7B
Decimal 200 102 123
Binary 11001000 1100110 1111011
Octal 310 146 173

Shades and tints

Shades of #C8667B

#C8667B
(200,102,123)
#B65D70
(182,93,112)
#A45465
(164,84,101)
#924B5A
(146,75,90)
#80424F
(128,66,79)
#6E3944
(110,57,68)
#5C3039
(92,48,57)
#4A272E
(74,39,46)
#381E23
(56,30,35)
#261518
(38,21,24)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #C8667B

#C8667B
(200,102,123)
#CD7387
(205,115,135)
#D28093
(210,128,147)
#D78D9F
(215,141,159)
#DC9AAB
(220,154,171)
#E1A7B7
(225,167,183)
#E6B4C3
(230,180,195)
#EBC1CF
(235,193,207)
#F0CEDB
(240,206,219)
#F5DBE7
(245,219,231)
#FAE8F3
(250,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8667B color. Also use rgb(200,102,123) instead hex code.

Text Font Color

.myTextColor { color: #C8667B; }

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

This text font color is #C8667B.

Background Color

.myBgColor { background-color: #C8667B; }

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

This div background color is #C8667B.

Border color

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

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

This div border color is #C8667B.

Opacity

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

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

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

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

This text has shadow with #C8667B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8667B.

Preview

Color preview on black background

This text has color #C8667B on black background.


Color preview on white background

This text has color #C8667B on white background.


Black color preview on #C8667B background

This text has black color on #C8667B background.


White color preview on #C8667B background

This text has white color on #C8667B background.


Related colors

Complementary color

Complementary color for #hex is #379984.


I love getcolorcode.com

Triadic colors

1 #7BC866 and #667BC8 with #C8667B are triadic colors.

2 #7B66C8 and #66C87B with #C8667B are triadic colors.