COLOR #C5695C

HEX: #C5695C RGB: (197,105,92)

Color info

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

RGB color model

#C5695C color RGB value is (197,105,92).

RGB: (197,105,92) (77%, 41%, 36%)

RGB channels and saturation

R 197 of 255 = 77%
G 105 of 255 = 41%
B 92 of 255 = 36%

197
105
92

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

Portions of RGB colors in percentages

R + G + B = 197 + 105 + 92 = 394 (100%)
R 197 of 394 ~ 50%
G 105 of 394 ~ 26.65%
B 92 of 394 ~ 23.35'%

%50
%26.65
%23.35

CMYK color model

#C5695C color CMYK value is (0,47,53,23).

  • cyan value is 0.00%
  • magenta value is 46.70%
  • yellow value is 53.30%
  • key color value is 22.75%

CMYK: (0,47,53,23)
C0M47Y53K23 (0%, 47%, 53%, 23%)
(0.00 / 0.47 / 0.53 / 0.23)

CMYK percentages

%0
%46.7
%53.3
%22.75

Codes

Color #C5695C in popluar color models

C5 69 5C
RGB 197 105 92
HSL 47.51% 56.67%
HSB/HSV 53.30% 77.25%
CMYK 0.00% 46.70% 53.30%
22.75%

Color #C5695C in popluar number systems.

HEX C5 69 5C
Decimal 197 105 92
Binary 11000101 1101001 1011100
Octal 305 151 134

Shades and tints

Shades of #C5695C

#C5695C
(197,105,92)
#B46054
(180,96,84)
#A3574C
(163,87,76)
#924E44
(146,78,68)
#81453C
(129,69,60)
#703C34
(112,60,52)
#5F332C
(95,51,44)
#4E2A24
(78,42,36)
#3D211C
(61,33,28)
#2C1814
(44,24,20)
#1B0F0C
(27,15,12)
#000000
(0,0,0)

Tints of #C5695C

#C5695C
(197,105,92)
#CA766A
(202,118,106)
#CF8378
(207,131,120)
#D49086
(212,144,134)
#D99D94
(217,157,148)
#DEAAA2
(222,170,162)
#E3B7B0
(227,183,176)
#E8C4BE
(232,196,190)
#EDD1CC
(237,209,204)
#F2DEDA
(242,222,218)
#F7EBE8
(247,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5695C color. Also use rgb(197,105,92) instead hex code.

Text Font Color

.myTextColor { color: #C5695C; }

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

This text font color is #C5695C.

Background Color

.myBgColor { background-color: #C5695C; }

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

This div background color is #C5695C.

Border color

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

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

This div border color is #C5695C.

Opacity

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

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

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

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

This text has shadow with #C5695C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5695C.

Preview

Color preview on black background

This text has color #C5695C on black background.


Color preview on white background

This text has color #C5695C on white background.


Black color preview on #C5695C background

This text has black color on #C5695C background.


White color preview on #C5695C background

This text has white color on #C5695C background.


Related colors

Complementary color

Complementary color for #hex is #3A96A3.


I love getcolorcode.com

Triadic colors

1 #5CC569 and #695CC5 with #C5695C are triadic colors.

2 #5C69C5 and #69C55C with #C5695C are triadic colors.