COLOR #C45092

HEX: #C45092
RGB: (196,80,146)

Color info

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

RGB color model

#C45092 color RGB value is (196,80,146).

  • red value is 196;
  • green value is 80;
  • blue value is 146.
RGB:
(196,80,146)
(77%,31%,57%)

RGB channels and saturation

R 196 of 255 = 77%
G 80 of 255 = 31%
B 146 of 255 = 57%

196
80
146

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

Portions of RGB colors in percentages

R + G + B =
196 + 80 + 146 = 422 (100%)
R 196 of 422 ~ 46.45%
G 80 of 422 ~ 18.96%
B 146 of 422 ~ 34.6%

%46.45
%18.96
%34.6

CMYK color model

#C45092 color CMYK value is (0,59,26,23).

  • cyan value is 0.00%
  • magenta value is 59.18%
  • yellow value is 25.51%
  • key color value is 23.14%
CMYK:
(0,59,26,23)
C0M59Y26K23 
(0%,59%,26%,23%)
(0.00/0.59/0.26/0.23)	

CMYK percentages

%0
%59.18
%25.51
%23.14

Codes

Color #C45092 in popluar color models

C45092
RGB19680146
HSL326°49.57%54.12%
HSB/HSV326°59.18%76.86%
CMYK0.00%59.18%25.51%
23.14%

Color #C45092 in popluar number systems.

HEXC45092
Decimal19680146
Binary11000100101000010010010
Octal304120222

Shades and tints

Shades of #C45092

#C45092
(196,80,146)
#B34985
(179,73,133)
#A24278
(162,66,120)
#913B6B
(145,59,107)
#80345E
(128,52,94)
#6F2D51
(111,45,81)
#5E2644
(94,38,68)
#4D1F37
(77,31,55)
#3C182A
(60,24,42)
#2B111D
(43,17,29)
#1A0A10
(26,10,16)
#000000
(0,0,0)

Tints of #C45092

#C45092
(196,80,146)
#C95F9B
(201,95,155)
#CE6EA4
(206,110,164)
#D37DAD
(211,125,173)
#D88CB6
(216,140,182)
#DD9BBF
(221,155,191)
#E2AAC8
(226,170,200)
#E7B9D1
(231,185,209)
#ECC8DA
(236,200,218)
#F1D7E3
(241,215,227)
#F6E6EC
(246,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C45092 color. Also use rgb(196,80,146) instead hex code.

Text Font Color

.myTextColor { color: #C45092; }

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

This text font color is #C45092.


Background Color

.myBgColor { background-color: #C45092; }

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

This div background color is #C45092.


Border color

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

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

This div border color is #C45092.


Opacity

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

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

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

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

This text has shadow with #C45092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C45092 on black background.


Color preview on white background

This text has color #C45092 on white background.



Black color preview on #C45092 background

This text has black color on #C45092 background.


White color preview on #C45092 background

This text has white color on #C45092 background.