COLOR #C0968C

HEX: #C0968C
RGB: (192,150,140)

Color info

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

RGB color model

#C0968C color RGB value is (192,150,140).

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

RGB channels and saturation

R 192 of 255 = 75%
G 150 of 255 = 59%
B 140 of 255 = 55%

192
150
140

R + G + B ~ 63%. #C0968C is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 150 + 140 = 482 (100%)
R 192 of 482 ~ 39.83%
G 150 of 482 ~ 31.12%
B 140 of 482 ~ 29.05%

%39.83
%31.12
%29.05

CMYK color model

#C0968C color CMYK value is (0,22,27,25).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 27.08%
  • key color value is 24.71%
CMYK:
(0,22,27,25)
C0M22Y27K25 
(0%,22%,27%,25%)
(0.00/0.22/0.27/0.25)	

CMYK percentages

%0
%21.88
%27.08
%24.71

Codes

Color #C0968C in popluar color models

C0968C
RGB192150140
HSL12°29.21%65.10%
HSB/HSV12°27.08%75.29%
CMYK0.00%21.88%27.08%
24.71%

Color #C0968C in popluar number systems.

HEXC0968C
Decimal192150140
Binary110000001001011010001100
Octal300226214

Shades and tints

Shades of #C0968C

#C0968C
(192,150,140)
#AF8980
(175,137,128)
#9E7C74
(158,124,116)
#8D6F68
(141,111,104)
#7C625C
(124,98,92)
#6B5550
(107,85,80)
#5A4844
(90,72,68)
#493B38
(73,59,56)
#382E2C
(56,46,44)
#272120
(39,33,32)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #C0968C

#C0968C
(192,150,140)
#C59F96
(197,159,150)
#CAA8A0
(202,168,160)
#CFB1AA
(207,177,170)
#D4BAB4
(212,186,180)
#D9C3BE
(217,195,190)
#DECCC8
(222,204,200)
#E3D5D2
(227,213,210)
#E8DEDC
(232,222,220)
#EDE7E6
(237,231,230)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0968C; }

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

This text font color is #C0968C.


Background Color

.myBgColor { background-color: #C0968C; }

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

This div background color is #C0968C.


Border color

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

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

This div border color is #C0968C.


Opacity

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

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

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

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

This text has shadow with #C0968C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0968C on black background.


Color preview on white background

This text has color #C0968C on white background.



Black color preview on #C0968C background

This text has black color on #C0968C background.


White color preview on #C0968C background

This text has white color on #C0968C background.