COLOR #CC6E46

HEX: #CC6E46
RGB: (204,110,70)

Renk bilgisi

#CC6E46 contains mainly red color. #CC6E46 ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#CC6E46 color RGB value is (204,110,70).

  • kırmız ton 204;
  • yeşil ton 110;
  • mavi ton 70.
RGB:
(204,110,70)
(80%,43%,27%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 110 of 255 = 43%
B 70 of 255 = 27%

204
110
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 110 + 70 = 384 (100%)
R 204 of 384 ~ 53.13%
G 110 of 384 ~ 28.65%
B 70 of 384 ~ 18.23%

%53.13
%28.65
%18.23

CMYK RENK MODELİ

#CC6E46 rengi CMYK tonu (0,46,66,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.08%
  • sarı tonu 65.69%
  • ana renk tonu 20.00%
CMYK:
(0,46,66,20)
C0M46Y66K20 
(0%,46%,66%,20%)
(0.00/0.46/0.66/0.20)	

CMYK yüzdeleri

%0
%46.08
%65.69
%20

Codes

Color #CC6E46 in popluar color models

CC6E46
RGB20411070
HSL18°56.78%53.73%
HSB/HSV18°65.69%80.00%
CMYK0.00%46.08%65.69%
20.00%

Color #CC6E46 in popluar number systems.

HEXCC6E46
Decimal20411070
Binary1100110011011101000110
Octal314156106

Shades and tints

Shades of #CC6E46

#CC6E46
(204,110,70)
#BA6440
(186,100,64)
#A85A3A
(168,90,58)
#965034
(150,80,52)
#84462E
(132,70,46)
#723C28
(114,60,40)
#603222
(96,50,34)
#4E281C
(78,40,28)
#3C1E16
(60,30,22)
#2A1410
(42,20,16)
#180A0A
(24,10,10)
#000000
(0,0,0)

Tints of #CC6E46

#CC6E46
(204,110,70)
#D07B56
(208,123,86)
#D48866
(212,136,102)
#D89576
(216,149,118)
#DCA286
(220,162,134)
#E0AF96
(224,175,150)
#E4BCA6
(228,188,166)
#E8C9B6
(232,201,182)
#ECD6C6
(236,214,198)
#F0E3D6
(240,227,214)
#F4F0E6
(244,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC6E46 color. Also use rgb(204,110,70) instead hex code.

Text Font Color

.myTextColor { color: #CC6E46; }

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

This text font color is #CC6E46.


Background Color

.myBgColor { background-color: #CC6E46; }

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

This div background color is #CC6E46.


Border color

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

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

This div border color is #CC6E46.


Opacity

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

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

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

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

This text has shadow with #CC6E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6E46 on black background.


Color preview on white background

This text has color #CC6E46 on white background.



Black color preview on #CC6E46 background

This text has black color on #CC6E46 background.


White color preview on #CC6E46 background

This text has white color on #CC6E46 background.