COLOR #C75AA6

HEX: #C75AA6
RGB: (199,90,166)

Color info

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

RGB color model

#C75AA6 color RGB value is (199,90,166).

  • red value is 199;
  • green value is 90;
  • blue value is 166.
RGB:
(199,90,166)
(78%,35%,65%)

RGB channels and saturation

R 199 of 255 = 78%
G 90 of 255 = 35%
B 166 of 255 = 65%

199
90
166

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

Portions of RGB colors in percentages

R + G + B =
199 + 90 + 166 = 455 (100%)
R 199 of 455 ~ 43.74%
G 90 of 455 ~ 19.78%
B 166 of 455 ~ 36.48%

%43.74
%19.78
%36.48

CMYK color model

#C75AA6 color CMYK value is (0,55,17,22).

  • cyan value is 0.00%
  • magenta value is 54.77%
  • yellow value is 16.58%
  • key color value is 21.96%
CMYK:
(0,55,17,22)
C0M55Y17K22 
(0%,55%,17%,22%)
(0.00/0.55/0.17/0.22)	

CMYK percentages

%0
%54.77
%16.58
%21.96

Codes

Color #C75AA6 in popluar color models

C75AA6
RGB19990166
HSL318°49.32%56.67%
HSB/HSV318°54.77%78.04%
CMYK0.00%54.77%16.58%
21.96%

Color #C75AA6 in popluar number systems.

HEXC75AA6
Decimal19990166
Binary11000111101101010100110
Octal307132246

Shades and tints

Shades of #C75AA6

#C75AA6
(199,90,166)
#B55297
(181,82,151)
#A34A88
(163,74,136)
#914279
(145,66,121)
#7F3A6A
(127,58,106)
#6D325B
(109,50,91)
#5B2A4C
(91,42,76)
#49223D
(73,34,61)
#371A2E
(55,26,46)
#25121F
(37,18,31)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #C75AA6

#C75AA6
(199,90,166)
#CC69AE
(204,105,174)
#D178B6
(209,120,182)
#D687BE
(214,135,190)
#DB96C6
(219,150,198)
#E0A5CE
(224,165,206)
#E5B4D6
(229,180,214)
#EAC3DE
(234,195,222)
#EFD2E6
(239,210,230)
#F4E1EE
(244,225,238)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C75AA6 color. Also use rgb(199,90,166) instead hex code.

Text Font Color

.myTextColor { color: #C75AA6; }

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

This text font color is #C75AA6.


Background Color

.myBgColor { background-color: #C75AA6; }

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

This div background color is #C75AA6.


Border color

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

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

This div border color is #C75AA6.


Opacity

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

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

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

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

This text has shadow with #C75AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C75AA6 on black background.


Color preview on white background

This text has color #C75AA6 on white background.



Black color preview on #C75AA6 background

This text has black color on #C75AA6 background.


White color preview on #C75AA6 background

This text has white color on #C75AA6 background.