COLOR #C7995E

HEX: #C7995E
RGB: (199,153,94)

Renk bilgisi

#C7995E contains mainly red and green colors. #C7995E ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C7995E color RGB value is (199,153,94).

  • kırmız ton 199;
  • yeşil ton 153;
  • mavi ton 94.
RGB:
(199,153,94)
(78%,60%,37%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 153 of 255 = 60%
B 94 of 255 = 37%

199
153
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 153 + 94 = 446 (100%)
R 199 of 446 ~ 44.62%
G 153 of 446 ~ 34.3%
B 94 of 446 ~ 21.08%

%44.62
%34.3
%21.08

CMYK RENK MODELİ

#C7995E rengi CMYK tonu (0,23,53,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.12%
  • sarı tonu 52.76%
  • ana renk tonu 21.96%
CMYK:
(0,23,53,22)
C0M23Y53K22 
(0%,23%,53%,22%)
(0.00/0.23/0.53/0.22)	

CMYK yüzdeleri

%0
%23.12
%52.76
%21.96

Codes

Color #C7995E in popluar color models

C7995E
RGB19915394
HSL34°48.39%57.45%
HSB/HSV34°52.76%78.04%
CMYK0.00%23.12%52.76%
21.96%

Color #C7995E in popluar number systems.

HEXC7995E
Decimal19915394
Binary11000111100110011011110
Octal307231136

Shades and tints

Shades of #C7995E

#C7995E
(199,153,94)
#B58C56
(181,140,86)
#A37F4E
(163,127,78)
#917246
(145,114,70)
#7F653E
(127,101,62)
#6D5836
(109,88,54)
#5B4B2E
(91,75,46)
#493E26
(73,62,38)
#37311E
(55,49,30)
#252416
(37,36,22)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #C7995E

#C7995E
(199,153,94)
#CCA26C
(204,162,108)
#D1AB7A
(209,171,122)
#D6B488
(214,180,136)
#DBBD96
(219,189,150)
#E0C6A4
(224,198,164)
#E5CFB2
(229,207,178)
#EAD8C0
(234,216,192)
#EFE1CE
(239,225,206)
#F4EADC
(244,234,220)
#F9F3EA
(249,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7995E color. Also use rgb(199,153,94) instead hex code.

Text Font Color

.myTextColor { color: #C7995E; }

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

This text font color is #C7995E.


Background Color

.myBgColor { background-color: #C7995E; }

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

This div background color is #C7995E.


Border color

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

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

This div border color is #C7995E.


Opacity

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

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

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

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

This text has shadow with #C7995E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7995E on black background.


Color preview on white background

This text has color #C7995E on white background.



Black color preview on #C7995E background

This text has black color on #C7995E background.


White color preview on #C7995E background

This text has white color on #C7995E background.