COLOR #C7664D

HEX: #C7664D
RGB: (199,102,77)

Renk bilgisi

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

RGB renk modeli

#C7664D color RGB value is (199,102,77).

  • kırmız ton 199;
  • yeşil ton 102;
  • mavi ton 77.
RGB:
(199,102,77)
(78%,40%,30%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 102 of 255 = 40%
B 77 of 255 = 30%

199
102
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 102 + 77 = 378 (100%)
R 199 of 378 ~ 52.65%
G 102 of 378 ~ 26.98%
B 77 of 378 ~ 20.37%

%52.65
%26.98
%20.37

CMYK RENK MODELİ

#C7664D rengi CMYK tonu (0,49,61,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.74%
  • sarı tonu 61.31%
  • ana renk tonu 21.96%
CMYK:
(0,49,61,22)
C0M49Y61K22 
(0%,49%,61%,22%)
(0.00/0.49/0.61/0.22)	

CMYK yüzdeleri

%0
%48.74
%61.31
%21.96

Codes

Color #C7664D in popluar color models

C7664D
RGB19910277
HSL12°52.14%54.12%
HSB/HSV12°61.31%78.04%
CMYK0.00%48.74%61.31%
21.96%

Color #C7664D in popluar number systems.

HEXC7664D
Decimal19910277
Binary1100011111001101001101
Octal307146115

Shades and tints

Shades of #C7664D

#C7664D
(199,102,77)
#B55D46
(181,93,70)
#A3543F
(163,84,63)
#914B38
(145,75,56)
#7F4231
(127,66,49)
#6D392A
(109,57,42)
#5B3023
(91,48,35)
#49271C
(73,39,28)
#371E15
(55,30,21)
#25150E
(37,21,14)
#130C07
(19,12,7)
#000000
(0,0,0)

Tints of #C7664D

#C7664D
(199,102,77)
#CC735D
(204,115,93)
#D1806D
(209,128,109)
#D68D7D
(214,141,125)
#DB9A8D
(219,154,141)
#E0A79D
(224,167,157)
#E5B4AD
(229,180,173)
#EAC1BD
(234,193,189)
#EFCECD
(239,206,205)
#F4DBDD
(244,219,221)
#F9E8ED
(249,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7664D color. Also use rgb(199,102,77) instead hex code.

Text Font Color

.myTextColor { color: #C7664D; }

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

This text font color is #C7664D.


Background Color

.myBgColor { background-color: #C7664D; }

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

This div background color is #C7664D.


Border color

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

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

This div border color is #C7664D.


Opacity

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

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

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

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

This text has shadow with #C7664D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7664D on black background.


Color preview on white background

This text has color #C7664D on white background.



Black color preview on #C7664D background

This text has black color on #C7664D background.


White color preview on #C7664D background

This text has white color on #C7664D background.