COLOR #CC6D11

HEX: #CC6D11
RGB: (204,109,17)

Renk bilgisi

#CC6D11 contains mainly red color. #CC6D11 ‘ nin web güvenlik rengi #CC6600 (ya da #C60) dir.

RGB renk modeli

#CC6D11 color RGB value is (204,109,17).

  • kırmız ton 204;
  • yeşil ton 109;
  • mavi ton 17.
RGB:
(204,109,17)
(80%,43%,7%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 109 of 255 = 43%
B 17 of 255 = 7%

204
109
17

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

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 109 + 17 = 330 (100%)
R 204 of 330 ~ 61.82%
G 109 of 330 ~ 33.03%
B 17 of 330 ~ 5.15%

%61.82
%33.03

CMYK RENK MODELİ

#CC6D11 rengi CMYK tonu (0,47,92,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.57%
  • sarı tonu 91.67%
  • ana renk tonu 20.00%
CMYK:
(0,47,92,20)
C0M47Y92K20 
(0%,47%,92%,20%)
(0.00/0.47/0.92/0.20)	

CMYK yüzdeleri

%0
%46.57
%91.67
%20

Codes

Color #CC6D11 in popluar color models

CC6D11
RGB20410917
HSL30°84.62%43.33%
HSB/HSV30°91.67%80.00%
CMYK0.00%46.57%91.67%
20.00%

Color #CC6D11 in popluar number systems.

HEXCC6D11
Decimal20410917
Binary11001100110110110001
Octal31415521

Shades and tints

Shades of #CC6D11

#CC6D11
(204,109,17)
#BA6410
(186,100,16)
#A85B0F
(168,91,15)
#96520E
(150,82,14)
#84490D
(132,73,13)
#72400C
(114,64,12)
#60370B
(96,55,11)
#4E2E0A
(78,46,10)
#3C2509
(60,37,9)
#2A1C08
(42,28,8)
#181307
(24,19,7)
#000000
(0,0,0)

Tints of #CC6D11

#CC6D11
(204,109,17)
#D07A26
(208,122,38)
#D4873B
(212,135,59)
#D89450
(216,148,80)
#DCA165
(220,161,101)
#E0AE7A
(224,174,122)
#E4BB8F
(228,187,143)
#E8C8A4
(232,200,164)
#ECD5B9
(236,213,185)
#F0E2CE
(240,226,206)
#F4EFE3
(244,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC6D11 color. Also use rgb(204,109,17) instead hex code.

Text Font Color

.myTextColor { color: #CC6D11; }

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

This text font color is #CC6D11.


Background Color

.myBgColor { background-color: #CC6D11; }

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

This div background color is #CC6D11.


Border color

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

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

This div border color is #CC6D11.


Opacity

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

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

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

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

This text has shadow with #CC6D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6D11 on black background.


Color preview on white background

This text has color #CC6D11 on white background.



Black color preview on #CC6D11 background

This text has black color on #CC6D11 background.


White color preview on #CC6D11 background

This text has white color on #CC6D11 background.