COLOR #C083C0

HEX: #C083C0 RGB: (192,131,192)

Color info

#C083C0 contains mainly red and blue colors. Web safe color of #C083C0 is #CC99CC (or #C9C).

RGB color model

#C083C0 color RGB value is (192,131,192).

RGB: (192,131,192) (75%, 51%, 75%)

RGB channels and saturation

R 192 of 255 = 75%
G 131 of 255 = 51%
B 192 of 255 = 75%

192
131
192

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

Portions of RGB colors in percentages

R + G + B = 192 + 131 + 192 = 515 (100%)
R 192 of 515 ~ 37.28%
G 131 of 515 ~ 25.44%
B 192 of 515 ~ 37.28'%

%37.28
%25.44
%37.28

CMYK color model

#C083C0 color CMYK value is (0,32,0,25).

  • cyan value is 0.00%
  • magenta value is 31.77%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (0,32,0,25)
C0M32Y0K25 (0%, 32%, 0%, 25%)
(0.00 / 0.32 / 0.00 / 0.25)

CMYK percentages

%0
%31.77
%0
%24.71

Codes

Color #C083C0 in popluar color models

C0 83 C0
RGB 192 131 192
HSL 300° 32.62% 63.33%
HSB/HSV 300° 31.77% 75.29%
CMYK 0.00% 31.77% 0.00%
24.71%

Color #C083C0 in popluar number systems.

HEX C0 83 C0
Decimal 192 131 192
Binary 11000000 10000011 11000000
Octal 300 203 300

Shades and tints

Shades of #C083C0

#C083C0
(192,131,192)
#AF78AF
(175,120,175)
#9E6D9E
(158,109,158)
#8D628D
(141,98,141)
#7C577C
(124,87,124)
#6B4C6B
(107,76,107)
#5A415A
(90,65,90)
#493649
(73,54,73)
#382B38
(56,43,56)
#272027
(39,32,39)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #C083C0

#C083C0
(192,131,192)
#C58EC5
(197,142,197)
#CA99CA
(202,153,202)
#CFA4CF
(207,164,207)
#D4AFD4
(212,175,212)
#D9BAD9
(217,186,217)
#DEC5DE
(222,197,222)
#E3D0E3
(227,208,227)
#E8DBE8
(232,219,232)
#EDE6ED
(237,230,237)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C083C0; }

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

This text font color is #C083C0.

Background Color

.myBgColor { background-color: #C083C0; }

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

This div background color is #C083C0.

Border color

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

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

This div border color is #C083C0.

Opacity

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

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

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

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

This text has shadow with #C083C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C083C0.

Preview

Color preview on black background

This text has color #C083C0 on black background.


Color preview on white background

This text has color #C083C0 on white background.


Black color preview on #C083C0 background

This text has black color on #C083C0 background.


White color preview on #C083C0 background

This text has white color on #C083C0 background.


Related colors

Complementary color

Complementary color for #hex is #3F7C3F.


I love getcolorcode.com

Triadic colors

1 #C0C083 and #83C0C0 with #C083C0 are triadic colors.

2 #C083C0 and #83C0C0 with #C083C0 are triadic colors.