COLOR #C5885C

HEX: #C5885C
RGB: (197,136,92)

Renk bilgisi

#C5885C contains mainly red color. #C5885C ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C5885C color RGB value is (197,136,92).

  • kırmız ton 197;
  • yeşil ton 136;
  • mavi ton 92.
RGB:
(197,136,92)
(77%,53%,36%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 136 of 255 = 53%
B 92 of 255 = 36%

197
136
92

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 136 + 92 = 425 (100%)
R 197 of 425 ~ 46.35%
G 136 of 425 ~ 32%
B 92 of 425 ~ 21.65%

%46.35
%32
%21.65

CMYK RENK MODELİ

#C5885C rengi CMYK tonu (0,31,53,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.96%
  • sarı tonu 53.30%
  • ana renk tonu 22.75%
CMYK:
(0,31,53,23)
C0M31Y53K23 
(0%,31%,53%,23%)
(0.00/0.31/0.53/0.23)	

CMYK yüzdeleri

%0
%30.96
%53.3
%22.75

Codes

Color #C5885C in popluar color models

C5885C
RGB19713692
HSL25°47.51%56.67%
HSB/HSV25°53.30%77.25%
CMYK0.00%30.96%53.30%
22.75%

Color #C5885C in popluar number systems.

HEXC5885C
Decimal19713692
Binary11000101100010001011100
Octal305210134

Shades and tints

Shades of #C5885C

#C5885C
(197,136,92)
#B47C54
(180,124,84)
#A3704C
(163,112,76)
#926444
(146,100,68)
#81583C
(129,88,60)
#704C34
(112,76,52)
#5F402C
(95,64,44)
#4E3424
(78,52,36)
#3D281C
(61,40,28)
#2C1C14
(44,28,20)
#1B100C
(27,16,12)
#000000
(0,0,0)

Tints of #C5885C

#C5885C
(197,136,92)
#CA926A
(202,146,106)
#CF9C78
(207,156,120)
#D4A686
(212,166,134)
#D9B094
(217,176,148)
#DEBAA2
(222,186,162)
#E3C4B0
(227,196,176)
#E8CEBE
(232,206,190)
#EDD8CC
(237,216,204)
#F2E2DA
(242,226,218)
#F7ECE8
(247,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5885C color. Also use rgb(197,136,92) instead hex code.

Text Font Color

.myTextColor { color: #C5885C; }

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

This text font color is #C5885C.


Background Color

.myBgColor { background-color: #C5885C; }

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

This div background color is #C5885C.


Border color

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

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

This div border color is #C5885C.


Opacity

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

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

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

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

This text has shadow with #C5885C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5885C on black background.


Color preview on white background

This text has color #C5885C on white background.



Black color preview on #C5885C background

This text has black color on #C5885C background.


White color preview on #C5885C background

This text has white color on #C5885C background.