COLOR #C49966

HEX: #C49966
RGB: (196,153,102)

Renk bilgisi

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

RGB renk modeli

#C49966 color RGB value is (196,153,102).

  • kırmız ton 196;
  • yeşil ton 153;
  • mavi ton 102.
RGB:
(196,153,102)
(77%,60%,40%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 153 of 255 = 60%
B 102 of 255 = 40%

196
153
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 153 + 102 = 451 (100%)
R 196 of 451 ~ 43.46%
G 153 of 451 ~ 33.92%
B 102 of 451 ~ 22.62%

%43.46
%33.92
%22.62

CMYK RENK MODELİ

#C49966 rengi CMYK tonu (0,22,48,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.94%
  • sarı tonu 47.96%
  • ana renk tonu 23.14%
CMYK:
(0,22,48,23)
C0M22Y48K23 
(0%,22%,48%,23%)
(0.00/0.22/0.48/0.23)	

CMYK yüzdeleri

%0
%21.94
%47.96
%23.14

Codes

Color #C49966 in popluar color models

C49966
RGB196153102
HSL33°44.34%58.43%
HSB/HSV33°47.96%76.86%
CMYK0.00%21.94%47.96%
23.14%

Color #C49966 in popluar number systems.

HEXC49966
Decimal196153102
Binary11000100100110011100110
Octal304231146

Shades and tints

Shades of #C49966

#C49966
(196,153,102)
#B38C5D
(179,140,93)
#A27F54
(162,127,84)
#91724B
(145,114,75)
#806542
(128,101,66)
#6F5839
(111,88,57)
#5E4B30
(94,75,48)
#4D3E27
(77,62,39)
#3C311E
(60,49,30)
#2B2415
(43,36,21)
#1A170C
(26,23,12)
#000000
(0,0,0)

Tints of #C49966

#C49966
(196,153,102)
#C9A273
(201,162,115)
#CEAB80
(206,171,128)
#D3B48D
(211,180,141)
#D8BD9A
(216,189,154)
#DDC6A7
(221,198,167)
#E2CFB4
(226,207,180)
#E7D8C1
(231,216,193)
#ECE1CE
(236,225,206)
#F1EADB
(241,234,219)
#F6F3E8
(246,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49966 color. Also use rgb(196,153,102) instead hex code.

Text Font Color

.myTextColor { color: #C49966; }

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

This text font color is #C49966.


Background Color

.myBgColor { background-color: #C49966; }

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

This div background color is #C49966.


Border color

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

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

This div border color is #C49966.


Opacity

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

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

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

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

This text has shadow with #C49966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49966 on black background.


Color preview on white background

This text has color #C49966 on white background.



Black color preview on #C49966 background

This text has black color on #C49966 background.


White color preview on #C49966 background

This text has white color on #C49966 background.