COLOR #C07CAF

HEX: #C07CAF RGB: (192,124,175)

Color info

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

RGB color model

#C07CAF color RGB value is (192,124,175).

RGB: (192,124,175) (75%, 49%, 69%)

RGB channels and saturation

R 192 of 255 = 75%
G 124 of 255 = 49%
B 175 of 255 = 69%

192
124
175

R + G + B ~ 64%. #C07CAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 124 + 175 = 491 (100%)
R 192 of 491 ~ 39.1%
G 124 of 491 ~ 25.25%
B 175 of 491 ~ 35.64'%

%39.1
%25.25
%35.64

CMYK color model

#C07CAF color CMYK value is (0,35,9,25).

  • cyan value is 0.00%
  • magenta value is 35.42%
  • yellow value is 8.85%
  • key color value is 24.71%
CMYK: (0,35,9,25) C0M35Y9K25 (0%,35%,9%,25%) (0.00/0.35/0.09/0.25) 

CMYK percentages

%0
%35.42
%8.85
%24.71

Codes

Color #C07CAF in popluar color models

C0 7C AF
RGB 192 124 175
HSL 315° 35.05% 61.96%
HSB/HSV 315° 35.42% 75.29%
CMYK 0.00% 35.42% 8.85%
24.71%

Color #C07CAF in popluar number systems.

HEX C0 7C AF
Decimal 192 124 175
Binary 11000000 1111100 10101111
Octal 300 174 257

Shades and tints

Shades of #C07CAF

#C07CAF
(192,124,175)
#AF71A0
(175,113,160)
#9E6691
(158,102,145)
#8D5B82
(141,91,130)
#7C5073
(124,80,115)
#6B4564
(107,69,100)
#5A3A55
(90,58,85)
#492F46
(73,47,70)
#382437
(56,36,55)
#271928
(39,25,40)
#160E19
(22,14,25)
#000000
(0,0,0)

Tints of #C07CAF

#C07CAF
(192,124,175)
#C587B6
(197,135,182)
#CA92BD
(202,146,189)
#CF9DC4
(207,157,196)
#D4A8CB
(212,168,203)
#D9B3D2
(217,179,210)
#DEBED9
(222,190,217)
#E3C9E0
(227,201,224)
#E8D4E7
(232,212,231)
#EDDFEE
(237,223,238)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07CAF; }

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

This text font color is #C07CAF.

Background Color

.myBgColor { background-color: #C07CAF; }

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

This div background color is #C07CAF.

Border color

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

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

This div border color is #C07CAF.

Opacity

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

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

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

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

This text has shadow with #C07CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07CAF.

Preview

Color preview on black background

This text has color #C07CAF on black background.


Color preview on white background

This text has color #C07CAF on white background.


Black color preview on #C07CAF background

This text has black color on #C07CAF background.


White color preview on #C07CAF background

This text has white color on #C07CAF background.


Related colors

Complementary color

Complementary color for #hex is #3F8350.


I love getcolorcode.com

Triadic colors

1 #AFC07C and #7CAFC0 with #C07CAF are triadic colors.

2 #AF7CC0 and #7CC0AF with #C07CAF are triadic colors.