COLOR #C7677C

HEX: #C7677C
RGB: (199,103,124)

Renk bilgisi

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

RGB renk modeli

#C7677C color RGB value is (199,103,124).

  • kırmız ton 199;
  • yeşil ton 103;
  • mavi ton 124.
RGB:
(199,103,124)
(78%,40%,49%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 103 of 255 = 40%
B 124 of 255 = 49%

199
103
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 103 + 124 = 426 (100%)
R 199 of 426 ~ 46.71%
G 103 of 426 ~ 24.18%
B 124 of 426 ~ 29.11%

%46.71
%24.18
%29.11

CMYK RENK MODELİ

#C7677C rengi CMYK tonu (0,48,38,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.24%
  • sarı tonu 37.69%
  • ana renk tonu 21.96%
CMYK:
(0,48,38,22)
C0M48Y38K22 
(0%,48%,38%,22%)
(0.00/0.48/0.38/0.22)	

CMYK yüzdeleri

%0
%48.24
%37.69
%21.96

Codes

Color #C7677C in popluar color models

C7677C
RGB199103124
HSL347°46.15%59.22%
HSB/HSV347°48.24%78.04%
CMYK0.00%48.24%37.69%
21.96%

Color #C7677C in popluar number systems.

HEXC7677C
Decimal199103124
Binary1100011111001111111100
Octal307147174

Shades and tints

Shades of #C7677C

#C7677C
(199,103,124)
#B55E71
(181,94,113)
#A35566
(163,85,102)
#914C5B
(145,76,91)
#7F4350
(127,67,80)
#6D3A45
(109,58,69)
#5B313A
(91,49,58)
#49282F
(73,40,47)
#371F24
(55,31,36)
#251619
(37,22,25)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #C7677C

#C7677C
(199,103,124)
#CC7487
(204,116,135)
#D18192
(209,129,146)
#D68E9D
(214,142,157)
#DB9BA8
(219,155,168)
#E0A8B3
(224,168,179)
#E5B5BE
(229,181,190)
#EAC2C9
(234,194,201)
#EFCFD4
(239,207,212)
#F4DCDF
(244,220,223)
#F9E9EA
(249,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7677C color. Also use rgb(199,103,124) instead hex code.

Text Font Color

.myTextColor { color: #C7677C; }

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

This text font color is #C7677C.


Background Color

.myBgColor { background-color: #C7677C; }

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

This div background color is #C7677C.


Border color

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

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

This div border color is #C7677C.


Opacity

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

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

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

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

This text has shadow with #C7677C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7677C on black background.


Color preview on white background

This text has color #C7677C on white background.



Black color preview on #C7677C background

This text has black color on #C7677C background.


White color preview on #C7677C background

This text has white color on #C7677C background.