COLOR #C485BB

HEX: #C485BB RGB: (196,133,187)

Color info

#C485BB contains mainly red and blue colors. Web safe color of #C485BB is #CC99CC (or #C9C).

RGB color model

#C485BB color RGB value is (196,133,187).

RGB: (196,133,187) (77%, 52%, 73%)

RGB channels and saturation

R 196 of 255 = 77%
G 133 of 255 = 52%
B 187 of 255 = 73%

196
133
187

R + G + B ~ 67%. #C485BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 133 + 187 = 516 (100%)
R 196 of 516 ~ 37.98%
G 133 of 516 ~ 25.78%
B 187 of 516 ~ 36.24'%

%37.98
%25.78
%36.24

CMYK color model

#C485BB color CMYK value is (0,32,5,23).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 4.59%
  • key color value is 23.14%

CMYK: (0,32,5,23)
C0M32Y5K23 (0%, 32%, 5%, 23%)
(0.00 / 0.32 / 0.05 / 0.23)

CMYK percentages

%0
%32.14
%4.59
%23.14

Codes

Color #C485BB in popluar color models

C4 85 BB
RGB 196 133 187
HSL 309° 34.81% 64.51%
HSB/HSV 309° 32.14% 76.86%
CMYK 0.00% 32.14% 4.59%
23.14%

Color #C485BB in popluar number systems.

HEX C4 85 BB
Decimal 196 133 187
Binary 11000100 10000101 10111011
Octal 304 205 273

Shades and tints

Shades of #C485BB

#C485BB
(196,133,187)
#B379AA
(179,121,170)
#A26D99
(162,109,153)
#916188
(145,97,136)
#805577
(128,85,119)
#6F4966
(111,73,102)
#5E3D55
(94,61,85)
#4D3144
(77,49,68)
#3C2533
(60,37,51)
#2B1922
(43,25,34)
#1A0D11
(26,13,17)
#000000
(0,0,0)

Tints of #C485BB

#C485BB
(196,133,187)
#C990C1
(201,144,193)
#CE9BC7
(206,155,199)
#D3A6CD
(211,166,205)
#D8B1D3
(216,177,211)
#DDBCD9
(221,188,217)
#E2C7DF
(226,199,223)
#E7D2E5
(231,210,229)
#ECDDEB
(236,221,235)
#F1E8F1
(241,232,241)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C485BB color. Also use rgb(196,133,187) instead hex code.

Text Font Color

.myTextColor { color: #C485BB; }

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

This text font color is #C485BB.

Background Color

.myBgColor { background-color: #C485BB; }

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

This div background color is #C485BB.

Border color

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

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

This div border color is #C485BB.

Opacity

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

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

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

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

This text has shadow with #C485BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C485BB.

Preview

Color preview on black background

This text has color #C485BB on black background.


Color preview on white background

This text has color #C485BB on white background.


Black color preview on #C485BB background

This text has black color on #C485BB background.


White color preview on #C485BB background

This text has white color on #C485BB background.


Related colors

Complementary color

Complementary color for #hex is #3B7A44.


I love getcolorcode.com

Triadic colors

1 #BBC485 and #85BBC4 with #C485BB are triadic colors.

2 #BB85C4 and #85C4BB with #C485BB are triadic colors.