COLOR #C76765

HEX: #C76765 RGB: (199,103,101)

Color info

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

RGB color model

#C76765 color RGB value is (199,103,101).

RGB: (199,103,101) (78%, 40%, 40%)

RGB channels and saturation

R 199 of 255 = 78%
G 103 of 255 = 40%
B 101 of 255 = 40%

199
103
101

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

Portions of RGB colors in percentages

R + G + B = 199 + 103 + 101 = 403 (100%)
R 199 of 403 ~ 49.38%
G 103 of 403 ~ 25.56%
B 101 of 403 ~ 25.06'%

%49.38
%25.56
%25.06

CMYK color model

#C76765 color CMYK value is (0,48,49,22).

  • cyan value is 0.00%
  • magenta value is 48.24%
  • yellow value is 49.25%
  • key color value is 21.96%

CMYK: (0,48,49,22)
C0M48Y49K22 (0%, 48%, 49%, 22%)
(0.00 / 0.48 / 0.49 / 0.22)

CMYK percentages

%0
%48.24
%49.25
%21.96

Codes

Color #C76765 in popluar color models

C7 67 65
RGB 199 103 101
HSL 46.67% 58.82%
HSB/HSV 49.25% 78.04%
CMYK 0.00% 48.24% 49.25%
21.96%

Color #C76765 in popluar number systems.

HEX C7 67 65
Decimal 199 103 101
Binary 11000111 1100111 1100101
Octal 307 147 145

Shades and tints

Shades of #C76765

#C76765
(199,103,101)
#B55E5C
(181,94,92)
#A35553
(163,85,83)
#914C4A
(145,76,74)
#7F4341
(127,67,65)
#6D3A38
(109,58,56)
#5B312F
(91,49,47)
#492826
(73,40,38)
#371F1D
(55,31,29)
#251614
(37,22,20)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #C76765

#C76765
(199,103,101)
#CC7473
(204,116,115)
#D18181
(209,129,129)
#D68E8F
(214,142,143)
#DB9B9D
(219,155,157)
#E0A8AB
(224,168,171)
#E5B5B9
(229,181,185)
#EAC2C7
(234,194,199)
#EFCFD5
(239,207,213)
#F4DCE3
(244,220,227)
#F9E9F1
(249,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76765 color. Also use rgb(199,103,101) instead hex code.

Text Font Color

.myTextColor { color: #C76765; }

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

This text font color is #C76765.

Background Color

.myBgColor { background-color: #C76765; }

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

This div background color is #C76765.

Border color

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

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

This div border color is #C76765.

Opacity

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

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

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

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

This text has shadow with #C76765 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C76765.

Preview

Color preview on black background

This text has color #C76765 on black background.


Color preview on white background

This text has color #C76765 on white background.


Black color preview on #C76765 background

This text has black color on #C76765 background.


White color preview on #C76765 background

This text has white color on #C76765 background.


Related colors

Complementary color

Complementary color for #hex is #38989A.


I love getcolorcode.com

Triadic colors

1 #65C767 and #6765C7 with #C76765 are triadic colors.

2 #6567C7 and #67C765 with #C76765 are triadic colors.