COLOR #C6655E

HEX: #C6655E
RGB: (198,101,94)

Color info

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

RGB color model

#C6655E color RGB value is (198,101,94).

  • red value is 198;
  • green value is 101;
  • blue value is 94.
RGB:
(198,101,94)
(78%,40%,37%)

RGB channels and saturation

R 198 of 255 = 78%
G 101 of 255 = 40%
B 94 of 255 = 37%

198
101
94

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

Portions of RGB colors in percentages

R + G + B =
198 + 101 + 94 = 393 (100%)
R 198 of 393 ~ 50.38%
G 101 of 393 ~ 25.7%
B 94 of 393 ~ 23.92%

%50.38
%25.7
%23.92

CMYK color model

#C6655E color CMYK value is (0,49,53,22).

  • cyan value is 0.00%
  • magenta value is 48.99%
  • yellow value is 52.53%
  • key color value is 22.35%
CMYK:
(0,49,53,22)
C0M49Y53K22 
(0%,49%,53%,22%)
(0.00/0.49/0.53/0.22)	

CMYK percentages

%0
%48.99
%52.53
%22.35

Codes

Color #C6655E in popluar color models

C6655E
RGB19810194
HSL47.71%57.25%
HSB/HSV52.53%77.65%
CMYK0.00%48.99%52.53%
22.35%

Color #C6655E in popluar number systems.

HEXC6655E
Decimal19810194
Binary1100011011001011011110
Octal306145136

Shades and tints

Shades of #C6655E

#C6655E
(198,101,94)
#B45C56
(180,92,86)
#A2534E
(162,83,78)
#904A46
(144,74,70)
#7E413E
(126,65,62)
#6C3836
(108,56,54)
#5A2F2E
(90,47,46)
#482626
(72,38,38)
#361D1E
(54,29,30)
#241416
(36,20,22)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #C6655E

#C6655E
(198,101,94)
#CB736C
(203,115,108)
#D0817A
(208,129,122)
#D58F88
(213,143,136)
#DA9D96
(218,157,150)
#DFABA4
(223,171,164)
#E4B9B2
(228,185,178)
#E9C7C0
(233,199,192)
#EED5CE
(238,213,206)
#F3E3DC
(243,227,220)
#F8F1EA
(248,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6655E; }

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

This text font color is #C6655E.


Background Color

.myBgColor { background-color: #C6655E; }

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

This div background color is #C6655E.


Border color

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

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

This div border color is #C6655E.


Opacity

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

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

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

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

This text has shadow with #C6655E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6655E on black background.


Color preview on white background

This text has color #C6655E on white background.



Black color preview on #C6655E background

This text has black color on #C6655E background.


White color preview on #C6655E background

This text has white color on #C6655E background.