COLOR #C2C589

HEX: #C2C589
RGB: (194,197,137)

Renk bilgisi

#C2C589 contains mainly red and green colors. #C2C589 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C2C589 color RGB value is (194,197,137).

  • kırmız ton 194;
  • yeşil ton 197;
  • mavi ton 137.
RGB:
(194,197,137)
(76%,77%,54%)

RGB bağlantıları ve doygunluk

R 194 of 255 = 76%
G 197 of 255 = 77%
B 137 of 255 = 54%

194
197
137

R + G + B ~ 69%. #C2C589 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
194 + 197 + 137 = 528 (100%)
R 194 of 528 ~ 36.74%
G 197 of 528 ~ 37.31%
B 137 of 528 ~ 25.95%

%36.74
%37.31
%25.95

CMYK RENK MODELİ

#C2C589 rengi CMYK tonu (2,0,30,23).

  • camgöbeği tonu 1.52%
  • eflatun tonu 0.00%
  • sarı tonu 30.46%
  • ana renk tonu 22.75%
CMYK:
(2,0,30,23)
C2M0Y30K23 
(2%,0%,30%,23%)
(0.02/0.00/0.30/0.23)	

CMYK yüzdeleri

%1.52
%0
%30.46
%22.75

Codes

Color #C2C589 in popluar color models

C2C589
RGB194197137
HSL63°34.09%65.49%
HSB/HSV63°30.46%77.25%
CMYK1.52%0.00%30.46%
22.75%

Color #C2C589 in popluar number systems.

HEXC2C589
Decimal194197137
Binary110000101100010110001001
Octal302305211

Shades and tints

Shades of #C2C589

#C2C589
(194,197,137)
#B1B47D
(177,180,125)
#A0A371
(160,163,113)
#8F9265
(143,146,101)
#7E8159
(126,129,89)
#6D704D
(109,112,77)
#5C5F41
(92,95,65)
#4B4E35
(75,78,53)
#3A3D29
(58,61,41)
#292C1D
(41,44,29)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #C2C589

#C2C589
(194,197,137)
#C7CA93
(199,202,147)
#CCCF9D
(204,207,157)
#D1D4A7
(209,212,167)
#D6D9B1
(214,217,177)
#DBDEBB
(219,222,187)
#E0E3C5
(224,227,197)
#E5E8CF
(229,232,207)
#EAEDD9
(234,237,217)
#EFF2E3
(239,242,227)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C589 color. Also use rgb(194,197,137) instead hex code.

Text Font Color

.myTextColor { color: #C2C589; }

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

This text font color is #C2C589.


Background Color

.myBgColor { background-color: #C2C589; }

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

This div background color is #C2C589.


Border color

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

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

This div border color is #C2C589.


Opacity

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

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

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

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

This text has shadow with #C2C589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C589 on black background.


Color preview on white background

This text has color #C2C589 on white background.



Black color preview on #C2C589 background

This text has black color on #C2C589 background.


White color preview on #C2C589 background

This text has white color on #C2C589 background.