COLOR #C5235D

HEX: #C5235D
RGB: (197,35,93)

Color info

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

RGB color model

#C5235D color RGB value is (197,35,93).

  • red value is 197;
  • green value is 35;
  • blue value is 93.
RGB:
(197,35,93)
(77%,14%,36%)

RGB channels and saturation

R 197 of 255 = 77%
G 35 of 255 = 14%
B 93 of 255 = 36%

197
35
93

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

Portions of RGB colors in percentages

R + G + B =
197 + 35 + 93 = 325 (100%)
R 197 of 325 ~ 60.62%
G 35 of 325 ~ 10.77%
B 93 of 325 ~ 28.62%

%60.62
%10.77
%28.62

CMYK color model

#C5235D color CMYK value is (0,82,53,23).

  • cyan value is 0.00%
  • magenta value is 82.23%
  • yellow value is 52.79%
  • key color value is 22.75%
CMYK:
(0,82,53,23)
C0M82Y53K23 
(0%,82%,53%,23%)
(0.00/0.82/0.53/0.23)	

CMYK percentages

%0
%82.23
%52.79
%22.75

Codes

Color #C5235D in popluar color models

C5235D
RGB1973593
HSL339°69.83%45.49%
HSB/HSV339°82.23%77.25%
CMYK0.00%82.23%52.79%
22.75%

Color #C5235D in popluar number systems.

HEXC5235D
Decimal1973593
Binary110001011000111011101
Octal30543135

Shades and tints

Shades of #C5235D

#C5235D
(197,35,93)
#B42055
(180,32,85)
#A31D4D
(163,29,77)
#921A45
(146,26,69)
#81173D
(129,23,61)
#701435
(112,20,53)
#5F112D
(95,17,45)
#4E0E25
(78,14,37)
#3D0B1D
(61,11,29)
#2C0815
(44,8,21)
#1B050D
(27,5,13)
#000000
(0,0,0)

Tints of #C5235D

#C5235D
(197,35,93)
#CA376B
(202,55,107)
#CF4B79
(207,75,121)
#D45F87
(212,95,135)
#D97395
(217,115,149)
#DE87A3
(222,135,163)
#E39BB1
(227,155,177)
#E8AFBF
(232,175,191)
#EDC3CD
(237,195,205)
#F2D7DB
(242,215,219)
#F7EBE9
(247,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5235D color. Also use rgb(197,35,93) instead hex code.

Text Font Color

.myTextColor { color: #C5235D; }

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

This text font color is #C5235D.


Background Color

.myBgColor { background-color: #C5235D; }

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

This div background color is #C5235D.


Border color

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

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

This div border color is #C5235D.


Opacity

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

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

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

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

This text has shadow with #C5235D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5235D on black background.


Color preview on white background

This text has color #C5235D on white background.



Black color preview on #C5235D background

This text has black color on #C5235D background.


White color preview on #C5235D background

This text has white color on #C5235D background.