COLOR #CC6771

HEX: #CC6771
RGB: (204,103,113)

Renk bilgisi

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

RGB renk modeli

#CC6771 color RGB value is (204,103,113).

  • kırmız ton 204;
  • yeşil ton 103;
  • mavi ton 113.
RGB:
(204,103,113)
(80%,40%,44%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 103 of 255 = 40%
B 113 of 255 = 44%

204
103
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 103 + 113 = 420 (100%)
R 204 of 420 ~ 48.57%
G 103 of 420 ~ 24.52%
B 113 of 420 ~ 26.9%

%48.57
%24.52
%26.9

CMYK RENK MODELİ

#CC6771 rengi CMYK tonu (0,50,45,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.51%
  • sarı tonu 44.61%
  • ana renk tonu 20.00%
CMYK:
(0,50,45,20)
C0M50Y45K20 
(0%,50%,45%,20%)
(0.00/0.50/0.45/0.20)	

CMYK yüzdeleri

%0
%49.51
%44.61
%20

Codes

Color #CC6771 in popluar color models

CC6771
RGB204103113
HSL354°49.75%60.20%
HSB/HSV354°49.51%80.00%
CMYK0.00%49.51%44.61%
20.00%

Color #CC6771 in popluar number systems.

HEXCC6771
Decimal204103113
Binary1100110011001111110001
Octal314147161

Shades and tints

Shades of #CC6771

#CC6771
(204,103,113)
#BA5E67
(186,94,103)
#A8555D
(168,85,93)
#964C53
(150,76,83)
#844349
(132,67,73)
#723A3F
(114,58,63)
#603135
(96,49,53)
#4E282B
(78,40,43)
#3C1F21
(60,31,33)
#2A1617
(42,22,23)
#180D0D
(24,13,13)
#000000
(0,0,0)

Tints of #CC6771

#CC6771
(204,103,113)
#D0747D
(208,116,125)
#D48189
(212,129,137)
#D88E95
(216,142,149)
#DC9BA1
(220,155,161)
#E0A8AD
(224,168,173)
#E4B5B9
(228,181,185)
#E8C2C5
(232,194,197)
#ECCFD1
(236,207,209)
#F0DCDD
(240,220,221)
#F4E9E9
(244,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC6771 color. Also use rgb(204,103,113) instead hex code.

Text Font Color

.myTextColor { color: #CC6771; }

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

This text font color is #CC6771.


Background Color

.myBgColor { background-color: #CC6771; }

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

This div background color is #CC6771.


Border color

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

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

This div border color is #CC6771.


Opacity

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

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

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

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

This text has shadow with #CC6771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6771 on black background.


Color preview on white background

This text has color #CC6771 on white background.



Black color preview on #CC6771 background

This text has black color on #CC6771 background.


White color preview on #CC6771 background

This text has white color on #CC6771 background.