COLOR #C6696D

HEX: #C6696D RGB: (198,105,109)

Color info

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

RGB color model

#C6696D color RGB value is (198,105,109).

RGB: (198,105,109) (78%, 41%, 43%)

RGB channels and saturation

R 198 of 255 = 78%
G 105 of 255 = 41%
B 109 of 255 = 43%

198
105
109

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

Portions of RGB colors in percentages

R + G + B = 198 + 105 + 109 = 412 (100%)
R 198 of 412 ~ 48.06%
G 105 of 412 ~ 25.49%
B 109 of 412 ~ 26.46'%

%48.06
%25.49
%26.46

CMYK color model

#C6696D color CMYK value is (0,47,45,22).

  • cyan value is 0.00%
  • magenta value is 46.97%
  • yellow value is 44.95%
  • key color value is 22.35%

CMYK: (0,47,45,22)
C0M47Y45K22 (0%, 47%, 45%, 22%)
(0.00 / 0.47 / 0.45 / 0.22)

CMYK percentages

%0
%46.97
%44.95
%22.35

Codes

Color #C6696D in popluar color models

C6 69 6D
RGB 198 105 109
HSL 357° 44.93% 59.41%
HSB/HSV 357° 46.97% 77.65%
CMYK 0.00% 46.97% 44.95%
22.35%

Color #C6696D in popluar number systems.

HEX C6 69 6D
Decimal 198 105 109
Binary 11000110 1101001 1101101
Octal 306 151 155

Shades and tints

Shades of #C6696D

#C6696D
(198,105,109)
#B46064
(180,96,100)
#A2575B
(162,87,91)
#904E52
(144,78,82)
#7E4549
(126,69,73)
#6C3C40
(108,60,64)
#5A3337
(90,51,55)
#482A2E
(72,42,46)
#362125
(54,33,37)
#24181C
(36,24,28)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #C6696D

#C6696D
(198,105,109)
#CB767A
(203,118,122)
#D08387
(208,131,135)
#D59094
(213,144,148)
#DA9DA1
(218,157,161)
#DFAAAE
(223,170,174)
#E4B7BB
(228,183,187)
#E9C4C8
(233,196,200)
#EED1D5
(238,209,213)
#F3DEE2
(243,222,226)
#F8EBEF
(248,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6696D color. Also use rgb(198,105,109) instead hex code.

Text Font Color

.myTextColor { color: #C6696D; }

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

This text font color is #C6696D.

Background Color

.myBgColor { background-color: #C6696D; }

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

This div background color is #C6696D.

Border color

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

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

This div border color is #C6696D.

Opacity

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

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

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

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

This text has shadow with #C6696D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6696D.

Preview

Color preview on black background

This text has color #C6696D on black background.


Color preview on white background

This text has color #C6696D on white background.


Black color preview on #C6696D background

This text has black color on #C6696D background.


White color preview on #C6696D background

This text has white color on #C6696D background.


Related colors

Complementary color

Complementary color for #hex is #399692.


I love getcolorcode.com

Triadic colors

1 #6DC669 and #696DC6 with #C6696D are triadic colors.

2 #6D69C6 and #69C66D with #C6696D are triadic colors.