COLOR #C666AE

HEX: #C666AE
RGB: (198,102,174)

Color info

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

RGB color model

#C666AE color RGB value is (198,102,174).

  • red value is 198;
  • green value is 102;
  • blue value is 174.
RGB:
(198,102,174)
(78%,40%,68%)

RGB channels and saturation

R 198 of 255 = 78%
G 102 of 255 = 40%
B 174 of 255 = 68%

198
102
174

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

Portions of RGB colors in percentages

R + G + B =
198 + 102 + 174 = 474 (100%)
R 198 of 474 ~ 41.77%
G 102 of 474 ~ 21.52%
B 174 of 474 ~ 36.71%

%41.77
%21.52
%36.71

CMYK color model

#C666AE color CMYK value is (0,48,12,22).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 12.12%
  • key color value is 22.35%
CMYK:
(0,48,12,22)
C0M48Y12K22 
(0%,48%,12%,22%)
(0.00/0.48/0.12/0.22)	

CMYK percentages

%0
%48.48
%12.12
%22.35

Codes

Color #C666AE in popluar color models

C666AE
RGB198102174
HSL315°45.71%58.82%
HSB/HSV315°48.48%77.65%
CMYK0.00%48.48%12.12%
22.35%

Color #C666AE in popluar number systems.

HEXC666AE
Decimal198102174
Binary11000110110011010101110
Octal306146256

Shades and tints

Shades of #C666AE

#C666AE
(198,102,174)
#B45D9F
(180,93,159)
#A25490
(162,84,144)
#904B81
(144,75,129)
#7E4272
(126,66,114)
#6C3963
(108,57,99)
#5A3054
(90,48,84)
#482745
(72,39,69)
#361E36
(54,30,54)
#241527
(36,21,39)
#120C18
(18,12,24)
#000000
(0,0,0)

Tints of #C666AE

#C666AE
(198,102,174)
#CB73B5
(203,115,181)
#D080BC
(208,128,188)
#D58DC3
(213,141,195)
#DA9ACA
(218,154,202)
#DFA7D1
(223,167,209)
#E4B4D8
(228,180,216)
#E9C1DF
(233,193,223)
#EECEE6
(238,206,230)
#F3DBED
(243,219,237)
#F8E8F4
(248,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C666AE color. Also use rgb(198,102,174) instead hex code.

Text Font Color

.myTextColor { color: #C666AE; }

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

This text font color is #C666AE.


Background Color

.myBgColor { background-color: #C666AE; }

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

This div background color is #C666AE.


Border color

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

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

This div border color is #C666AE.


Opacity

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

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

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

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

This text has shadow with #C666AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C666AE on black background.


Color preview on white background

This text has color #C666AE on white background.



Black color preview on #C666AE background

This text has black color on #C666AE background.


White color preview on #C666AE background

This text has white color on #C666AE background.