COLOR #C67A92

HEX: #C67A92
RGB: (198,122,146)

Color info

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

RGB color model

#C67A92 color RGB value is (198,122,146).

  • red value is 198;
  • green value is 122;
  • blue value is 146.
RGB:
(198,122,146)
(78%,48%,57%)

RGB channels and saturation

R 198 of 255 = 78%
G 122 of 255 = 48%
B 146 of 255 = 57%

198
122
146

R + G + B ~ 61%. #C67A92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 122 + 146 = 466 (100%)
R 198 of 466 ~ 42.49%
G 122 of 466 ~ 26.18%
B 146 of 466 ~ 31.33%

%42.49
%26.18
%31.33

CMYK color model

#C67A92 color CMYK value is (0,38,26,22).

  • cyan value is 0.00%
  • magenta value is 38.38%
  • yellow value is 26.26%
  • key color value is 22.35%
CMYK:
(0,38,26,22)
C0M38Y26K22 
(0%,38%,26%,22%)
(0.00/0.38/0.26/0.22)	

CMYK percentages

%0
%38.38
%26.26
%22.35

Codes

Color #C67A92 in popluar color models

C67A92
RGB198122146
HSL341°40.00%62.75%
HSB/HSV341°38.38%77.65%
CMYK0.00%38.38%26.26%
22.35%

Color #C67A92 in popluar number systems.

HEXC67A92
Decimal198122146
Binary11000110111101010010010
Octal306172222

Shades and tints

Shades of #C67A92

#C67A92
(198,122,146)
#B46F85
(180,111,133)
#A26478
(162,100,120)
#90596B
(144,89,107)
#7E4E5E
(126,78,94)
#6C4351
(108,67,81)
#5A3844
(90,56,68)
#482D37
(72,45,55)
#36222A
(54,34,42)
#24171D
(36,23,29)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #C67A92

#C67A92
(198,122,146)
#CB869B
(203,134,155)
#D092A4
(208,146,164)
#D59EAD
(213,158,173)
#DAAAB6
(218,170,182)
#DFB6BF
(223,182,191)
#E4C2C8
(228,194,200)
#E9CED1
(233,206,209)
#EEDADA
(238,218,218)
#F3E6E3
(243,230,227)
#F8F2EC
(248,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67A92 color. Also use rgb(198,122,146) instead hex code.

Text Font Color

.myTextColor { color: #C67A92; }

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

This text font color is #C67A92.


Background Color

.myBgColor { background-color: #C67A92; }

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

This div background color is #C67A92.


Border color

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

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

This div border color is #C67A92.


Opacity

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

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

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

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

This text has shadow with #C67A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67A92 on black background.


Color preview on white background

This text has color #C67A92 on white background.



Black color preview on #C67A92 background

This text has black color on #C67A92 background.


White color preview on #C67A92 background

This text has white color on #C67A92 background.