COLOR #C36491

HEX: #C36491 RGB: (195,100,145)

Color info

#C36491 contains mainly red and blue colors. Web safe color of #C36491 is #CC6699 (or #C69).

RGB color model

#C36491 color RGB value is (195,100,145).

RGB: (195,100,145) (76%, 39%, 57%)

RGB channels and saturation

R 195 of 255 = 76%
G 100 of 255 = 39%
B 145 of 255 = 57%

195
100
145

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

Portions of RGB colors in percentages

R + G + B = 195 + 100 + 145 = 440 (100%)
R 195 of 440 ~ 44.32%
G 100 of 440 ~ 22.73%
B 145 of 440 ~ 32.95'%

%44.32
%22.73
%32.95

CMYK color model

#C36491 color CMYK value is (0,49,26,24).

  • cyan value is 0.00%
  • magenta value is 48.72%
  • yellow value is 25.64%
  • key color value is 23.53%

CMYK: (0,49,26,24)
C0M49Y26K24 (0%, 49%, 26%, 24%)
(0.00 / 0.49 / 0.26 / 0.24)

CMYK percentages

%0
%48.72
%25.64
%23.53

Codes

Color #C36491 in popluar color models

C3 64 91
RGB 195 100 145
HSL 332° 44.19% 57.84%
HSB/HSV 332° 48.72% 76.47%
CMYK 0.00% 48.72% 25.64%
23.53%

Color #C36491 in popluar number systems.

HEX C3 64 91
Decimal 195 100 145
Binary 11000011 1100100 10010001
Octal 303 144 221

Shades and tints

Shades of #C36491

#C36491
(195,100,145)
#B25B84
(178,91,132)
#A15277
(161,82,119)
#90496A
(144,73,106)
#7F405D
(127,64,93)
#6E3750
(110,55,80)
#5D2E43
(93,46,67)
#4C2536
(76,37,54)
#3B1C29
(59,28,41)
#2A131C
(42,19,28)
#190A0F
(25,10,15)
#000000
(0,0,0)

Tints of #C36491

#C36491
(195,100,145)
#C8729B
(200,114,155)
#CD80A5
(205,128,165)
#D28EAF
(210,142,175)
#D79CB9
(215,156,185)
#DCAAC3
(220,170,195)
#E1B8CD
(225,184,205)
#E6C6D7
(230,198,215)
#EBD4E1
(235,212,225)
#F0E2EB
(240,226,235)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36491 color. Also use rgb(195,100,145) instead hex code.

Text Font Color

.myTextColor { color: #C36491; }

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

This text font color is #C36491.

Background Color

.myBgColor { background-color: #C36491; }

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

This div background color is #C36491.

Border color

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

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

This div border color is #C36491.

Opacity

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

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

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

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

This text has shadow with #C36491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C36491.

Preview

Color preview on black background

This text has color #C36491 on black background.


Color preview on white background

This text has color #C36491 on white background.


Black color preview on #C36491 background

This text has black color on #C36491 background.


White color preview on #C36491 background

This text has white color on #C36491 background.


Related colors

Complementary color

Complementary color for #hex is #3C9B6E.


I love getcolorcode.com

Triadic colors

1 #91C364 and #6491C3 with #C36491 are triadic colors.

2 #9164C3 and #64C391 with #C36491 are triadic colors.