COLOR #C09690

HEX: #C09690
RGB: (192,150,144)

Color info

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

RGB color model

#C09690 color RGB value is (192,150,144).

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

RGB channels and saturation

R 192 of 255 = 75%
G 150 of 255 = 59%
B 144 of 255 = 56%

192
150
144

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

Portions of RGB colors in percentages

R + G + B =
192 + 150 + 144 = 486 (100%)
R 192 of 486 ~ 39.51%
G 150 of 486 ~ 30.86%
B 144 of 486 ~ 29.63%

%39.51
%30.86
%29.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 25.00%
  • key color value is 24.71%
CMYK:
(0,22,25,25)
C0M22Y25K25 
(0%,22%,25%,25%)
(0.00/0.22/0.25/0.25)	

CMYK percentages

%0
%21.88
%25
%24.71

Codes

Color #C09690 in popluar color models

C09690
RGB192150144
HSL27.59%65.88%
HSB/HSV25.00%75.29%
CMYK0.00%21.88%25.00%
24.71%

Color #C09690 in popluar number systems.

HEXC09690
Decimal192150144
Binary110000001001011010010000
Octal300226220

Shades and tints

Shades of #C09690

#C09690
(192,150,144)
#AF8983
(175,137,131)
#9E7C76
(158,124,118)
#8D6F69
(141,111,105)
#7C625C
(124,98,92)
#6B554F
(107,85,79)
#5A4842
(90,72,66)
#493B35
(73,59,53)
#382E28
(56,46,40)
#27211B
(39,33,27)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #C09690

#C09690
(192,150,144)
#C59F9A
(197,159,154)
#CAA8A4
(202,168,164)
#CFB1AE
(207,177,174)
#D4BAB8
(212,186,184)
#D9C3C2
(217,195,194)
#DECCCC
(222,204,204)
#E3D5D6
(227,213,214)
#E8DEE0
(232,222,224)
#EDE7EA
(237,231,234)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09690; }

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

This text font color is #C09690.


Background Color

.myBgColor { background-color: #C09690; }

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

This div background color is #C09690.


Border color

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

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

This div border color is #C09690.


Opacity

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

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

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

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

This text has shadow with #C09690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09690 on black background.


Color preview on white background

This text has color #C09690 on white background.



Black color preview on #C09690 background

This text has black color on #C09690 background.


White color preview on #C09690 background

This text has white color on #C09690 background.