COLOR #C6668A

HEX: #C6668A
RGB: (198,102,138)

Color info

#C6668A contains mainly red color. Web safe color of #C6668A is #CC6699 (or #C69).

RGB color model

#C6668A color RGB value is (198,102,138).

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

RGB channels and saturation

R 198 of 255 = 78%
G 102 of 255 = 40%
B 138 of 255 = 54%

198
102
138

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

Portions of RGB colors in percentages

R + G + B =
198 + 102 + 138 = 438 (100%)
R 198 of 438 ~ 45.21%
G 102 of 438 ~ 23.29%
B 138 of 438 ~ 31.51%

%45.21
%23.29
%31.51

CMYK color model

#C6668A color CMYK value is (0,48,30,22).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 30.30%
  • key color value is 22.35%
CMYK:
(0,48,30,22)
C0M48Y30K22 
(0%,48%,30%,22%)
(0.00/0.48/0.30/0.22)	

CMYK percentages

%0
%48.48
%30.3
%22.35

Codes

Color #C6668A in popluar color models

C6668A
RGB198102138
HSL338°45.71%58.82%
HSB/HSV338°48.48%77.65%
CMYK0.00%48.48%30.30%
22.35%

Color #C6668A in popluar number systems.

HEXC6668A
Decimal198102138
Binary11000110110011010001010
Octal306146212

Shades and tints

Shades of #C6668A

#C6668A
(198,102,138)
#B45D7E
(180,93,126)
#A25472
(162,84,114)
#904B66
(144,75,102)
#7E425A
(126,66,90)
#6C394E
(108,57,78)
#5A3042
(90,48,66)
#482736
(72,39,54)
#361E2A
(54,30,42)
#24151E
(36,21,30)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #C6668A

#C6668A
(198,102,138)
#CB7394
(203,115,148)
#D0809E
(208,128,158)
#D58DA8
(213,141,168)
#DA9AB2
(218,154,178)
#DFA7BC
(223,167,188)
#E4B4C6
(228,180,198)
#E9C1D0
(233,193,208)
#EECEDA
(238,206,218)
#F3DBE4
(243,219,228)
#F8E8EE
(248,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6668A; }

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

This text font color is #C6668A.


Background Color

.myBgColor { background-color: #C6668A; }

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

This div background color is #C6668A.


Border color

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

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

This div border color is #C6668A.


Opacity

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

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

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

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

This text has shadow with #C6668A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6668A on black background.


Color preview on white background

This text has color #C6668A on white background.



Black color preview on #C6668A background

This text has black color on #C6668A background.


White color preview on #C6668A background

This text has white color on #C6668A background.