COLOR #C07AAA

HEX: #C07AAA RGB: (192,122,170)

Color info

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

RGB color model

#C07AAA color RGB value is (192,122,170).

RGB: (192,122,170) (75%, 48%, 67%)

RGB channels and saturation

R 192 of 255 = 75%
G 122 of 255 = 48%
B 170 of 255 = 67%

192
122
170

R + G + B ~ 63%. #C07AAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 122 + 170 = 484 (100%)
R 192 of 484 ~ 39.67%
G 122 of 484 ~ 25.21%
B 170 of 484 ~ 35.12'%

%39.67
%25.21
%35.12

CMYK color model

#C07AAA color CMYK value is (0,36,11,25).

  • cyan value is 0.00%
  • magenta value is 36.46%
  • yellow value is 11.46%
  • key color value is 24.71%

CMYK: (0,36,11,25)
C0M36Y11K25 (0%, 36%, 11%, 25%)
(0.00 / 0.36 / 0.11 / 0.25)

CMYK percentages

%0
%36.46
%11.46
%24.71

Codes

Color #C07AAA in popluar color models

C0 7A AA
RGB 192 122 170
HSL 319° 35.71% 61.57%
HSB/HSV 319° 36.46% 75.29%
CMYK 0.00% 36.46% 11.46%
24.71%

Color #C07AAA in popluar number systems.

HEX C0 7A AA
Decimal 192 122 170
Binary 11000000 1111010 10101010
Octal 300 172 252

Shades and tints

Shades of #C07AAA

#C07AAA
(192,122,170)
#AF6F9B
(175,111,155)
#9E648C
(158,100,140)
#8D597D
(141,89,125)
#7C4E6E
(124,78,110)
#6B435F
(107,67,95)
#5A3850
(90,56,80)
#492D41
(73,45,65)
#382232
(56,34,50)
#271723
(39,23,35)
#160C14
(22,12,20)
#000000
(0,0,0)

Tints of #C07AAA

#C07AAA
(192,122,170)
#C586B1
(197,134,177)
#CA92B8
(202,146,184)
#CF9EBF
(207,158,191)
#D4AAC6
(212,170,198)
#D9B6CD
(217,182,205)
#DEC2D4
(222,194,212)
#E3CEDB
(227,206,219)
#E8DAE2
(232,218,226)
#EDE6E9
(237,230,233)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07AAA; }

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

This text font color is #C07AAA.

Background Color

.myBgColor { background-color: #C07AAA; }

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

This div background color is #C07AAA.

Border color

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

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

This div border color is #C07AAA.

Opacity

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

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

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

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

This text has shadow with #C07AAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07AAA.

Preview

Color preview on black background

This text has color #C07AAA on black background.


Color preview on white background

This text has color #C07AAA on white background.


Black color preview on #C07AAA background

This text has black color on #C07AAA background.


White color preview on #C07AAA background

This text has white color on #C07AAA background.


Related colors

Complementary color

Complementary color for #hex is #3F8555.


I love getcolorcode.com

Triadic colors

1 #AAC07A and #7AAAC0 with #C07AAA are triadic colors.

2 #AA7AC0 and #7AC0AA with #C07AAA are triadic colors.