COLOR #C34C65

HEX: #C34C65 RGB: (195,76,101)

Color info

#C34C65 contains mainly red color. Web safe color of #C34C65 is #CC3366 (or #C36).

RGB color model

#C34C65 color RGB value is (195,76,101).

RGB: (195,76,101) (76%, 30%, 40%)

RGB channels and saturation

R 195 of 255 = 76%
G 76 of 255 = 30%
B 101 of 255 = 40%

195
76
101

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

Portions of RGB colors in percentages

R + G + B = 195 + 76 + 101 = 372 (100%)
R 195 of 372 ~ 52.42%
G 76 of 372 ~ 20.43%
B 101 of 372 ~ 27.15'%

%52.42
%20.43
%27.15

CMYK color model

#C34C65 color CMYK value is (0,61,48,24).

  • cyan value is 0.00%
  • magenta value is 61.03%
  • yellow value is 48.21%
  • key color value is 23.53%

CMYK: (0,61,48,24)
C0M61Y48K24 (0%, 61%, 48%, 24%)
(0.00 / 0.61 / 0.48 / 0.24)

CMYK percentages

%0
%61.03
%48.21
%23.53

Codes

Color #C34C65 in popluar color models

C3 4C 65
RGB 195 76 101
HSL 347° 49.79% 53.14%
HSB/HSV 347° 61.03% 76.47%
CMYK 0.00% 61.03% 48.21%
23.53%

Color #C34C65 in popluar number systems.

HEX C3 4C 65
Decimal 195 76 101
Binary 11000011 1001100 1100101
Octal 303 114 145

Shades and tints

Shades of #C34C65

#C34C65
(195,76,101)
#B2465C
(178,70,92)
#A14053
(161,64,83)
#903A4A
(144,58,74)
#7F3441
(127,52,65)
#6E2E38
(110,46,56)
#5D282F
(93,40,47)
#4C2226
(76,34,38)
#3B1C1D
(59,28,29)
#2A1614
(42,22,20)
#19100B
(25,16,11)
#000000
(0,0,0)

Tints of #C34C65

#C34C65
(195,76,101)
#C85C73
(200,92,115)
#CD6C81
(205,108,129)
#D27C8F
(210,124,143)
#D78C9D
(215,140,157)
#DC9CAB
(220,156,171)
#E1ACB9
(225,172,185)
#E6BCC7
(230,188,199)
#EBCCD5
(235,204,213)
#F0DCE3
(240,220,227)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C34C65 color. Also use rgb(195,76,101) instead hex code.

Text Font Color

.myTextColor { color: #C34C65; }

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

This text font color is #C34C65.

Background Color

.myBgColor { background-color: #C34C65; }

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

This div background color is #C34C65.

Border color

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

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

This div border color is #C34C65.

Opacity

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

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

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

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

This text has shadow with #C34C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C34C65.

Preview

Color preview on black background

This text has color #C34C65 on black background.


Color preview on white background

This text has color #C34C65 on white background.


Black color preview on #C34C65 background

This text has black color on #C34C65 background.


White color preview on #C34C65 background

This text has white color on #C34C65 background.


Related colors

Complementary color

Complementary color for #hex is #3CB39A.


I love getcolorcode.com

Triadic colors

1 #65C34C and #4C65C3 with #C34C65 are triadic colors.

2 #654CC3 and #4CC365 with #C34C65 are triadic colors.