COLOR #C67C96

HEX: #C67C96 RGB: (198,124,150)

Color info

#C67C96 contains mainly red and blue colors. Web safe color of #C67C96 is #CC6699 (or #C69).

RGB color model

#C67C96 color RGB value is (198,124,150).

RGB: (198,124,150) (78%, 49%, 59%)

RGB channels and saturation

R 198 of 255 = 78%
G 124 of 255 = 49%
B 150 of 255 = 59%

198
124
150

R + G + B ~ 62%. #C67C96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 124 + 150 = 472 (100%)
R 198 of 472 ~ 41.95%
G 124 of 472 ~ 26.27%
B 150 of 472 ~ 31.78'%

%41.95
%26.27
%31.78

CMYK color model

#C67C96 color CMYK value is (0,37,24,22).

  • cyan value is 0.00%
  • magenta value is 37.37%
  • yellow value is 24.24%
  • key color value is 22.35%

CMYK: (0,37,24,22)
C0M37Y24K22 (0%, 37%, 24%, 22%)
(0.00 / 0.37 / 0.24 / 0.22)

CMYK percentages

%0
%37.37
%24.24
%22.35

Codes

Color #C67C96 in popluar color models

C6 7C 96
RGB 198 124 150
HSL 339° 39.36% 63.14%
HSB/HSV 339° 37.37% 77.65%
CMYK 0.00% 37.37% 24.24%
22.35%

Color #C67C96 in popluar number systems.

HEX C6 7C 96
Decimal 198 124 150
Binary 11000110 1111100 10010110
Octal 306 174 226

Shades and tints

Shades of #C67C96

#C67C96
(198,124,150)
#B47189
(180,113,137)
#A2667C
(162,102,124)
#905B6F
(144,91,111)
#7E5062
(126,80,98)
#6C4555
(108,69,85)
#5A3A48
(90,58,72)
#482F3B
(72,47,59)
#36242E
(54,36,46)
#241921
(36,25,33)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #C67C96

#C67C96
(198,124,150)
#CB879F
(203,135,159)
#D092A8
(208,146,168)
#D59DB1
(213,157,177)
#DAA8BA
(218,168,186)
#DFB3C3
(223,179,195)
#E4BECC
(228,190,204)
#E9C9D5
(233,201,213)
#EED4DE
(238,212,222)
#F3DFE7
(243,223,231)
#F8EAF0
(248,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67C96 color. Also use rgb(198,124,150) instead hex code.

Text Font Color

.myTextColor { color: #C67C96; }

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

This text font color is #C67C96.

Background Color

.myBgColor { background-color: #C67C96; }

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

This div background color is #C67C96.

Border color

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

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

This div border color is #C67C96.

Opacity

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

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

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

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

This text has shadow with #C67C96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C67C96.

Preview

Color preview on black background

This text has color #C67C96 on black background.


Color preview on white background

This text has color #C67C96 on white background.


Black color preview on #C67C96 background

This text has black color on #C67C96 background.


White color preview on #C67C96 background

This text has white color on #C67C96 background.


Related colors

Complementary color

Complementary color for #hex is #398369.


I love getcolorcode.com

Triadic colors

1 #96C67C and #7C96C6 with #C67C96 are triadic colors.

2 #967CC6 and #7CC696 with #C67C96 are triadic colors.