COLOR #C10D65

HEX: #C10D65
RGB: (193,13,101)

Color info

#C10D65 contains mainly red color. Web safe color of #C10D65 is #CC0066 (or #C06).

RGB color model

#C10D65 color RGB value is (193,13,101).

  • red value is 193;
  • green value is 13;
  • blue value is 101.
RGB:
(193,13,101)
(76%,5%,40%)

RGB channels and saturation

R 193 of 255 = 76%
G 13 of 255 = 5%
B 101 of 255 = 40%

193
13
101

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

Portions of RGB colors in percentages

R + G + B =
193 + 13 + 101 = 307 (100%)
R 193 of 307 ~ 62.87%
G 13 of 307 ~ 4.23%
B 101 of 307 ~ 32.9%

%62.87
%32.9

CMYK color model

#C10D65 color CMYK value is (0,93,48,24).

  • cyan value is 0.00%
  • magenta value is 93.26%
  • yellow value is 47.67%
  • key color value is 24.31%
CMYK:
(0,93,48,24)
C0M93Y48K24 
(0%,93%,48%,24%)
(0.00/0.93/0.48/0.24)	

CMYK percentages

%0
%93.26
%47.67
%24.31

Codes

Color #C10D65 in popluar color models

C10D65
RGB19313101
HSL331°87.38%40.39%
HSB/HSV331°93.26%75.69%
CMYK0.00%93.26%47.67%
24.31%

Color #C10D65 in popluar number systems.

HEXC10D65
Decimal19313101
Binary1100000111011100101
Octal30115145

Shades and tints

Shades of #C10D65

#C10D65
(193,13,101)
#B00C5C
(176,12,92)
#9F0B53
(159,11,83)
#8E0A4A
(142,10,74)
#7D0941
(125,9,65)
#6C0838
(108,8,56)
#5B072F
(91,7,47)
#4A0626
(74,6,38)
#39051D
(57,5,29)
#280414
(40,4,20)
#17030B
(23,3,11)
#000000
(0,0,0)

Tints of #C10D65

#C10D65
(193,13,101)
#C62373
(198,35,115)
#CB3981
(203,57,129)
#D04F8F
(208,79,143)
#D5659D
(213,101,157)
#DA7BAB
(218,123,171)
#DF91B9
(223,145,185)
#E4A7C7
(228,167,199)
#E9BDD5
(233,189,213)
#EED3E3
(238,211,227)
#F3E9F1
(243,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C10D65 color. Also use rgb(193,13,101) instead hex code.

Text Font Color

.myTextColor { color: #C10D65; }

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

This text font color is #C10D65.


Background Color

.myBgColor { background-color: #C10D65; }

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

This div background color is #C10D65.


Border color

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

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

This div border color is #C10D65.


Opacity

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

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

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

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

This text has shadow with #C10D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C10D65 on black background.


Color preview on white background

This text has color #C10D65 on white background.



Black color preview on #C10D65 background

This text has black color on #C10D65 background.


White color preview on #C10D65 background

This text has white color on #C10D65 background.