COLOR #C69197

HEX: #C69197
RGB: (198,145,151)

Color info

#C69197 contains red, green and blue colors in about the same proportion. Web safe color of #C69197 is #CC9999 (or #C99).

RGB color model

#C69197 color RGB value is (198,145,151).

  • red value is 198;
  • green value is 145;
  • blue value is 151.
RGB:
(198,145,151)
(78%,57%,59%)

RGB channels and saturation

R 198 of 255 = 78%
G 145 of 255 = 57%
B 151 of 255 = 59%

198
145
151

R + G + B ~ 65%. #C69197 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 145 + 151 = 494 (100%)
R 198 of 494 ~ 40.08%
G 145 of 494 ~ 29.35%
B 151 of 494 ~ 30.57%

%40.08
%29.35
%30.57

CMYK color model

#C69197 color CMYK value is (0,27,24,22).

  • cyan value is 0.00%
  • magenta value is 26.77%
  • yellow value is 23.74%
  • key color value is 22.35%
CMYK:
(0,27,24,22)
C0M27Y24K22 
(0%,27%,24%,22%)
(0.00/0.27/0.24/0.22)	

CMYK percentages

%0
%26.77
%23.74
%22.35

Codes

Color #C69197 in popluar color models

C69197
RGB198145151
HSL353°31.74%67.25%
HSB/HSV353°26.77%77.65%
CMYK0.00%26.77%23.74%
22.35%

Color #C69197 in popluar number systems.

HEXC69197
Decimal198145151
Binary110001101001000110010111
Octal306221227

Shades and tints

Shades of #C69197

#C69197
(198,145,151)
#B4848A
(180,132,138)
#A2777D
(162,119,125)
#906A70
(144,106,112)
#7E5D63
(126,93,99)
#6C5056
(108,80,86)
#5A4349
(90,67,73)
#48363C
(72,54,60)
#36292F
(54,41,47)
#241C22
(36,28,34)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #C69197

#C69197
(198,145,151)
#CB9BA0
(203,155,160)
#D0A5A9
(208,165,169)
#D5AFB2
(213,175,178)
#DAB9BB
(218,185,187)
#DFC3C4
(223,195,196)
#E4CDCD
(228,205,205)
#E9D7D6
(233,215,214)
#EEE1DF
(238,225,223)
#F3EBE8
(243,235,232)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69197 color. Also use rgb(198,145,151) instead hex code.

Text Font Color

.myTextColor { color: #C69197; }

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

This text font color is #C69197.


Background Color

.myBgColor { background-color: #C69197; }

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

This div background color is #C69197.


Border color

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

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

This div border color is #C69197.


Opacity

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

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

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

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

This text has shadow with #C69197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69197 on black background.


Color preview on white background

This text has color #C69197 on white background.



Black color preview on #C69197 background

This text has black color on #C69197 background.


White color preview on #C69197 background

This text has white color on #C69197 background.