COLOR #C05AB0

HEX: #C05AB0 RGB: (192,90,176)

Color info

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

RGB color model

#C05AB0 color RGB value is (192,90,176).

RGB: (192,90,176) (75%, 35%, 69%)

RGB channels and saturation

R 192 of 255 = 75%
G 90 of 255 = 35%
B 176 of 255 = 69%

192
90
176

R + G + B ~ 60%. #C05AB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 192 + 90 + 176 = 458 (100%)
R 192 of 458 ~ 41.92%
G 90 of 458 ~ 19.65%
B 176 of 458 ~ 38.43'%

%41.92
%19.65
%38.43

CMYK color model

#C05AB0 color CMYK value is (0,53,8,25).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 8.33%
  • key color value is 24.71%

CMYK: (0,53,8,25)
C0M53Y8K25 (0%, 53%, 8%, 25%)
(0.00 / 0.53 / 0.08 / 0.25)

CMYK percentages

%0
%53.13
%8.33
%24.71

Codes

Color #C05AB0 in popluar color models

C0 5A B0
RGB 192 90 176
HSL 309° 44.74% 55.29%
HSB/HSV 309° 53.13% 75.29%
CMYK 0.00% 53.13% 8.33%
24.71%

Color #C05AB0 in popluar number systems.

HEX C0 5A B0
Decimal 192 90 176
Binary 11000000 1011010 10110000
Octal 300 132 260

Shades and tints

Shades of #C05AB0

#C05AB0
(192,90,176)
#AF52A0
(175,82,160)
#9E4A90
(158,74,144)
#8D4280
(141,66,128)
#7C3A70
(124,58,112)
#6B3260
(107,50,96)
#5A2A50
(90,42,80)
#492240
(73,34,64)
#381A30
(56,26,48)
#271220
(39,18,32)
#160A10
(22,10,16)
#000000
(0,0,0)

Tints of #C05AB0

#C05AB0
(192,90,176)
#C569B7
(197,105,183)
#CA78BE
(202,120,190)
#CF87C5
(207,135,197)
#D496CC
(212,150,204)
#D9A5D3
(217,165,211)
#DEB4DA
(222,180,218)
#E3C3E1
(227,195,225)
#E8D2E8
(232,210,232)
#EDE1EF
(237,225,239)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C05AB0; }

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

This text font color is #C05AB0.

Background Color

.myBgColor { background-color: #C05AB0; }

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

This div background color is #C05AB0.

Border color

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

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

This div border color is #C05AB0.

Opacity

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

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

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

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

This text has shadow with #C05AB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C05AB0.

Preview

Color preview on black background

This text has color #C05AB0 on black background.


Color preview on white background

This text has color #C05AB0 on white background.


Black color preview on #C05AB0 background

This text has black color on #C05AB0 background.


White color preview on #C05AB0 background

This text has white color on #C05AB0 background.


Related colors

Complementary color

Complementary color for #hex is #3FA54F.


I love getcolorcode.com

Triadic colors

1 #B0C05A and #5AB0C0 with #C05AB0 are triadic colors.

2 #B05AC0 and #5AC0B0 with #C05AB0 are triadic colors.