COLOR #C67CAA

HEX: #C67CAA RGB: (198,124,170)

Color info

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

RGB color model

#C67CAA color RGB value is (198,124,170).

RGB: (198,124,170) (78%, 49%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 124 of 255 = 49%
B 170 of 255 = 67%

198
124
170

R + G + B ~ 65%. #C67CAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 124 + 170 = 492 (100%)
R 198 of 492 ~ 40.24%
G 124 of 492 ~ 25.2%
B 170 of 492 ~ 34.55'%

%40.24
%25.2
%34.55

CMYK color model

#C67CAA color CMYK value is (0,37,14,22).

  • cyan value is 0.00%
  • magenta value is 37.37%
  • yellow value is 14.14%
  • key color value is 22.35%
CMYK: (0,37,14,22) C0M37Y14K22 (0%,37%,14%,22%) (0.00/0.37/0.14/0.22) 

CMYK percentages

%0
%37.37
%14.14
%22.35

Codes

Color #C67CAA in popluar color models

C6 7C AA
RGB 198 124 170
HSL 323° 39.36% 63.14%
HSB/HSV 323° 37.37% 77.65%
CMYK 0.00% 37.37% 14.14%
22.35%

Color #C67CAA in popluar number systems.

HEX C6 7C AA
Decimal 198 124 170
Binary 11000110 1111100 10101010
Octal 306 174 252

Shades and tints

Shades of #C67CAA

#C67CAA
(198,124,170)
#B4719B
(180,113,155)
#A2668C
(162,102,140)
#905B7D
(144,91,125)
#7E506E
(126,80,110)
#6C455F
(108,69,95)
#5A3A50
(90,58,80)
#482F41
(72,47,65)
#362432
(54,36,50)
#241923
(36,25,35)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #C67CAA

#C67CAA
(198,124,170)
#CB87B1
(203,135,177)
#D092B8
(208,146,184)
#D59DBF
(213,157,191)
#DAA8C6
(218,168,198)
#DFB3CD
(223,179,205)
#E4BED4
(228,190,212)
#E9C9DB
(233,201,219)
#EED4E2
(238,212,226)
#F3DFE9
(243,223,233)
#F8EAF0
(248,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C67CAA; }

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

This text font color is #C67CAA.

Background Color

.myBgColor { background-color: #C67CAA; }

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

This div background color is #C67CAA.

Border color

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

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

This div border color is #C67CAA.

Opacity

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

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

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

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

This text has shadow with #C67CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C67CAA.

Preview

Color preview on black background

This text has color #C67CAA on black background.


Color preview on white background

This text has color #C67CAA on white background.


Black color preview on #C67CAA background

This text has black color on #C67CAA background.


White color preview on #C67CAA background

This text has white color on #C67CAA background.


Related colors

Complementary color

Complementary color for #hex is #398355.


I love getcolorcode.com

Triadic colors

1 #AAC67C and #7CAAC6 with #C67CAA are triadic colors.

2 #AA7CC6 and #7CC6AA with #C67CAA are triadic colors.