COLOR #C66B69

HEX: #C66B69
RGB: (198,107,105)

Color info

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

RGB color model

#C66B69 color RGB value is (198,107,105).

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

RGB channels and saturation

R 198 of 255 = 78%
G 107 of 255 = 42%
B 105 of 255 = 41%

198
107
105

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

Portions of RGB colors in percentages

R + G + B =
198 + 107 + 105 = 410 (100%)
R 198 of 410 ~ 48.29%
G 107 of 410 ~ 26.1%
B 105 of 410 ~ 25.61%

%48.29
%26.1
%25.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.96%
  • yellow value is 46.97%
  • key color value is 22.35%
CMYK:
(0,46,47,22)
C0M46Y47K22 
(0%,46%,47%,22%)
(0.00/0.46/0.47/0.22)	

CMYK percentages

%0
%45.96
%46.97
%22.35

Codes

Color #C66B69 in popluar color models

C66B69
RGB198107105
HSL44.93%59.41%
HSB/HSV46.97%77.65%
CMYK0.00%45.96%46.97%
22.35%

Color #C66B69 in popluar number systems.

HEXC66B69
Decimal198107105
Binary1100011011010111101001
Octal306153151

Shades and tints

Shades of #C66B69

#C66B69
(198,107,105)
#B46260
(180,98,96)
#A25957
(162,89,87)
#90504E
(144,80,78)
#7E4745
(126,71,69)
#6C3E3C
(108,62,60)
#5A3533
(90,53,51)
#482C2A
(72,44,42)
#362321
(54,35,33)
#241A18
(36,26,24)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #C66B69

#C66B69
(198,107,105)
#CB7876
(203,120,118)
#D08583
(208,133,131)
#D59290
(213,146,144)
#DA9F9D
(218,159,157)
#DFACAA
(223,172,170)
#E4B9B7
(228,185,183)
#E9C6C4
(233,198,196)
#EED3D1
(238,211,209)
#F3E0DE
(243,224,222)
#F8EDEB
(248,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C66B69; }

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

This text font color is #C66B69.


Background Color

.myBgColor { background-color: #C66B69; }

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

This div background color is #C66B69.


Border color

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

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

This div border color is #C66B69.


Opacity

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

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

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

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

This text has shadow with #C66B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66B69 on black background.


Color preview on white background

This text has color #C66B69 on white background.



Black color preview on #C66B69 background

This text has black color on #C66B69 background.


White color preview on #C66B69 background

This text has white color on #C66B69 background.