COLOR #C36279

HEX: #C36279 RGB: (195,98,121)

Color info

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

RGB color model

#C36279 color RGB value is (195,98,121).

RGB: (195,98,121) (76%, 38%, 47%)

RGB channels and saturation

R 195 of 255 = 76%
G 98 of 255 = 38%
B 121 of 255 = 47%

195
98
121

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

Portions of RGB colors in percentages

R + G + B = 195 + 98 + 121 = 414 (100%)
R 195 of 414 ~ 47.1%
G 98 of 414 ~ 23.67%
B 121 of 414 ~ 29.23'%

%47.1
%23.67
%29.23

CMYK color model

#C36279 color CMYK value is (0,50,38,24).

  • cyan value is 0.00%
  • magenta value is 49.74%
  • yellow value is 37.95%
  • key color value is 23.53%

CMYK: (0,50,38,24)
C0M50Y38K24 (0%, 50%, 38%, 24%)
(0.00 / 0.50 / 0.38 / 0.24)

CMYK percentages

%0
%49.74
%37.95
%23.53

Codes

Color #C36279 in popluar color models

C3 62 79
RGB 195 98 121
HSL 346° 44.70% 57.45%
HSB/HSV 346° 49.74% 76.47%
CMYK 0.00% 49.74% 37.95%
23.53%

Color #C36279 in popluar number systems.

HEX C3 62 79
Decimal 195 98 121
Binary 11000011 1100010 1111001
Octal 303 142 171

Shades and tints

Shades of #C36279

#C36279
(195,98,121)
#B25A6E
(178,90,110)
#A15263
(161,82,99)
#904A58
(144,74,88)
#7F424D
(127,66,77)
#6E3A42
(110,58,66)
#5D3237
(93,50,55)
#4C2A2C
(76,42,44)
#3B2221
(59,34,33)
#2A1A16
(42,26,22)
#19120B
(25,18,11)
#000000
(0,0,0)

Tints of #C36279

#C36279
(195,98,121)
#C87085
(200,112,133)
#CD7E91
(205,126,145)
#D28C9D
(210,140,157)
#D79AA9
(215,154,169)
#DCA8B5
(220,168,181)
#E1B6C1
(225,182,193)
#E6C4CD
(230,196,205)
#EBD2D9
(235,210,217)
#F0E0E5
(240,224,229)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36279 color. Also use rgb(195,98,121) instead hex code.

Text Font Color

.myTextColor { color: #C36279; }

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

This text font color is #C36279.

Background Color

.myBgColor { background-color: #C36279; }

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

This div background color is #C36279.

Border color

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

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

This div border color is #C36279.

Opacity

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

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

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

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

This text has shadow with #C36279 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C36279.

Preview

Color preview on black background

This text has color #C36279 on black background.


Color preview on white background

This text has color #C36279 on white background.


Black color preview on #C36279 background

This text has black color on #C36279 background.


White color preview on #C36279 background

This text has white color on #C36279 background.


Related colors

Complementary color

Complementary color for #hex is #3C9D86.


I love getcolorcode.com

Triadic colors

1 #79C362 and #6279C3 with #C36279 are triadic colors.

2 #7962C3 and #62C379 with #C36279 are triadic colors.