COLOR #C0667B

HEX: #C0667B
RGB: (192,102,123)

Color info

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

RGB color model

#C0667B color RGB value is (192,102,123).

  • red value is 192;
  • green value is 102;
  • blue value is 123.
RGB:
(192,102,123)
(75%,40%,48%)

RGB channels and saturation

R 192 of 255 = 75%
G 102 of 255 = 40%
B 123 of 255 = 48%

192
102
123

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

Portions of RGB colors in percentages

R + G + B =
192 + 102 + 123 = 417 (100%)
R 192 of 417 ~ 46.04%
G 102 of 417 ~ 24.46%
B 123 of 417 ~ 29.5%

%46.04
%24.46
%29.5

CMYK color model

#C0667B color CMYK value is (0,47,36,25).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 35.94%
  • key color value is 24.71%
CMYK:
(0,47,36,25)
C0M47Y36K25 
(0%,47%,36%,25%)
(0.00/0.47/0.36/0.25)	

CMYK percentages

%0
%46.88
%35.94
%24.71

Codes

Color #C0667B in popluar color models

C0667B
RGB192102123
HSL346°41.67%57.65%
HSB/HSV346°46.88%75.29%
CMYK0.00%46.88%35.94%
24.71%

Color #C0667B in popluar number systems.

HEXC0667B
Decimal192102123
Binary1100000011001101111011
Octal300146173

Shades and tints

Shades of #C0667B

#C0667B
(192,102,123)
#AF5D70
(175,93,112)
#9E5465
(158,84,101)
#8D4B5A
(141,75,90)
#7C424F
(124,66,79)
#6B3944
(107,57,68)
#5A3039
(90,48,57)
#49272E
(73,39,46)
#381E23
(56,30,35)
#271518
(39,21,24)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #C0667B

#C0667B
(192,102,123)
#C57387
(197,115,135)
#CA8093
(202,128,147)
#CF8D9F
(207,141,159)
#D49AAB
(212,154,171)
#D9A7B7
(217,167,183)
#DEB4C3
(222,180,195)
#E3C1CF
(227,193,207)
#E8CEDB
(232,206,219)
#EDDBE7
(237,219,231)
#F2E8F3
(242,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0667B; }

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

This text font color is #C0667B.


Background Color

.myBgColor { background-color: #C0667B; }

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

This div background color is #C0667B.


Border color

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

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

This div border color is #C0667B.


Opacity

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

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

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

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

This text has shadow with #C0667B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0667B on black background.


Color preview on white background

This text has color #C0667B on white background.



Black color preview on #C0667B background

This text has black color on #C0667B background.


White color preview on #C0667B background

This text has white color on #C0667B background.