COLOR #C4A59B

HEX: #C4A59B
RGB: (196,165,155)

Renk bilgisi

#C4A59B contains red, green and blue colors in about the same proportion. #C4A59B ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C4A59B color RGB value is (196,165,155).

  • kırmız ton 196;
  • yeşil ton 165;
  • mavi ton 155.
RGB:
(196,165,155)
(77%,65%,61%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 165 of 255 = 65%
B 155 of 255 = 61%

196
165
155

R + G + B ~ 68%. #C4A59B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 165 + 155 = 516 (100%)
R 196 of 516 ~ 37.98%
G 165 of 516 ~ 31.98%
B 155 of 516 ~ 30.04%

%37.98
%31.98
%30.04

CMYK RENK MODELİ

#C4A59B rengi CMYK tonu (0,16,21,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.82%
  • sarı tonu 20.92%
  • ana renk tonu 23.14%
CMYK:
(0,16,21,23)
C0M16Y21K23 
(0%,16%,21%,23%)
(0.00/0.16/0.21/0.23)	

CMYK yüzdeleri

%0
%15.82
%20.92
%23.14

Codes

Color #C4A59B in popluar color models

C4A59B
RGB196165155
HSL15°25.79%68.82%
HSB/HSV15°20.92%76.86%
CMYK0.00%15.82%20.92%
23.14%

Color #C4A59B in popluar number systems.

HEXC4A59B
Decimal196165155
Binary110001001010010110011011
Octal304245233

Shades and tints

Shades of #C4A59B

#C4A59B
(196,165,155)
#B3968D
(179,150,141)
#A2877F
(162,135,127)
#917871
(145,120,113)
#806963
(128,105,99)
#6F5A55
(111,90,85)
#5E4B47
(94,75,71)
#4D3C39
(77,60,57)
#3C2D2B
(60,45,43)
#2B1E1D
(43,30,29)
#1A0F0F
(26,15,15)
#000000
(0,0,0)

Tints of #C4A59B

#C4A59B
(196,165,155)
#C9ADA4
(201,173,164)
#CEB5AD
(206,181,173)
#D3BDB6
(211,189,182)
#D8C5BF
(216,197,191)
#DDCDC8
(221,205,200)
#E2D5D1
(226,213,209)
#E7DDDA
(231,221,218)
#ECE5E3
(236,229,227)
#F1EDEC
(241,237,236)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A59B color. Also use rgb(196,165,155) instead hex code.

Text Font Color

.myTextColor { color: #C4A59B; }

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

This text font color is #C4A59B.


Background Color

.myBgColor { background-color: #C4A59B; }

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

This div background color is #C4A59B.


Border color

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

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

This div border color is #C4A59B.


Opacity

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

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

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

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

This text has shadow with #C4A59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A59B on black background.


Color preview on white background

This text has color #C4A59B on white background.



Black color preview on #C4A59B background

This text has black color on #C4A59B background.


White color preview on #C4A59B background

This text has white color on #C4A59B background.