COLOR #C69692

HEX: #C69692
RGB: (198,150,146)

Color info

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

RGB color model

#C69692 color RGB value is (198,150,146).

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

RGB channels and saturation

R 198 of 255 = 78%
G 150 of 255 = 59%
B 146 of 255 = 57%

198
150
146

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

Portions of RGB colors in percentages

R + G + B =
198 + 150 + 146 = 494 (100%)
R 198 of 494 ~ 40.08%
G 150 of 494 ~ 30.36%
B 146 of 494 ~ 29.55%

%40.08
%30.36
%29.55

CMYK color model

#C69692 color CMYK value is (0,24,26,22).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 26.26%
  • key color value is 22.35%
CMYK:
(0,24,26,22)
C0M24Y26K22 
(0%,24%,26%,22%)
(0.00/0.24/0.26/0.22)	

CMYK percentages

%0
%24.24
%26.26
%22.35

Codes

Color #C69692 in popluar color models

C69692
RGB198150146
HSL31.33%67.45%
HSB/HSV26.26%77.65%
CMYK0.00%24.24%26.26%
22.35%

Color #C69692 in popluar number systems.

HEXC69692
Decimal198150146
Binary110001101001011010010010
Octal306226222

Shades and tints

Shades of #C69692

#C69692
(198,150,146)
#B48985
(180,137,133)
#A27C78
(162,124,120)
#906F6B
(144,111,107)
#7E625E
(126,98,94)
#6C5551
(108,85,81)
#5A4844
(90,72,68)
#483B37
(72,59,55)
#362E2A
(54,46,42)
#24211D
(36,33,29)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #C69692

#C69692
(198,150,146)
#CB9F9B
(203,159,155)
#D0A8A4
(208,168,164)
#D5B1AD
(213,177,173)
#DABAB6
(218,186,182)
#DFC3BF
(223,195,191)
#E4CCC8
(228,204,200)
#E9D5D1
(233,213,209)
#EEDEDA
(238,222,218)
#F3E7E3
(243,231,227)
#F8F0EC
(248,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69692 color. Also use rgb(198,150,146) instead hex code.

Text Font Color

.myTextColor { color: #C69692; }

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

This text font color is #C69692.


Background Color

.myBgColor { background-color: #C69692; }

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

This div background color is #C69692.


Border color

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

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

This div border color is #C69692.


Opacity

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

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

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

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

This text has shadow with #C69692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69692 on black background.


Color preview on white background

This text has color #C69692 on white background.



Black color preview on #C69692 background

This text has black color on #C69692 background.


White color preview on #C69692 background

This text has white color on #C69692 background.