COLOR #C08FB0

HEX: #C08FB0
RGB: (192,143,176)

Color info

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

RGB color model

#C08FB0 color RGB value is (192,143,176).

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

RGB channels and saturation

R 192 of 255 = 75%
G 143 of 255 = 56%
B 176 of 255 = 69%

192
143
176

R + G + B ~ 67%. #C08FB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 143 + 176 = 511 (100%)
R 192 of 511 ~ 37.57%
G 143 of 511 ~ 27.98%
B 176 of 511 ~ 34.44%

%37.57
%27.98
%34.44

CMYK color model

#C08FB0 color CMYK value is (0,26,8,25).

  • cyan value is 0.00%
  • magenta value is 25.52%
  • yellow value is 8.33%
  • key color value is 24.71%
CMYK:
(0,26,8,25)
C0M26Y8K25 
(0%,26%,8%,25%)
(0.00/0.26/0.08/0.25)	

CMYK percentages

%0
%25.52
%8.33
%24.71

Codes

Color #C08FB0 in popluar color models

C08FB0
RGB192143176
HSL320°28.00%65.69%
HSB/HSV320°25.52%75.29%
CMYK0.00%25.52%8.33%
24.71%

Color #C08FB0 in popluar number systems.

HEXC08FB0
Decimal192143176
Binary110000001000111110110000
Octal300217260

Shades and tints

Shades of #C08FB0

#C08FB0
(192,143,176)
#AF82A0
(175,130,160)
#9E7590
(158,117,144)
#8D6880
(141,104,128)
#7C5B70
(124,91,112)
#6B4E60
(107,78,96)
#5A4150
(90,65,80)
#493440
(73,52,64)
#382730
(56,39,48)
#271A20
(39,26,32)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #C08FB0

#C08FB0
(192,143,176)
#C599B7
(197,153,183)
#CAA3BE
(202,163,190)
#CFADC5
(207,173,197)
#D4B7CC
(212,183,204)
#D9C1D3
(217,193,211)
#DECBDA
(222,203,218)
#E3D5E1
(227,213,225)
#E8DFE8
(232,223,232)
#EDE9EF
(237,233,239)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08FB0; }

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

This text font color is #C08FB0.


Background Color

.myBgColor { background-color: #C08FB0; }

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

This div background color is #C08FB0.


Border color

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

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

This div border color is #C08FB0.


Opacity

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

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

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

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

This text has shadow with #C08FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08FB0 on black background.


Color preview on white background

This text has color #C08FB0 on white background.



Black color preview on #C08FB0 background

This text has black color on #C08FB0 background.


White color preview on #C08FB0 background

This text has white color on #C08FB0 background.