COLOR #C48381

HEX: #C48381
RGB: (196,131,129)

Renk bilgisi

#C48381 contains mainly red color. #C48381 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C48381 color RGB value is (196,131,129).

  • kırmız ton 196;
  • yeşil ton 131;
  • mavi ton 129.
RGB:
(196,131,129)
(77%,51%,51%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 131 of 255 = 51%
B 129 of 255 = 51%

196
131
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 131 + 129 = 456 (100%)
R 196 of 456 ~ 42.98%
G 131 of 456 ~ 28.73%
B 129 of 456 ~ 28.29%

%42.98
%28.73
%28.29

CMYK RENK MODELİ

#C48381 rengi CMYK tonu (0,33,34,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.16%
  • sarı tonu 34.18%
  • ana renk tonu 23.14%
CMYK:
(0,33,34,23)
C0M33Y34K23 
(0%,33%,34%,23%)
(0.00/0.33/0.34/0.23)	

CMYK yüzdeleri

%0
%33.16
%34.18
%23.14

Codes

Color #C48381 in popluar color models

C48381
RGB196131129
HSL36.22%63.73%
HSB/HSV34.18%76.86%
CMYK0.00%33.16%34.18%
23.14%

Color #C48381 in popluar number systems.

HEXC48381
Decimal196131129
Binary110001001000001110000001
Octal304203201

Shades and tints

Shades of #C48381

#C48381
(196,131,129)
#B37876
(179,120,118)
#A26D6B
(162,109,107)
#916260
(145,98,96)
#805755
(128,87,85)
#6F4C4A
(111,76,74)
#5E413F
(94,65,63)
#4D3634
(77,54,52)
#3C2B29
(60,43,41)
#2B201E
(43,32,30)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #C48381

#C48381
(196,131,129)
#C98E8C
(201,142,140)
#CE9997
(206,153,151)
#D3A4A2
(211,164,162)
#D8AFAD
(216,175,173)
#DDBAB8
(221,186,184)
#E2C5C3
(226,197,195)
#E7D0CE
(231,208,206)
#ECDBD9
(236,219,217)
#F1E6E4
(241,230,228)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48381 color. Also use rgb(196,131,129) instead hex code.

Text Font Color

.myTextColor { color: #C48381; }

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

This text font color is #C48381.


Background Color

.myBgColor { background-color: #C48381; }

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

This div background color is #C48381.


Border color

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

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

This div border color is #C48381.


Opacity

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

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

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

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

This text has shadow with #C48381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48381 on black background.


Color preview on white background

This text has color #C48381 on white background.



Black color preview on #C48381 background

This text has black color on #C48381 background.


White color preview on #C48381 background

This text has white color on #C48381 background.