COLOR #C46564

HEX: #C46564 RGB: (196,101,100)

Color info

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

RGB color model

#C46564 color RGB value is (196,101,100).

RGB: (196,101,100) (77%, 40%, 39%)

RGB channels and saturation

R 196 of 255 = 77%
G 101 of 255 = 40%
B 100 of 255 = 39%

196
101
100

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

Portions of RGB colors in percentages

R + G + B = 196 + 101 + 100 = 397 (100%)
R 196 of 397 ~ 49.37%
G 101 of 397 ~ 25.44%
B 100 of 397 ~ 25.19'%

%49.37
%25.44
%25.19

CMYK color model

#C46564 color CMYK value is (0,48,49,23).

  • cyan value is 0.00%
  • magenta value is 48.47%
  • yellow value is 48.98%
  • key color value is 23.14%

CMYK: (0,48,49,23)
C0M48Y49K23 (0%, 48%, 49%, 23%)
(0.00 / 0.48 / 0.49 / 0.23)

CMYK percentages

%0
%48.47
%48.98
%23.14

Codes

Color #C46564 in popluar color models

C4 65 64
RGB 196 101 100
HSL 44.86% 58.04%
HSB/HSV 48.98% 76.86%
CMYK 0.00% 48.47% 48.98%
23.14%

Color #C46564 in popluar number systems.

HEX C4 65 64
Decimal 196 101 100
Binary 11000100 1100101 1100100
Octal 304 145 144

Shades and tints

Shades of #C46564

#C46564
(196,101,100)
#B35C5B
(179,92,91)
#A25352
(162,83,82)
#914A49
(145,74,73)
#804140
(128,65,64)
#6F3837
(111,56,55)
#5E2F2E
(94,47,46)
#4D2625
(77,38,37)
#3C1D1C
(60,29,28)
#2B1413
(43,20,19)
#1A0B0A
(26,11,10)
#000000
(0,0,0)

Tints of #C46564

#C46564
(196,101,100)
#C97372
(201,115,114)
#CE8180
(206,129,128)
#D38F8E
(211,143,142)
#D89D9C
(216,157,156)
#DDABAA
(221,171,170)
#E2B9B8
(226,185,184)
#E7C7C6
(231,199,198)
#ECD5D4
(236,213,212)
#F1E3E2
(241,227,226)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46564 color. Also use rgb(196,101,100) instead hex code.

Text Font Color

.myTextColor { color: #C46564; }

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

This text font color is #C46564.

Background Color

.myBgColor { background-color: #C46564; }

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

This div background color is #C46564.

Border color

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

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

This div border color is #C46564.

Opacity

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

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

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

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

This text has shadow with #C46564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C46564.

Preview

Color preview on black background

This text has color #C46564 on black background.


Color preview on white background

This text has color #C46564 on white background.


Black color preview on #C46564 background

This text has black color on #C46564 background.


White color preview on #C46564 background

This text has white color on #C46564 background.


Related colors

Complementary color

Complementary color for #hex is #3B9A9B.


I love getcolorcode.com

Triadic colors

1 #64C465 and #6564C4 with #C46564 are triadic colors.

2 #6465C4 and #65C464 with #C46564 are triadic colors.