COLOR #C09BBE

HEX: #C09BBE RGB: (192,155,190)

Color info

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

RGB color model

#C09BBE color RGB value is (192,155,190).

RGB: (192,155,190) (75%, 61%, 75%)

RGB channels and saturation

R 192 of 255 = 75%
G 155 of 255 = 61%
B 190 of 255 = 75%

192
155
190

R + G + B ~ 70%. #C09BBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 155 + 190 = 537 (100%)
R 192 of 537 ~ 35.75%
G 155 of 537 ~ 28.86%
B 190 of 537 ~ 35.38'%

%35.75
%28.86
%35.38

CMYK color model

#C09BBE color CMYK value is (0,19,1,25).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 1.04%
  • key color value is 24.71%

CMYK: (0,19,1,25)
C0M19Y1K25 (0%, 19%, 1%, 25%)
(0.00 / 0.19 / 0.01 / 0.25)

CMYK percentages

%0
%19.27
%1.04
%24.71

Codes

Color #C09BBE in popluar color models

C0 9B BE
RGB 192 155 190
HSL 303° 22.70% 68.04%
HSB/HSV 303° 19.27% 75.29%
CMYK 0.00% 19.27% 1.04%
24.71%

Color #C09BBE in popluar number systems.

HEX C0 9B BE
Decimal 192 155 190
Binary 11000000 10011011 10111110
Octal 300 233 276

Shades and tints

Shades of #C09BBE

#C09BBE
(192,155,190)
#AF8DAD
(175,141,173)
#9E7F9C
(158,127,156)
#8D718B
(141,113,139)
#7C637A
(124,99,122)
#6B5569
(107,85,105)
#5A4758
(90,71,88)
#493947
(73,57,71)
#382B36
(56,43,54)
#271D25
(39,29,37)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #C09BBE

#C09BBE
(192,155,190)
#C5A4C3
(197,164,195)
#CAADC8
(202,173,200)
#CFB6CD
(207,182,205)
#D4BFD2
(212,191,210)
#D9C8D7
(217,200,215)
#DED1DC
(222,209,220)
#E3DAE1
(227,218,225)
#E8E3E6
(232,227,230)
#EDECEB
(237,236,235)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09BBE color. Also use rgb(192,155,190) instead hex code.

Text Font Color

.myTextColor { color: #C09BBE; }

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

This text font color is #C09BBE.

Background Color

.myBgColor { background-color: #C09BBE; }

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

This div background color is #C09BBE.

Border color

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

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

This div border color is #C09BBE.

Opacity

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

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

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

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

This text has shadow with #C09BBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09BBE.

Preview

Color preview on black background

This text has color #C09BBE on black background.


Color preview on white background

This text has color #C09BBE on white background.


Black color preview on #C09BBE background

This text has black color on #C09BBE background.


White color preview on #C09BBE background

This text has white color on #C09BBE background.


Related colors

Complementary color

Complementary color for #hex is #3F6441.


I love getcolorcode.com

Triadic colors

1 #BEC09B and #9BBEC0 with #C09BBE are triadic colors.

2 #BE9BC0 and #9BC0BE with #C09BBE are triadic colors.