COLOR #C07BAE

HEX: #C07BAE RGB: (192,123,174)

Color info

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

RGB color model

#C07BAE color RGB value is (192,123,174).

RGB: (192,123,174) (75%, 48%, 68%)

RGB channels and saturation

R 192 of 255 = 75%
G 123 of 255 = 48%
B 174 of 255 = 68%

192
123
174

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

Portions of RGB colors in percentages

R + G + B = 192 + 123 + 174 = 489 (100%)
R 192 of 489 ~ 39.26%
G 123 of 489 ~ 25.15%
B 174 of 489 ~ 35.58'%

%39.26
%25.15
%35.58

CMYK color model

#C07BAE color CMYK value is (0,36,9,25).

  • cyan value is 0.00%
  • magenta value is 35.94%
  • yellow value is 9.38%
  • key color value is 24.71%

CMYK: (0,36,9,25)
C0M36Y9K25 (0%, 36%, 9%, 25%)
(0.00 / 0.36 / 0.09 / 0.25)

CMYK percentages

%0
%35.94
%9.38
%24.71

Codes

Color #C07BAE in popluar color models

C0 7B AE
RGB 192 123 174
HSL 316° 35.38% 61.76%
HSB/HSV 316° 35.94% 75.29%
CMYK 0.00% 35.94% 9.38%
24.71%

Color #C07BAE in popluar number systems.

HEX C0 7B AE
Decimal 192 123 174
Binary 11000000 1111011 10101110
Octal 300 173 256

Shades and tints

Shades of #C07BAE

#C07BAE
(192,123,174)
#AF709F
(175,112,159)
#9E6590
(158,101,144)
#8D5A81
(141,90,129)
#7C4F72
(124,79,114)
#6B4463
(107,68,99)
#5A3954
(90,57,84)
#492E45
(73,46,69)
#382336
(56,35,54)
#271827
(39,24,39)
#160D18
(22,13,24)
#000000
(0,0,0)

Tints of #C07BAE

#C07BAE
(192,123,174)
#C587B5
(197,135,181)
#CA93BC
(202,147,188)
#CF9FC3
(207,159,195)
#D4ABCA
(212,171,202)
#D9B7D1
(217,183,209)
#DEC3D8
(222,195,216)
#E3CFDF
(227,207,223)
#E8DBE6
(232,219,230)
#EDE7ED
(237,231,237)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07BAE color. Also use rgb(192,123,174) instead hex code.

Text Font Color

.myTextColor { color: #C07BAE; }

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

This text font color is #C07BAE.

Background Color

.myBgColor { background-color: #C07BAE; }

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

This div background color is #C07BAE.

Border color

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

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

This div border color is #C07BAE.

Opacity

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

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

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

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

This text has shadow with #C07BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07BAE.

Preview

Color preview on black background

This text has color #C07BAE on black background.


Color preview on white background

This text has color #C07BAE on white background.


Black color preview on #C07BAE background

This text has black color on #C07BAE background.


White color preview on #C07BAE background

This text has white color on #C07BAE background.


Related colors

Complementary color

Complementary color for #hex is #3F8451.


I love getcolorcode.com

Triadic colors

1 #AEC07B and #7BAEC0 with #C07BAE are triadic colors.

2 #AE7BC0 and #7BC0AE with #C07BAE are triadic colors.