COLOR #C07BB2

HEX: #C07BB2
RGB: (192,123,178)

Color info

#C07BB2 contains mainly red and blue colors. Web safe color of #C07BB2 is #CC6699 (or #C69).

RGB color model

#C07BB2 color RGB value is (192,123,178).

  • red value is 192;
  • green value is 123;
  • blue value is 178.
RGB:
(192,123,178)
(75%,48%,70%)

RGB channels and saturation

R 192 of 255 = 75%
G 123 of 255 = 48%
B 178 of 255 = 70%

192
123
178

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

Portions of RGB colors in percentages

R + G + B =
192 + 123 + 178 = 493 (100%)
R 192 of 493 ~ 38.95%
G 123 of 493 ~ 24.95%
B 178 of 493 ~ 36.11%

%38.95
%24.95
%36.11

CMYK color model

#C07BB2 color CMYK value is (0,36,7,25).

  • cyan value is 0.00%
  • magenta value is 35.94%
  • yellow value is 7.29%
  • key color value is 24.71%
CMYK:
(0,36,7,25)
C0M36Y7K25 
(0%,36%,7%,25%)
(0.00/0.36/0.07/0.25)	

CMYK percentages

%0
%35.94
%7.29
%24.71

Codes

Color #C07BB2 in popluar color models

C07BB2
RGB192123178
HSL312°35.38%61.76%
HSB/HSV312°35.94%75.29%
CMYK0.00%35.94%7.29%
24.71%

Color #C07BB2 in popluar number systems.

HEXC07BB2
Decimal192123178
Binary11000000111101110110010
Octal300173262

Shades and tints

Shades of #C07BB2

#C07BB2
(192,123,178)
#AF70A2
(175,112,162)
#9E6592
(158,101,146)
#8D5A82
(141,90,130)
#7C4F72
(124,79,114)
#6B4462
(107,68,98)
#5A3952
(90,57,82)
#492E42
(73,46,66)
#382332
(56,35,50)
#271822
(39,24,34)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #C07BB2

#C07BB2
(192,123,178)
#C587B9
(197,135,185)
#CA93C0
(202,147,192)
#CF9FC7
(207,159,199)
#D4ABCE
(212,171,206)
#D9B7D5
(217,183,213)
#DEC3DC
(222,195,220)
#E3CFE3
(227,207,227)
#E8DBEA
(232,219,234)
#EDE7F1
(237,231,241)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07BB2 color. Also use rgb(192,123,178) instead hex code.

Text Font Color

.myTextColor { color: #C07BB2; }

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

This text font color is #C07BB2.


Background Color

.myBgColor { background-color: #C07BB2; }

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

This div background color is #C07BB2.


Border color

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

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

This div border color is #C07BB2.


Opacity

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

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

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

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

This text has shadow with #C07BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07BB2 on black background.


Color preview on white background

This text has color #C07BB2 on white background.



Black color preview on #C07BB2 background

This text has black color on #C07BB2 background.


White color preview on #C07BB2 background

This text has white color on #C07BB2 background.