COLOR #CC7A63

HEX: #CC7A63
RGB: (204,122,99)

Renk bilgisi

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

RGB renk modeli

#CC7A63 color RGB value is (204,122,99).

  • kırmız ton 204;
  • yeşil ton 122;
  • mavi ton 99.
RGB:
(204,122,99)
(80%,48%,39%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 122 of 255 = 48%
B 99 of 255 = 39%

204
122
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 122 + 99 = 425 (100%)
R 204 of 425 ~ 48%
G 122 of 425 ~ 28.71%
B 99 of 425 ~ 23.29%

%48
%28.71
%23.29

CMYK RENK MODELİ

#CC7A63 rengi CMYK tonu (0,40,51,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.20%
  • sarı tonu 51.47%
  • ana renk tonu 20.00%
CMYK:
(0,40,51,20)
C0M40Y51K20 
(0%,40%,51%,20%)
(0.00/0.40/0.51/0.20)	

CMYK yüzdeleri

%0
%40.2
%51.47
%20

Codes

Color #CC7A63 in popluar color models

CC7A63
RGB20412299
HSL13°50.72%59.41%
HSB/HSV13°51.47%80.00%
CMYK0.00%40.20%51.47%
20.00%

Color #CC7A63 in popluar number systems.

HEXCC7A63
Decimal20412299
Binary1100110011110101100011
Octal314172143

Shades and tints

Shades of #CC7A63

#CC7A63
(204,122,99)
#BA6F5A
(186,111,90)
#A86451
(168,100,81)
#965948
(150,89,72)
#844E3F
(132,78,63)
#724336
(114,67,54)
#60382D
(96,56,45)
#4E2D24
(78,45,36)
#3C221B
(60,34,27)
#2A1712
(42,23,18)
#180C09
(24,12,9)
#000000
(0,0,0)

Tints of #CC7A63

#CC7A63
(204,122,99)
#D08671
(208,134,113)
#D4927F
(212,146,127)
#D89E8D
(216,158,141)
#DCAA9B
(220,170,155)
#E0B6A9
(224,182,169)
#E4C2B7
(228,194,183)
#E8CEC5
(232,206,197)
#ECDAD3
(236,218,211)
#F0E6E1
(240,230,225)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7A63 color. Also use rgb(204,122,99) instead hex code.

Text Font Color

.myTextColor { color: #CC7A63; }

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

This text font color is #CC7A63.


Background Color

.myBgColor { background-color: #CC7A63; }

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

This div background color is #CC7A63.


Border color

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

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

This div border color is #CC7A63.


Opacity

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

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

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

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

This text has shadow with #CC7A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7A63 on black background.


Color preview on white background

This text has color #CC7A63 on white background.



Black color preview on #CC7A63 background

This text has black color on #CC7A63 background.


White color preview on #CC7A63 background

This text has white color on #CC7A63 background.