COLOR #C08F96

HEX: #C08F96
RGB: (192,143,150)

Color info

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

RGB color model

#C08F96 color RGB value is (192,143,150).

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

RGB channels and saturation

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

192
143
150

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

Portions of RGB colors in percentages

R + G + B =
192 + 143 + 150 = 485 (100%)
R 192 of 485 ~ 39.59%
G 143 of 485 ~ 29.48%
B 150 of 485 ~ 30.93%

%39.59
%29.48
%30.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.52%
  • yellow value is 21.88%
  • key color value is 24.71%
CMYK:
(0,26,22,25)
C0M26Y22K25 
(0%,26%,22%,25%)
(0.00/0.26/0.22/0.25)	

CMYK percentages

%0
%25.52
%21.88
%24.71

Codes

Color #C08F96 in popluar color models

C08F96
RGB192143150
HSL351°28.00%65.69%
HSB/HSV351°25.52%75.29%
CMYK0.00%25.52%21.88%
24.71%

Color #C08F96 in popluar number systems.

HEXC08F96
Decimal192143150
Binary110000001000111110010110
Octal300217226

Shades and tints

Shades of #C08F96

#C08F96
(192,143,150)
#AF8289
(175,130,137)
#9E757C
(158,117,124)
#8D686F
(141,104,111)
#7C5B62
(124,91,98)
#6B4E55
(107,78,85)
#5A4148
(90,65,72)
#49343B
(73,52,59)
#38272E
(56,39,46)
#271A21
(39,26,33)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #C08F96

#C08F96
(192,143,150)
#C5999F
(197,153,159)
#CAA3A8
(202,163,168)
#CFADB1
(207,173,177)
#D4B7BA
(212,183,186)
#D9C1C3
(217,193,195)
#DECBCC
(222,203,204)
#E3D5D5
(227,213,213)
#E8DFDE
(232,223,222)
#EDE9E7
(237,233,231)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08F96; }

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

This text font color is #C08F96.


Background Color

.myBgColor { background-color: #C08F96; }

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

This div background color is #C08F96.


Border color

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

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

This div border color is #C08F96.


Opacity

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

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

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

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

This text has shadow with #C08F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08F96 on black background.


Color preview on white background

This text has color #C08F96 on white background.



Black color preview on #C08F96 background

This text has black color on #C08F96 background.


White color preview on #C08F96 background

This text has white color on #C08F96 background.