COLOR #C9345A

HEX: #C9345A
RGB: (201,52,90)

Color info

#C9345A contains mainly red color. Web safe color of #C9345A is #CC3366 (or #C36).

RGB color model

#C9345A color RGB value is (201,52,90).

  • red value is 201;
  • green value is 52;
  • blue value is 90.
RGB:
(201,52,90)
(79%,20%,35%)

RGB channels and saturation

R 201 of 255 = 79%
G 52 of 255 = 20%
B 90 of 255 = 35%

201
52
90

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

Portions of RGB colors in percentages

R + G + B =
201 + 52 + 90 = 343 (100%)
R 201 of 343 ~ 58.6%
G 52 of 343 ~ 15.16%
B 90 of 343 ~ 26.24%

%58.6
%15.16
%26.24

CMYK color model

#C9345A color CMYK value is (0,74,55,21).

  • cyan value is 0.00%
  • magenta value is 74.13%
  • yellow value is 55.22%
  • key color value is 21.18%
CMYK:
(0,74,55,21)
C0M74Y55K21 
(0%,74%,55%,21%)
(0.00/0.74/0.55/0.21)	

CMYK percentages

%0
%74.13
%55.22
%21.18

Codes

Color #C9345A in popluar color models

C9345A
RGB2015290
HSL345°58.89%49.61%
HSB/HSV345°74.13%78.82%
CMYK0.00%74.13%55.22%
21.18%

Color #C9345A in popluar number systems.

HEXC9345A
Decimal2015290
Binary110010011101001011010
Octal31164132

Shades and tints

Shades of #C9345A

#C9345A
(201,52,90)
#B73052
(183,48,82)
#A52C4A
(165,44,74)
#932842
(147,40,66)
#81243A
(129,36,58)
#6F2032
(111,32,50)
#5D1C2A
(93,28,42)
#4B1822
(75,24,34)
#39141A
(57,20,26)
#271012
(39,16,18)
#150C0A
(21,12,10)
#000000
(0,0,0)

Tints of #C9345A

#C9345A
(201,52,90)
#CD4669
(205,70,105)
#D15878
(209,88,120)
#D56A87
(213,106,135)
#D97C96
(217,124,150)
#DD8EA5
(221,142,165)
#E1A0B4
(225,160,180)
#E5B2C3
(229,178,195)
#E9C4D2
(233,196,210)
#EDD6E1
(237,214,225)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9345A color. Also use rgb(201,52,90) instead hex code.

Text Font Color

.myTextColor { color: #C9345A; }

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

This text font color is #C9345A.


Background Color

.myBgColor { background-color: #C9345A; }

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

This div background color is #C9345A.


Border color

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

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

This div border color is #C9345A.


Opacity

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

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

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

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

This text has shadow with #C9345A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9345A on black background.


Color preview on white background

This text has color #C9345A on white background.



Black color preview on #C9345A background

This text has black color on #C9345A background.


White color preview on #C9345A background

This text has white color on #C9345A background.