COLOR #C66B5D

HEX: #C66B5D
RGB: (198,107,93)

Color info

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

RGB color model

#C66B5D color RGB value is (198,107,93).

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

RGB channels and saturation

R 198 of 255 = 78%
G 107 of 255 = 42%
B 93 of 255 = 36%

198
107
93

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

Portions of RGB colors in percentages

R + G + B =
198 + 107 + 93 = 398 (100%)
R 198 of 398 ~ 49.75%
G 107 of 398 ~ 26.88%
B 93 of 398 ~ 23.37%

%49.75
%26.88
%23.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.96%
  • yellow value is 53.03%
  • key color value is 22.35%
CMYK:
(0,46,53,22)
C0M46Y53K22 
(0%,46%,53%,22%)
(0.00/0.46/0.53/0.22)	

CMYK percentages

%0
%45.96
%53.03
%22.35

Codes

Color #C66B5D in popluar color models

C66B5D
RGB19810793
HSL47.95%57.06%
HSB/HSV53.03%77.65%
CMYK0.00%45.96%53.03%
22.35%

Color #C66B5D in popluar number systems.

HEXC66B5D
Decimal19810793
Binary1100011011010111011101
Octal306153135

Shades and tints

Shades of #C66B5D

#C66B5D
(198,107,93)
#B46255
(180,98,85)
#A2594D
(162,89,77)
#905045
(144,80,69)
#7E473D
(126,71,61)
#6C3E35
(108,62,53)
#5A352D
(90,53,45)
#482C25
(72,44,37)
#36231D
(54,35,29)
#241A15
(36,26,21)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #C66B5D

#C66B5D
(198,107,93)
#CB786B
(203,120,107)
#D08579
(208,133,121)
#D59287
(213,146,135)
#DA9F95
(218,159,149)
#DFACA3
(223,172,163)
#E4B9B1
(228,185,177)
#E9C6BF
(233,198,191)
#EED3CD
(238,211,205)
#F3E0DB
(243,224,219)
#F8EDE9
(248,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C66B5D; }

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

This text font color is #C66B5D.


Background Color

.myBgColor { background-color: #C66B5D; }

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

This div background color is #C66B5D.


Border color

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

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

This div border color is #C66B5D.


Opacity

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

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

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

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

This text has shadow with #C66B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66B5D on black background.


Color preview on white background

This text has color #C66B5D on white background.



Black color preview on #C66B5D background

This text has black color on #C66B5D background.


White color preview on #C66B5D background

This text has white color on #C66B5D background.