COLOR #C08F9C

HEX: #C08F9C
RGB: (192,143,156)

Color info

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

RGB color model

#C08F9C color RGB value is (192,143,156).

  • red value is 192;
  • green value is 143;
  • blue value is 156.
RGB:
(192,143,156)
(75%,56%,61%)

RGB channels and saturation

R 192 of 255 = 75%
G 143 of 255 = 56%
B 156 of 255 = 61%

192
143
156

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

Portions of RGB colors in percentages

R + G + B =
192 + 143 + 156 = 491 (100%)
R 192 of 491 ~ 39.1%
G 143 of 491 ~ 29.12%
B 156 of 491 ~ 31.77%

%39.1
%29.12
%31.77

CMYK color model

#C08F9C color CMYK value is (0,26,19,25).

  • cyan value is 0.00%
  • magenta value is 25.52%
  • yellow value is 18.75%
  • key color value is 24.71%
CMYK:
(0,26,19,25)
C0M26Y19K25 
(0%,26%,19%,25%)
(0.00/0.26/0.19/0.25)	

CMYK percentages

%0
%25.52
%18.75
%24.71

Codes

Color #C08F9C in popluar color models

C08F9C
RGB192143156
HSL344°28.00%65.69%
HSB/HSV344°25.52%75.29%
CMYK0.00%25.52%18.75%
24.71%

Color #C08F9C in popluar number systems.

HEXC08F9C
Decimal192143156
Binary110000001000111110011100
Octal300217234

Shades and tints

Shades of #C08F9C

#C08F9C
(192,143,156)
#AF828E
(175,130,142)
#9E7580
(158,117,128)
#8D6872
(141,104,114)
#7C5B64
(124,91,100)
#6B4E56
(107,78,86)
#5A4148
(90,65,72)
#49343A
(73,52,58)
#38272C
(56,39,44)
#271A1E
(39,26,30)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #C08F9C

#C08F9C
(192,143,156)
#C599A5
(197,153,165)
#CAA3AE
(202,163,174)
#CFADB7
(207,173,183)
#D4B7C0
(212,183,192)
#D9C1C9
(217,193,201)
#DECBD2
(222,203,210)
#E3D5DB
(227,213,219)
#E8DFE4
(232,223,228)
#EDE9ED
(237,233,237)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08F9C color. Also use rgb(192,143,156) instead hex code.

Text Font Color

.myTextColor { color: #C08F9C; }

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

This text font color is #C08F9C.


Background Color

.myBgColor { background-color: #C08F9C; }

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

This div background color is #C08F9C.


Border color

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

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

This div border color is #C08F9C.


Opacity

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

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

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

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

This text has shadow with #C08F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08F9C on black background.


Color preview on white background

This text has color #C08F9C on white background.



Black color preview on #C08F9C background

This text has black color on #C08F9C background.


White color preview on #C08F9C background

This text has white color on #C08F9C background.