COLOR #C36BAA

HEX: #C36BAA RGB: (195,107,170)

Color info

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

RGB color model

#C36BAA color RGB value is (195,107,170).

RGB: (195,107,170) (76%, 42%, 67%)

RGB channels and saturation

R 195 of 255 = 76%
G 107 of 255 = 42%
B 170 of 255 = 67%

195
107
170

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

Portions of RGB colors in percentages

R + G + B = 195 + 107 + 170 = 472 (100%)
R 195 of 472 ~ 41.31%
G 107 of 472 ~ 22.67%
B 170 of 472 ~ 36.02'%

%41.31
%22.67
%36.02

CMYK color model

#C36BAA color CMYK value is (0,45,13,24).

  • cyan value is 0.00%
  • magenta value is 45.13%
  • yellow value is 12.82%
  • key color value is 23.53%
CMYK: (0,45,13,24) C0M45Y13K24 (0%,45%,13%,24%) (0.00/0.45/0.13/0.24) 

CMYK percentages

%0
%45.13
%12.82
%23.53

Codes

Color #C36BAA in popluar color models

C3 6B AA
RGB 195 107 170
HSL 317° 42.31% 59.22%
HSB/HSV 317° 45.13% 76.47%
CMYK 0.00% 45.13% 12.82%
23.53%

Color #C36BAA in popluar number systems.

HEX C3 6B AA
Decimal 195 107 170
Binary 11000011 1101011 10101010
Octal 303 153 252

Shades and tints

Shades of #C36BAA

#C36BAA
(195,107,170)
#B2629B
(178,98,155)
#A1598C
(161,89,140)
#90507D
(144,80,125)
#7F476E
(127,71,110)
#6E3E5F
(110,62,95)
#5D3550
(93,53,80)
#4C2C41
(76,44,65)
#3B2332
(59,35,50)
#2A1A23
(42,26,35)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #C36BAA

#C36BAA
(195,107,170)
#C878B1
(200,120,177)
#CD85B8
(205,133,184)
#D292BF
(210,146,191)
#D79FC6
(215,159,198)
#DCACCD
(220,172,205)
#E1B9D4
(225,185,212)
#E6C6DB
(230,198,219)
#EBD3E2
(235,211,226)
#F0E0E9
(240,224,233)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36BAA color. Also use rgb(195,107,170) instead hex code.

Text Font Color

.myTextColor { color: #C36BAA; }

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

This text font color is #C36BAA.

Background Color

.myBgColor { background-color: #C36BAA; }

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

This div background color is #C36BAA.

Border color

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

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

This div border color is #C36BAA.

Opacity

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

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

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

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

This text has shadow with #C36BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C36BAA.

Preview

Color preview on black background

This text has color #C36BAA on black background.


Color preview on white background

This text has color #C36BAA on white background.


Black color preview on #C36BAA background

This text has black color on #C36BAA background.


White color preview on #C36BAA background

This text has white color on #C36BAA background.


Related colors

Complementary color

Complementary color for #hex is #3C9455.


I love getcolorcode.com

Triadic colors

1 #AAC36B and #6BAAC3 with #C36BAA are triadic colors.

2 #AA6BC3 and #6BC3AA with #C36BAA are triadic colors.