COLOR #C9968C

HEX: #C9968C
RGB: (201,150,140)

Color info

#C9968C contains mainly red and green colors. Web safe color of #C9968C is #CC9999 (or #C99).

RGB color model

#C9968C color RGB value is (201,150,140).

  • red value is 201;
  • green value is 150;
  • blue value is 140.
RGB:
(201,150,140)
(79%,59%,55%)

RGB channels and saturation

R 201 of 255 = 79%
G 150 of 255 = 59%
B 140 of 255 = 55%

201
150
140

R + G + B ~ 64%. #C9968C is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 150 + 140 = 491 (100%)
R 201 of 491 ~ 40.94%
G 150 of 491 ~ 30.55%
B 140 of 491 ~ 28.51%

%40.94
%30.55
%28.51

CMYK color model

#C9968C color CMYK value is (0,25,30,21).

  • cyan value is 0.00%
  • magenta value is 25.37%
  • yellow value is 30.35%
  • key color value is 21.18%
CMYK:
(0,25,30,21)
C0M25Y30K21 
(0%,25%,30%,21%)
(0.00/0.25/0.30/0.21)	

CMYK percentages

%0
%25.37
%30.35
%21.18

Codes

Color #C9968C in popluar color models

C9968C
RGB201150140
HSL10°36.09%66.86%
HSB/HSV10°30.35%78.82%
CMYK0.00%25.37%30.35%
21.18%

Color #C9968C in popluar number systems.

HEXC9968C
Decimal201150140
Binary110010011001011010001100
Octal311226214

Shades and tints

Shades of #C9968C

#C9968C
(201,150,140)
#B78980
(183,137,128)
#A57C74
(165,124,116)
#936F68
(147,111,104)
#81625C
(129,98,92)
#6F5550
(111,85,80)
#5D4844
(93,72,68)
#4B3B38
(75,59,56)
#392E2C
(57,46,44)
#272120
(39,33,32)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #C9968C

#C9968C
(201,150,140)
#CD9F96
(205,159,150)
#D1A8A0
(209,168,160)
#D5B1AA
(213,177,170)
#D9BAB4
(217,186,180)
#DDC3BE
(221,195,190)
#E1CCC8
(225,204,200)
#E5D5D2
(229,213,210)
#E9DEDC
(233,222,220)
#EDE7E6
(237,231,230)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9968C color. Also use rgb(201,150,140) instead hex code.

Text Font Color

.myTextColor { color: #C9968C; }

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

This text font color is #C9968C.


Background Color

.myBgColor { background-color: #C9968C; }

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

This div background color is #C9968C.


Border color

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

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

This div border color is #C9968C.


Opacity

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

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

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

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

This text has shadow with #C9968C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9968C on black background.


Color preview on white background

This text has color #C9968C on white background.



Black color preview on #C9968C background

This text has black color on #C9968C background.


White color preview on #C9968C background

This text has white color on #C9968C background.