COLOR #C64348

HEX: #C64348
RGB: (198,67,72)

Color info

#C64348 contains mainly red color. Web safe color of #C64348 is #CC3333 (or #C33).

RGB color model

#C64348 color RGB value is (198,67,72).

  • red value is 198;
  • green value is 67;
  • blue value is 72.
RGB:
(198,67,72)
(78%,26%,28%)

RGB channels and saturation

R 198 of 255 = 78%
G 67 of 255 = 26%
B 72 of 255 = 28%

198
67
72

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

Portions of RGB colors in percentages

R + G + B =
198 + 67 + 72 = 337 (100%)
R 198 of 337 ~ 58.75%
G 67 of 337 ~ 19.88%
B 72 of 337 ~ 21.36%

%58.75
%19.88
%21.36

CMYK color model

#C64348 color CMYK value is (0,66,64,22).

  • cyan value is 0.00%
  • magenta value is 66.16%
  • yellow value is 63.64%
  • key color value is 22.35%
CMYK:
(0,66,64,22)
C0M66Y64K22 
(0%,66%,64%,22%)
(0.00/0.66/0.64/0.22)	

CMYK percentages

%0
%66.16
%63.64
%22.35

Codes

Color #C64348 in popluar color models

C64348
RGB1986772
HSL358°53.47%51.96%
HSB/HSV358°66.16%77.65%
CMYK0.00%66.16%63.64%
22.35%

Color #C64348 in popluar number systems.

HEXC64348
Decimal1986772
Binary1100011010000111001000
Octal306103110

Shades and tints

Shades of #C64348

#C64348
(198,67,72)
#B43D42
(180,61,66)
#A2373C
(162,55,60)
#903136
(144,49,54)
#7E2B30
(126,43,48)
#6C252A
(108,37,42)
#5A1F24
(90,31,36)
#48191E
(72,25,30)
#361318
(54,19,24)
#240D12
(36,13,18)
#12070C
(18,7,12)
#000000
(0,0,0)

Tints of #C64348

#C64348
(198,67,72)
#CB5458
(203,84,88)
#D06568
(208,101,104)
#D57678
(213,118,120)
#DA8788
(218,135,136)
#DF9898
(223,152,152)
#E4A9A8
(228,169,168)
#E9BAB8
(233,186,184)
#EECBC8
(238,203,200)
#F3DCD8
(243,220,216)
#F8EDE8
(248,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C64348; }

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

This text font color is #C64348.


Background Color

.myBgColor { background-color: #C64348; }

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

This div background color is #C64348.


Border color

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

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

This div border color is #C64348.


Opacity

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

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

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

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

This text has shadow with #C64348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C64348 on black background.


Color preview on white background

This text has color #C64348 on white background.



Black color preview on #C64348 background

This text has black color on #C64348 background.


White color preview on #C64348 background

This text has white color on #C64348 background.