COLOR #C66662

HEX: #C66662
RGB: (198,102,98)

Color info

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

RGB color model

#C66662 color RGB value is (198,102,98).

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

RGB channels and saturation

R 198 of 255 = 78%
G 102 of 255 = 40%
B 98 of 255 = 38%

198
102
98

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

Portions of RGB colors in percentages

R + G + B =
198 + 102 + 98 = 398 (100%)
R 198 of 398 ~ 49.75%
G 102 of 398 ~ 25.63%
B 98 of 398 ~ 24.62%

%49.75
%25.63
%24.62

CMYK color model

#C66662 color CMYK value is (0,48,51,22).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 50.51%
  • key color value is 22.35%
CMYK:
(0,48,51,22)
C0M48Y51K22 
(0%,48%,51%,22%)
(0.00/0.48/0.51/0.22)	

CMYK percentages

%0
%48.48
%50.51
%22.35

Codes

Color #C66662 in popluar color models

C66662
RGB19810298
HSL46.73%58.04%
HSB/HSV50.51%77.65%
CMYK0.00%48.48%50.51%
22.35%

Color #C66662 in popluar number systems.

HEXC66662
Decimal19810298
Binary1100011011001101100010
Octal306146142

Shades and tints

Shades of #C66662

#C66662
(198,102,98)
#B45D5A
(180,93,90)
#A25452
(162,84,82)
#904B4A
(144,75,74)
#7E4242
(126,66,66)
#6C393A
(108,57,58)
#5A3032
(90,48,50)
#48272A
(72,39,42)
#361E22
(54,30,34)
#24151A
(36,21,26)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #C66662

#C66662
(198,102,98)
#CB7370
(203,115,112)
#D0807E
(208,128,126)
#D58D8C
(213,141,140)
#DA9A9A
(218,154,154)
#DFA7A8
(223,167,168)
#E4B4B6
(228,180,182)
#E9C1C4
(233,193,196)
#EECED2
(238,206,210)
#F3DBE0
(243,219,224)
#F8E8EE
(248,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C66662; }

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

This text font color is #C66662.


Background Color

.myBgColor { background-color: #C66662; }

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

This div background color is #C66662.


Border color

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

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

This div border color is #C66662.


Opacity

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

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

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

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

This text has shadow with #C66662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66662 on black background.


Color preview on white background

This text has color #C66662 on white background.



Black color preview on #C66662 background

This text has black color on #C66662 background.


White color preview on #C66662 background

This text has white color on #C66662 background.