COLOR #C654AA

HEX: #C654AA
RGB: (198,84,170)

Color info

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

RGB color model

#C654AA color RGB value is (198,84,170).

  • red value is 198;
  • green value is 84;
  • blue value is 170.
RGB:
(198,84,170)
(78%,33%,67%)

RGB channels and saturation

R 198 of 255 = 78%
G 84 of 255 = 33%
B 170 of 255 = 67%

198
84
170

R + G + B ~ 59%. #C654AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
198 + 84 + 170 = 452 (100%)
R 198 of 452 ~ 43.81%
G 84 of 452 ~ 18.58%
B 170 of 452 ~ 37.61%

%43.81
%18.58
%37.61

CMYK color model

#C654AA color CMYK value is (0,58,14,22).

  • cyan value is 0.00%
  • magenta value is 57.58%
  • yellow value is 14.14%
  • key color value is 22.35%
CMYK:
(0,58,14,22)
C0M58Y14K22 
(0%,58%,14%,22%)
(0.00/0.58/0.14/0.22)	

CMYK percentages

%0
%57.58
%14.14
%22.35

Codes

Color #C654AA in popluar color models

C654AA
RGB19884170
HSL315°50.00%55.29%
HSB/HSV315°57.58%77.65%
CMYK0.00%57.58%14.14%
22.35%

Color #C654AA in popluar number systems.

HEXC654AA
Decimal19884170
Binary11000110101010010101010
Octal306124252

Shades and tints

Shades of #C654AA

#C654AA
(198,84,170)
#B44D9B
(180,77,155)
#A2468C
(162,70,140)
#903F7D
(144,63,125)
#7E386E
(126,56,110)
#6C315F
(108,49,95)
#5A2A50
(90,42,80)
#482341
(72,35,65)
#361C32
(54,28,50)
#241523
(36,21,35)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #C654AA

#C654AA
(198,84,170)
#CB63B1
(203,99,177)
#D072B8
(208,114,184)
#D581BF
(213,129,191)
#DA90C6
(218,144,198)
#DF9FCD
(223,159,205)
#E4AED4
(228,174,212)
#E9BDDB
(233,189,219)
#EECCE2
(238,204,226)
#F3DBE9
(243,219,233)
#F8EAF0
(248,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C654AA; }

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

This text font color is #C654AA.


Background Color

.myBgColor { background-color: #C654AA; }

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

This div background color is #C654AA.


Border color

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

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

This div border color is #C654AA.


Opacity

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

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

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

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

This text has shadow with #C654AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C654AA on black background.


Color preview on white background

This text has color #C654AA on white background.



Black color preview on #C654AA background

This text has black color on #C654AA background.


White color preview on #C654AA background

This text has white color on #C654AA background.