COLOR #C66A6A

HEX: #C66A6A
RGB: (198,106,106)

Color info

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

RGB color model

#C66A6A color RGB value is (198,106,106).

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

RGB channels and saturation

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

198
106
106

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

Portions of RGB colors in percentages

R + G + B =
198 + 106 + 106 = 410 (100%)
R 198 of 410 ~ 48.29%
G 106 of 410 ~ 25.85%
B 106 of 410 ~ 25.85%

%48.29
%25.85
%25.85

CMYK color model

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

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

CMYK percentages

%0
%46.46
%46.46
%22.35

Codes

Color #C66A6A in popluar color models

C66A6A
RGB198106106
HSL44.66%59.61%
HSB/HSV46.46%77.65%
CMYK0.00%46.46%46.46%
22.35%

Color #C66A6A in popluar number systems.

HEXC66A6A
Decimal198106106
Binary1100011011010101101010
Octal306152152

Shades and tints

Shades of #C66A6A

#C66A6A
(198,106,106)
#B46161
(180,97,97)
#A25858
(162,88,88)
#904F4F
(144,79,79)
#7E4646
(126,70,70)
#6C3D3D
(108,61,61)
#5A3434
(90,52,52)
#482B2B
(72,43,43)
#362222
(54,34,34)
#241919
(36,25,25)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #C66A6A

#C66A6A
(198,106,106)
#CB7777
(203,119,119)
#D08484
(208,132,132)
#D59191
(213,145,145)
#DA9E9E
(218,158,158)
#DFABAB
(223,171,171)
#E4B8B8
(228,184,184)
#E9C5C5
(233,197,197)
#EED2D2
(238,210,210)
#F3DFDF
(243,223,223)
#F8ECEC
(248,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C66A6A; }

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

This text font color is #C66A6A.


Background Color

.myBgColor { background-color: #C66A6A; }

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

This div background color is #C66A6A.


Border color

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

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

This div border color is #C66A6A.


Opacity

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

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

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

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

This text has shadow with #C66A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66A6A on black background.


Color preview on white background

This text has color #C66A6A on white background.



Black color preview on #C66A6A background

This text has black color on #C66A6A background.


White color preview on #C66A6A background

This text has white color on #C66A6A background.