COLOR #C27A60

HEX: #C27A60
RGB: (194,122,96)

Color info

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

RGB color model

#C27A60 color RGB value is (194,122,96).

  • red value is 194;
  • green value is 122;
  • blue value is 96.
RGB:
(194,122,96)
(76%,48%,38%)

RGB channels and saturation

R 194 of 255 = 76%
G 122 of 255 = 48%
B 96 of 255 = 38%

194
122
96

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

Portions of RGB colors in percentages

R + G + B =
194 + 122 + 96 = 412 (100%)
R 194 of 412 ~ 47.09%
G 122 of 412 ~ 29.61%
B 96 of 412 ~ 23.3%

%47.09
%29.61
%23.3

CMYK color model

#C27A60 color CMYK value is (0,37,51,24).

  • cyan value is 0.00%
  • magenta value is 37.11%
  • yellow value is 50.52%
  • key color value is 23.92%
CMYK:
(0,37,51,24)
C0M37Y51K24 
(0%,37%,51%,24%)
(0.00/0.37/0.51/0.24)	

CMYK percentages

%0
%37.11
%50.52
%23.92

Codes

Color #C27A60 in popluar color models

C27A60
RGB19412296
HSL16°44.55%56.86%
HSB/HSV16°50.52%76.08%
CMYK0.00%37.11%50.52%
23.92%

Color #C27A60 in popluar number systems.

HEXC27A60
Decimal19412296
Binary1100001011110101100000
Octal302172140

Shades and tints

Shades of #C27A60

#C27A60
(194,122,96)
#B16F58
(177,111,88)
#A06450
(160,100,80)
#8F5948
(143,89,72)
#7E4E40
(126,78,64)
#6D4338
(109,67,56)
#5C3830
(92,56,48)
#4B2D28
(75,45,40)
#3A2220
(58,34,32)
#291718
(41,23,24)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #C27A60

#C27A60
(194,122,96)
#C7866E
(199,134,110)
#CC927C
(204,146,124)
#D19E8A
(209,158,138)
#D6AA98
(214,170,152)
#DBB6A6
(219,182,166)
#E0C2B4
(224,194,180)
#E5CEC2
(229,206,194)
#EADAD0
(234,218,208)
#EFE6DE
(239,230,222)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C27A60 color. Also use rgb(194,122,96) instead hex code.

Text Font Color

.myTextColor { color: #C27A60; }

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

This text font color is #C27A60.


Background Color

.myBgColor { background-color: #C27A60; }

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

This div background color is #C27A60.


Border color

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

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

This div border color is #C27A60.


Opacity

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

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

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

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

This text has shadow with #C27A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27A60 on black background.


Color preview on white background

This text has color #C27A60 on white background.



Black color preview on #C27A60 background

This text has black color on #C27A60 background.


White color preview on #C27A60 background

This text has white color on #C27A60 background.