COLOR #C6555F

HEX: #C6555F
RGB: (198,85,95)

Renk bilgisi

#C6555F contains mainly red color. #C6555F ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#C6555F color RGB value is (198,85,95).

  • kırmız ton 198;
  • yeşil ton 85;
  • mavi ton 95.
RGB:
(198,85,95)
(78%,33%,37%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 85 of 255 = 33%
B 95 of 255 = 37%

198
85
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 85 + 95 = 378 (100%)
R 198 of 378 ~ 52.38%
G 85 of 378 ~ 22.49%
B 95 of 378 ~ 25.13%

%52.38
%22.49
%25.13

CMYK RENK MODELİ

#C6555F rengi CMYK tonu (0,57,52,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.07%
  • sarı tonu 52.02%
  • ana renk tonu 22.35%
CMYK:
(0,57,52,22)
C0M57Y52K22 
(0%,57%,52%,22%)
(0.00/0.57/0.52/0.22)	

CMYK yüzdeleri

%0
%57.07
%52.02
%22.35

Codes

Color #C6555F in popluar color models

C6555F
RGB1988595
HSL355°49.78%55.49%
HSB/HSV355°57.07%77.65%
CMYK0.00%57.07%52.02%
22.35%

Color #C6555F in popluar number systems.

HEXC6555F
Decimal1988595
Binary1100011010101011011111
Octal306125137

Shades and tints

Shades of #C6555F

#C6555F
(198,85,95)
#B44E57
(180,78,87)
#A2474F
(162,71,79)
#904047
(144,64,71)
#7E393F
(126,57,63)
#6C3237
(108,50,55)
#5A2B2F
(90,43,47)
#482427
(72,36,39)
#361D1F
(54,29,31)
#241617
(36,22,23)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #C6555F

#C6555F
(198,85,95)
#CB646D
(203,100,109)
#D0737B
(208,115,123)
#D58289
(213,130,137)
#DA9197
(218,145,151)
#DFA0A5
(223,160,165)
#E4AFB3
(228,175,179)
#E9BEC1
(233,190,193)
#EECDCF
(238,205,207)
#F3DCDD
(243,220,221)
#F8EBEB
(248,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6555F; }

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

This text font color is #C6555F.


Background Color

.myBgColor { background-color: #C6555F; }

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

This div background color is #C6555F.


Border color

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

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

This div border color is #C6555F.


Opacity

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

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

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

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

This text has shadow with #C6555F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6555F on black background.


Color preview on white background

This text has color #C6555F on white background.



Black color preview on #C6555F background

This text has black color on #C6555F background.


White color preview on #C6555F background

This text has white color on #C6555F background.