COLOR #C6B188

HEX: #C6B188
RGB: (198,177,136)

Renk bilgisi

#C6B188 contains mainly red and green colors. #C6B188 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C6B188 color RGB value is (198,177,136).

  • kırmız ton 198;
  • yeşil ton 177;
  • mavi ton 136.
RGB:
(198,177,136)
(78%,69%,53%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 177 of 255 = 69%
B 136 of 255 = 53%

198
177
136

R + G + B ~ 67%. #C6B188 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 177 + 136 = 511 (100%)
R 198 of 511 ~ 38.75%
G 177 of 511 ~ 34.64%
B 136 of 511 ~ 26.61%

%38.75
%34.64
%26.61

CMYK RENK MODELİ

#C6B188 rengi CMYK tonu (0,11,31,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.61%
  • sarı tonu 31.31%
  • ana renk tonu 22.35%
CMYK:
(0,11,31,22)
C0M11Y31K22 
(0%,11%,31%,22%)
(0.00/0.11/0.31/0.22)	

CMYK yüzdeleri

%0
%10.61
%31.31
%22.35

Codes

Color #C6B188 in popluar color models

C6B188
RGB198177136
HSL40°35.23%65.49%
HSB/HSV40°31.31%77.65%
CMYK0.00%10.61%31.31%
22.35%

Color #C6B188 in popluar number systems.

HEXC6B188
Decimal198177136
Binary110001101011000110001000
Octal306261210

Shades and tints

Shades of #C6B188

#C6B188
(198,177,136)
#B4A17C
(180,161,124)
#A29170
(162,145,112)
#908164
(144,129,100)
#7E7158
(126,113,88)
#6C614C
(108,97,76)
#5A5140
(90,81,64)
#484134
(72,65,52)
#363128
(54,49,40)
#24211C
(36,33,28)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #C6B188

#C6B188
(198,177,136)
#CBB892
(203,184,146)
#D0BF9C
(208,191,156)
#D5C6A6
(213,198,166)
#DACDB0
(218,205,176)
#DFD4BA
(223,212,186)
#E4DBC4
(228,219,196)
#E9E2CE
(233,226,206)
#EEE9D8
(238,233,216)
#F3F0E2
(243,240,226)
#F8F7EC
(248,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B188 color. Also use rgb(198,177,136) instead hex code.

Text Font Color

.myTextColor { color: #C6B188; }

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

This text font color is #C6B188.


Background Color

.myBgColor { background-color: #C6B188; }

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

This div background color is #C6B188.


Border color

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

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

This div border color is #C6B188.


Opacity

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

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

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

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

This text has shadow with #C6B188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B188 on black background.


Color preview on white background

This text has color #C6B188 on white background.



Black color preview on #C6B188 background

This text has black color on #C6B188 background.


White color preview on #C6B188 background

This text has white color on #C6B188 background.