COLOR #C66A6D

HEX: #C66A6D
RGB: (198,106,109)

Color info

#C66A6D contains mainly red color. Web safe color of #C66A6D is #CC6666 (or #C66).

RGB color model

#C66A6D color RGB value is (198,106,109).

  • red value is 198;
  • green value is 106;
  • blue value is 109.
RGB:
(198,106,109)
(78%,42%,43%)

RGB channels and saturation

R 198 of 255 = 78%
G 106 of 255 = 42%
B 109 of 255 = 43%

198
106
109

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

Portions of RGB colors in percentages

R + G + B =
198 + 106 + 109 = 413 (100%)
R 198 of 413 ~ 47.94%
G 106 of 413 ~ 25.67%
B 109 of 413 ~ 26.39%

%47.94
%25.67
%26.39

CMYK color model

#C66A6D color CMYK value is (0,46,45,22).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 44.95%
  • key color value is 22.35%
CMYK:
(0,46,45,22)
C0M46Y45K22 
(0%,46%,45%,22%)
(0.00/0.46/0.45/0.22)	

CMYK percentages

%0
%46.46
%44.95
%22.35

Codes

Color #C66A6D in popluar color models

C66A6D
RGB198106109
HSL358°44.66%59.61%
HSB/HSV358°46.46%77.65%
CMYK0.00%46.46%44.95%
22.35%

Color #C66A6D in popluar number systems.

HEXC66A6D
Decimal198106109
Binary1100011011010101101101
Octal306152155

Shades and tints

Shades of #C66A6D

#C66A6D
(198,106,109)
#B46164
(180,97,100)
#A2585B
(162,88,91)
#904F52
(144,79,82)
#7E4649
(126,70,73)
#6C3D40
(108,61,64)
#5A3437
(90,52,55)
#482B2E
(72,43,46)
#362225
(54,34,37)
#24191C
(36,25,28)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #C66A6D

#C66A6D
(198,106,109)
#CB777A
(203,119,122)
#D08487
(208,132,135)
#D59194
(213,145,148)
#DA9EA1
(218,158,161)
#DFABAE
(223,171,174)
#E4B8BB
(228,184,187)
#E9C5C8
(233,197,200)
#EED2D5
(238,210,213)
#F3DFE2
(243,223,226)
#F8ECEF
(248,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66A6D color. Also use rgb(198,106,109) instead hex code.

Text Font Color

.myTextColor { color: #C66A6D; }

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

This text font color is #C66A6D.


Background Color

.myBgColor { background-color: #C66A6D; }

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

This div background color is #C66A6D.


Border color

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

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

This div border color is #C66A6D.


Opacity

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

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

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

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

This text has shadow with #C66A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66A6D on black background.


Color preview on white background

This text has color #C66A6D on white background.



Black color preview on #C66A6D background

This text has black color on #C66A6D background.


White color preview on #C66A6D background

This text has white color on #C66A6D background.