COLOR #C69996

HEX: #C69996
RGB: (198,153,150)

Color info

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

RGB color model

#C69996 color RGB value is (198,153,150).

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

RGB channels and saturation

R 198 of 255 = 78%
G 153 of 255 = 60%
B 150 of 255 = 59%

198
153
150

R + G + B ~ 66%. #C69996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 153 + 150 = 501 (100%)
R 198 of 501 ~ 39.52%
G 153 of 501 ~ 30.54%
B 150 of 501 ~ 29.94%

%39.52
%30.54
%29.94

CMYK color model

#C69996 color CMYK value is (0,23,24,22).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 24.24%
  • key color value is 22.35%
CMYK:
(0,23,24,22)
C0M23Y24K22 
(0%,23%,24%,22%)
(0.00/0.23/0.24/0.22)	

CMYK percentages

%0
%22.73
%24.24
%22.35

Codes

Color #C69996 in popluar color models

C69996
RGB198153150
HSL29.63%68.24%
HSB/HSV24.24%77.65%
CMYK0.00%22.73%24.24%
22.35%

Color #C69996 in popluar number systems.

HEXC69996
Decimal198153150
Binary110001101001100110010110
Octal306231226

Shades and tints

Shades of #C69996

#C69996
(198,153,150)
#B48C89
(180,140,137)
#A27F7C
(162,127,124)
#90726F
(144,114,111)
#7E6562
(126,101,98)
#6C5855
(108,88,85)
#5A4B48
(90,75,72)
#483E3B
(72,62,59)
#36312E
(54,49,46)
#242421
(36,36,33)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #C69996

#C69996
(198,153,150)
#CBA29F
(203,162,159)
#D0ABA8
(208,171,168)
#D5B4B1
(213,180,177)
#DABDBA
(218,189,186)
#DFC6C3
(223,198,195)
#E4CFCC
(228,207,204)
#E9D8D5
(233,216,213)
#EEE1DE
(238,225,222)
#F3EAE7
(243,234,231)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69996; }

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

This text font color is #C69996.


Background Color

.myBgColor { background-color: #C69996; }

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

This div background color is #C69996.


Border color

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

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

This div border color is #C69996.


Opacity

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

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

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

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

This text has shadow with #C69996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69996 on black background.


Color preview on white background

This text has color #C69996 on white background.



Black color preview on #C69996 background

This text has black color on #C69996 background.


White color preview on #C69996 background

This text has white color on #C69996 background.