COLOR #CC6550

HEX: #CC6550 RGB: (204,101,80)

Renk bilgisi

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

RGB renk modeli

#CC6550 color RGB value is (204,101,80).

RGB: (204,101,80) (80%, 40%, 31%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 101 of 255 = 40%
B 80 of 255 = 31%

204
101
80

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

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 101 + 80 = 385 (100%)
R 204 of 385 ~ 52.99%
G 101 of 385 ~ 26.23%
B 80 of 385 ~ 20.78'%

%52.99
%26.23
%20.78

CMYK RENK MODELİ

#CC6550 rengi CMYK tonu (0,50,61,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.49%
  • sarı tonu 60.78%
  • ana renk tonu 20.00%

CMYK: (0,50,61,20)
C0M50Y61K20 (0%, 50%, 61%, 20%)
(0.00 / 0.50 / 0.61 / 0.20)

CMYK yüzdeleri

%0
%50.49
%60.78
%20

Codes

Color #CC6550 in popluar color models

CC 65 50
RGB 204 101 80
HSL 10° 54.87% 55.69%
HSB/HSV 10° 60.78% 80.00%
CMYK 0.00% 50.49% 60.78%
20.00%

Color #CC6550 in popluar number systems.

HEX CC 65 50
Decimal 204 101 80
Binary 11001100 1100101 1010000
Octal 314 145 120

Shades and tints

Shades of #CC6550

#CC6550
(204,101,80)
#BA5C49
(186,92,73)
#A85342
(168,83,66)
#964A3B
(150,74,59)
#844134
(132,65,52)
#72382D
(114,56,45)
#602F26
(96,47,38)
#4E261F
(78,38,31)
#3C1D18
(60,29,24)
#2A1411
(42,20,17)
#180B0A
(24,11,10)
#000000
(0,0,0)

Tints of #CC6550

#CC6550
(204,101,80)
#D0735F
(208,115,95)
#D4816E
(212,129,110)
#D88F7D
(216,143,125)
#DC9D8C
(220,157,140)
#E0AB9B
(224,171,155)
#E4B9AA
(228,185,170)
#E8C7B9
(232,199,185)
#ECD5C8
(236,213,200)
#F0E3D7
(240,227,215)
#F4F1E6
(244,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC6550 color. Also use rgb(204,101,80) instead hex code.

Text Font Color

.myTextColor { color: #CC6550; }

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

This text font color is #CC6550.

Background Color

.myBgColor { background-color: #CC6550; }

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

This div background color is #CC6550.

Border color

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

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

This div border color is #CC6550.

Opacity

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

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

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

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

This text has shadow with #CC6550 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC6550.

Preview

Color preview on black background

This text has color #CC6550 on black background.


Color preview on white background

This text has color #CC6550 on white background.


Black color preview on #CC6550 background

This text has black color on #CC6550 background.


White color preview on #CC6550 background

This text has white color on #CC6550 background.


Related colors

Complementary color

Complementary color for #hex is #339AAF.


I love getcolorcode.com

Triadic colors

1 #50CC65 and #6550CC with #CC6550 are triadic colors.

2 #5065CC and #65CC50 with #CC6550 are triadic colors.