COLOR #C075A2

HEX: #C075A2 RGB: (192,117,162)

Color info

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

RGB color model

#C075A2 color RGB value is (192,117,162).

RGB: (192,117,162) (75%, 46%, 64%)

RGB channels and saturation

R 192 of 255 = 75%
G 117 of 255 = 46%
B 162 of 255 = 64%

192
117
162

R + G + B ~ 62%. #C075A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 117 + 162 = 471 (100%)
R 192 of 471 ~ 40.76%
G 117 of 471 ~ 24.84%
B 162 of 471 ~ 34.39'%

%40.76
%24.84
%34.39

CMYK color model

#C075A2 color CMYK value is (0,39,16,25).

  • cyan value is 0.00%
  • magenta value is 39.06%
  • yellow value is 15.63%
  • key color value is 24.71%

CMYK: (0,39,16,25)
C0M39Y16K25 (0%, 39%, 16%, 25%)
(0.00 / 0.39 / 0.16 / 0.25)

CMYK percentages

%0
%39.06
%15.63
%24.71

Codes

Color #C075A2 in popluar color models

C0 75 A2
RGB 192 117 162
HSL 324° 37.31% 60.59%
HSB/HSV 324° 39.06% 75.29%
CMYK 0.00% 39.06% 15.63%
24.71%

Color #C075A2 in popluar number systems.

HEX C0 75 A2
Decimal 192 117 162
Binary 11000000 1110101 10100010
Octal 300 165 242

Shades and tints

Shades of #C075A2

#C075A2
(192,117,162)
#AF6B94
(175,107,148)
#9E6186
(158,97,134)
#8D5778
(141,87,120)
#7C4D6A
(124,77,106)
#6B435C
(107,67,92)
#5A394E
(90,57,78)
#492F40
(73,47,64)
#382532
(56,37,50)
#271B24
(39,27,36)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #C075A2

#C075A2
(192,117,162)
#C581AA
(197,129,170)
#CA8DB2
(202,141,178)
#CF99BA
(207,153,186)
#D4A5C2
(212,165,194)
#D9B1CA
(217,177,202)
#DEBDD2
(222,189,210)
#E3C9DA
(227,201,218)
#E8D5E2
(232,213,226)
#EDE1EA
(237,225,234)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C075A2; }

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

This text font color is #C075A2.

Background Color

.myBgColor { background-color: #C075A2; }

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

This div background color is #C075A2.

Border color

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

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

This div border color is #C075A2.

Opacity

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

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

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

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

This text has shadow with #C075A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C075A2.

Preview

Color preview on black background

This text has color #C075A2 on black background.


Color preview on white background

This text has color #C075A2 on white background.


Black color preview on #C075A2 background

This text has black color on #C075A2 background.


White color preview on #C075A2 background

This text has white color on #C075A2 background.


Related colors

Complementary color

Complementary color for #hex is #3F8A5D.


I love getcolorcode.com

Triadic colors

1 #A2C075 and #75A2C0 with #C075A2 are triadic colors.

2 #A275C0 and #75C0A2 with #C075A2 are triadic colors.