COLOR #C67A9C

HEX: #C67A9C
RGB: (198,122,156)

Color info

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

RGB color model

#C67A9C color RGB value is (198,122,156).

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

RGB channels and saturation

R 198 of 255 = 78%
G 122 of 255 = 48%
B 156 of 255 = 61%

198
122
156

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

Portions of RGB colors in percentages

R + G + B =
198 + 122 + 156 = 476 (100%)
R 198 of 476 ~ 41.6%
G 122 of 476 ~ 25.63%
B 156 of 476 ~ 32.77%

%41.6
%25.63
%32.77

CMYK color model

#C67A9C color CMYK value is (0,38,21,22).

  • cyan value is 0.00%
  • magenta value is 38.38%
  • yellow value is 21.21%
  • key color value is 22.35%
CMYK:
(0,38,21,22)
C0M38Y21K22 
(0%,38%,21%,22%)
(0.00/0.38/0.21/0.22)	

CMYK percentages

%0
%38.38
%21.21
%22.35

Codes

Color #C67A9C in popluar color models

C67A9C
RGB198122156
HSL333°40.00%62.75%
HSB/HSV333°38.38%77.65%
CMYK0.00%38.38%21.21%
22.35%

Color #C67A9C in popluar number systems.

HEXC67A9C
Decimal198122156
Binary11000110111101010011100
Octal306172234

Shades and tints

Shades of #C67A9C

#C67A9C
(198,122,156)
#B46F8E
(180,111,142)
#A26480
(162,100,128)
#905972
(144,89,114)
#7E4E64
(126,78,100)
#6C4356
(108,67,86)
#5A3848
(90,56,72)
#482D3A
(72,45,58)
#36222C
(54,34,44)
#24171E
(36,23,30)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #C67A9C

#C67A9C
(198,122,156)
#CB86A5
(203,134,165)
#D092AE
(208,146,174)
#D59EB7
(213,158,183)
#DAAAC0
(218,170,192)
#DFB6C9
(223,182,201)
#E4C2D2
(228,194,210)
#E9CEDB
(233,206,219)
#EEDAE4
(238,218,228)
#F3E6ED
(243,230,237)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C67A9C; }

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

This text font color is #C67A9C.


Background Color

.myBgColor { background-color: #C67A9C; }

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

This div background color is #C67A9C.


Border color

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

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

This div border color is #C67A9C.


Opacity

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

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

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

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

This text has shadow with #C67A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67A9C on black background.


Color preview on white background

This text has color #C67A9C on white background.



Black color preview on #C67A9C background

This text has black color on #C67A9C background.


White color preview on #C67A9C background

This text has white color on #C67A9C background.