COLOR #C46287

HEX: #C46287
RGB: (196,98,135)

Color info

#C46287 contains mainly red color. Web safe color of #C46287 is #CC6699 (or #C69).

RGB color model

#C46287 color RGB value is (196,98,135).

  • red value is 196;
  • green value is 98;
  • blue value is 135.
RGB:
(196,98,135)
(77%,38%,53%)

RGB channels and saturation

R 196 of 255 = 77%
G 98 of 255 = 38%
B 135 of 255 = 53%

196
98
135

R + G + B ~ 56%. #C46287 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
196 + 98 + 135 = 429 (100%)
R 196 of 429 ~ 45.69%
G 98 of 429 ~ 22.84%
B 135 of 429 ~ 31.47%

%45.69
%22.84
%31.47

CMYK color model

#C46287 color CMYK value is (0,50,31,23).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 31.12%
  • key color value is 23.14%
CMYK:
(0,50,31,23)
C0M50Y31K23 
(0%,50%,31%,23%)
(0.00/0.50/0.31/0.23)	

CMYK percentages

%0
%50
%31.12
%23.14

Codes

Color #C46287 in popluar color models

C46287
RGB19698135
HSL337°45.37%57.65%
HSB/HSV337°50.00%76.86%
CMYK0.00%50.00%31.12%
23.14%

Color #C46287 in popluar number systems.

HEXC46287
Decimal19698135
Binary11000100110001010000111
Octal304142207

Shades and tints

Shades of #C46287

#C46287
(196,98,135)
#B35A7B
(179,90,123)
#A2526F
(162,82,111)
#914A63
(145,74,99)
#804257
(128,66,87)
#6F3A4B
(111,58,75)
#5E323F
(94,50,63)
#4D2A33
(77,42,51)
#3C2227
(60,34,39)
#2B1A1B
(43,26,27)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #C46287

#C46287
(196,98,135)
#C97091
(201,112,145)
#CE7E9B
(206,126,155)
#D38CA5
(211,140,165)
#D89AAF
(216,154,175)
#DDA8B9
(221,168,185)
#E2B6C3
(226,182,195)
#E7C4CD
(231,196,205)
#ECD2D7
(236,210,215)
#F1E0E1
(241,224,225)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46287 color. Also use rgb(196,98,135) instead hex code.

Text Font Color

.myTextColor { color: #C46287; }

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

This text font color is #C46287.


Background Color

.myBgColor { background-color: #C46287; }

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

This div background color is #C46287.


Border color

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

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

This div border color is #C46287.


Opacity

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

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

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

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

This text has shadow with #C46287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46287 on black background.


Color preview on white background

This text has color #C46287 on white background.



Black color preview on #C46287 background

This text has black color on #C46287 background.


White color preview on #C46287 background

This text has white color on #C46287 background.