COLOR #C69199

HEX: #C69199
RGB: (198,145,153)

Color info

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

RGB color model

#C69199 color RGB value is (198,145,153).

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

RGB channels and saturation

R 198 of 255 = 78%
G 145 of 255 = 57%
B 153 of 255 = 60%

198
145
153

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

Portions of RGB colors in percentages

R + G + B =
198 + 145 + 153 = 496 (100%)
R 198 of 496 ~ 39.92%
G 145 of 496 ~ 29.23%
B 153 of 496 ~ 30.85%

%39.92
%29.23
%30.85

CMYK color model

#C69199 color CMYK value is (0,27,23,22).

  • cyan value is 0.00%
  • magenta value is 26.77%
  • yellow value is 22.73%
  • key color value is 22.35%
CMYK:
(0,27,23,22)
C0M27Y23K22 
(0%,27%,23%,22%)
(0.00/0.27/0.23/0.22)	

CMYK percentages

%0
%26.77
%22.73
%22.35

Codes

Color #C69199 in popluar color models

C69199
RGB198145153
HSL351°31.74%67.25%
HSB/HSV351°26.77%77.65%
CMYK0.00%26.77%22.73%
22.35%

Color #C69199 in popluar number systems.

HEXC69199
Decimal198145153
Binary110001101001000110011001
Octal306221231

Shades and tints

Shades of #C69199

#C69199
(198,145,153)
#B4848C
(180,132,140)
#A2777F
(162,119,127)
#906A72
(144,106,114)
#7E5D65
(126,93,101)
#6C5058
(108,80,88)
#5A434B
(90,67,75)
#48363E
(72,54,62)
#362931
(54,41,49)
#241C24
(36,28,36)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #C69199

#C69199
(198,145,153)
#CB9BA2
(203,155,162)
#D0A5AB
(208,165,171)
#D5AFB4
(213,175,180)
#DAB9BD
(218,185,189)
#DFC3C6
(223,195,198)
#E4CDCF
(228,205,207)
#E9D7D8
(233,215,216)
#EEE1E1
(238,225,225)
#F3EBEA
(243,235,234)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69199; }

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

This text font color is #C69199.


Background Color

.myBgColor { background-color: #C69199; }

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

This div background color is #C69199.


Border color

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

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

This div border color is #C69199.


Opacity

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

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

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

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

This text has shadow with #C69199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69199 on black background.


Color preview on white background

This text has color #C69199 on white background.



Black color preview on #C69199 background

This text has black color on #C69199 background.


White color preview on #C69199 background

This text has white color on #C69199 background.