COLOR #C08CB6

HEX: #C08CB6 RGB: (192,140,182)

Color info

#C08CB6 contains red, green and blue colors in about the same proportion. Web safe color of #C08CB6 is #CC99CC (or #C9C).

RGB color model

#C08CB6 color RGB value is (192,140,182).

RGB: (192,140,182) (75%, 55%, 71%)

RGB channels and saturation

R 192 of 255 = 75%
G 140 of 255 = 55%
B 182 of 255 = 71%

192
140
182

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

Portions of RGB colors in percentages

R + G + B = 192 + 140 + 182 = 514 (100%)
R 192 of 514 ~ 37.35%
G 140 of 514 ~ 27.24%
B 182 of 514 ~ 35.41'%

%37.35
%27.24
%35.41

CMYK color model

#C08CB6 color CMYK value is (0,27,5,25).

  • cyan value is 0.00%
  • magenta value is 27.08%
  • yellow value is 5.21%
  • key color value is 24.71%

CMYK: (0,27,5,25)
C0M27Y5K25 (0%, 27%, 5%, 25%)
(0.00 / 0.27 / 0.05 / 0.25)

CMYK percentages

%0
%27.08
%5.21
%24.71

Codes

Color #C08CB6 in popluar color models

C0 8C B6
RGB 192 140 182
HSL 312° 29.21% 65.10%
HSB/HSV 312° 27.08% 75.29%
CMYK 0.00% 27.08% 5.21%
24.71%

Color #C08CB6 in popluar number systems.

HEX C0 8C B6
Decimal 192 140 182
Binary 11000000 10001100 10110110
Octal 300 214 266

Shades and tints

Shades of #C08CB6

#C08CB6
(192,140,182)
#AF80A6
(175,128,166)
#9E7496
(158,116,150)
#8D6886
(141,104,134)
#7C5C76
(124,92,118)
#6B5066
(107,80,102)
#5A4456
(90,68,86)
#493846
(73,56,70)
#382C36
(56,44,54)
#272026
(39,32,38)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #C08CB6

#C08CB6
(192,140,182)
#C596BC
(197,150,188)
#CAA0C2
(202,160,194)
#CFAAC8
(207,170,200)
#D4B4CE
(212,180,206)
#D9BED4
(217,190,212)
#DEC8DA
(222,200,218)
#E3D2E0
(227,210,224)
#E8DCE6
(232,220,230)
#EDE6EC
(237,230,236)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08CB6; }

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

This text font color is #C08CB6.

Background Color

.myBgColor { background-color: #C08CB6; }

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

This div background color is #C08CB6.

Border color

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

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

This div border color is #C08CB6.

Opacity

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

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

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

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

This text has shadow with #C08CB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08CB6.

Preview

Color preview on black background

This text has color #C08CB6 on black background.


Color preview on white background

This text has color #C08CB6 on white background.


Black color preview on #C08CB6 background

This text has black color on #C08CB6 background.


White color preview on #C08CB6 background

This text has white color on #C08CB6 background.


Related colors

Complementary color

Complementary color for #hex is #3F7349.


I love getcolorcode.com

Triadic colors

1 #B6C08C and #8CB6C0 with #C08CB6 are triadic colors.

2 #B68CC0 and #8CC0B6 with #C08CB6 are triadic colors.