COLOR #C65252

HEX: #C65252
RGB: (198,82,82)

Color info

#C65252 contains mainly red color. Web safe color of #C65252 is #CC6666 (or #C66).

RGB color model

#C65252 color RGB value is (198,82,82).

  • red value is 198;
  • green value is 82;
  • blue value is 82.
RGB:
(198,82,82)
(78%,32%,32%)

RGB channels and saturation

R 198 of 255 = 78%
G 82 of 255 = 32%
B 82 of 255 = 32%

198
82
82

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

Portions of RGB colors in percentages

R + G + B =
198 + 82 + 82 = 362 (100%)
R 198 of 362 ~ 54.7%
G 82 of 362 ~ 22.65%
B 82 of 362 ~ 22.65%

%54.7
%22.65
%22.65

CMYK color model

#C65252 color CMYK value is (0,59,59,22).

  • cyan value is 0.00%
  • magenta value is 58.59%
  • yellow value is 58.59%
  • key color value is 22.35%
CMYK:
(0,59,59,22)
C0M59Y59K22 
(0%,59%,59%,22%)
(0.00/0.59/0.59/0.22)	

CMYK percentages

%0
%58.59
%58.59
%22.35

Codes

Color #C65252 in popluar color models

C65252
RGB1988282
HSL50.43%54.90%
HSB/HSV58.59%77.65%
CMYK0.00%58.59%58.59%
22.35%

Color #C65252 in popluar number systems.

HEXC65252
Decimal1988282
Binary1100011010100101010010
Octal306122122

Shades and tints

Shades of #C65252

#C65252
(198,82,82)
#B44B4B
(180,75,75)
#A24444
(162,68,68)
#903D3D
(144,61,61)
#7E3636
(126,54,54)
#6C2F2F
(108,47,47)
#5A2828
(90,40,40)
#482121
(72,33,33)
#361A1A
(54,26,26)
#241313
(36,19,19)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #C65252

#C65252
(198,82,82)
#CB6161
(203,97,97)
#D07070
(208,112,112)
#D57F7F
(213,127,127)
#DA8E8E
(218,142,142)
#DF9D9D
(223,157,157)
#E4ACAC
(228,172,172)
#E9BBBB
(233,187,187)
#EECACA
(238,202,202)
#F3D9D9
(243,217,217)
#F8E8E8
(248,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C65252 color. Also use rgb(198,82,82) instead hex code.

Text Font Color

.myTextColor { color: #C65252; }

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

This text font color is #C65252.


Background Color

.myBgColor { background-color: #C65252; }

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

This div background color is #C65252.


Border color

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

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

This div border color is #C65252.


Opacity

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

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

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

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

This text has shadow with #C65252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C65252 on black background.


Color preview on white background

This text has color #C65252 on white background.



Black color preview on #C65252 background

This text has black color on #C65252 background.


White color preview on #C65252 background

This text has white color on #C65252 background.