COLOR #C6575A

HEX: #C6575A
RGB: (198,87,90)

Color info

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

RGB color model

#C6575A color RGB value is (198,87,90).

  • red value is 198;
  • green value is 87;
  • blue value is 90.
RGB:
(198,87,90)
(78%,34%,35%)

RGB channels and saturation

R 198 of 255 = 78%
G 87 of 255 = 34%
B 90 of 255 = 35%

198
87
90

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

Portions of RGB colors in percentages

R + G + B =
198 + 87 + 90 = 375 (100%)
R 198 of 375 ~ 52.8%
G 87 of 375 ~ 23.2%
B 90 of 375 ~ 24%

%52.8
%23.2
%24

CMYK color model

#C6575A color CMYK value is (0,56,55,22).

  • cyan value is 0.00%
  • magenta value is 56.06%
  • yellow value is 54.55%
  • key color value is 22.35%
CMYK:
(0,56,55,22)
C0M56Y55K22 
(0%,56%,55%,22%)
(0.00/0.56/0.55/0.22)	

CMYK percentages

%0
%56.06
%54.55
%22.35

Codes

Color #C6575A in popluar color models

C6575A
RGB1988790
HSL358°49.33%55.88%
HSB/HSV358°56.06%77.65%
CMYK0.00%56.06%54.55%
22.35%

Color #C6575A in popluar number systems.

HEXC6575A
Decimal1988790
Binary1100011010101111011010
Octal306127132

Shades and tints

Shades of #C6575A

#C6575A
(198,87,90)
#B45052
(180,80,82)
#A2494A
(162,73,74)
#904242
(144,66,66)
#7E3B3A
(126,59,58)
#6C3432
(108,52,50)
#5A2D2A
(90,45,42)
#482622
(72,38,34)
#361F1A
(54,31,26)
#241812
(36,24,18)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #C6575A

#C6575A
(198,87,90)
#CB6669
(203,102,105)
#D07578
(208,117,120)
#D58487
(213,132,135)
#DA9396
(218,147,150)
#DFA2A5
(223,162,165)
#E4B1B4
(228,177,180)
#E9C0C3
(233,192,195)
#EECFD2
(238,207,210)
#F3DEE1
(243,222,225)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6575A; }

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

This text font color is #C6575A.


Background Color

.myBgColor { background-color: #C6575A; }

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

This div background color is #C6575A.


Border color

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

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

This div border color is #C6575A.


Opacity

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

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

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

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

This text has shadow with #C6575A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6575A on black background.


Color preview on white background

This text has color #C6575A on white background.



Black color preview on #C6575A background

This text has black color on #C6575A background.


White color preview on #C6575A background

This text has white color on #C6575A background.