COLOR #C594B2

HEX: #C594B2
RGB: (197,148,178)

Renk bilgisi

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

RGB renk modeli

#C594B2 color RGB value is (197,148,178).

  • kırmız ton 197;
  • yeşil ton 148;
  • mavi ton 178.
RGB:
(197,148,178)
(77%,58%,70%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 148 of 255 = 58%
B 178 of 255 = 70%

197
148
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 148 + 178 = 523 (100%)
R 197 of 523 ~ 37.67%
G 148 of 523 ~ 28.3%
B 178 of 523 ~ 34.03%

%37.67
%28.3
%34.03

CMYK RENK MODELİ

#C594B2 rengi CMYK tonu (0,25,10,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.87%
  • sarı tonu 9.64%
  • ana renk tonu 22.75%
CMYK:
(0,25,10,23)
C0M25Y10K23 
(0%,25%,10%,23%)
(0.00/0.25/0.10/0.23)	

CMYK yüzdeleri

%0
%24.87
%9.64
%22.75

Codes

Color #C594B2 in popluar color models

C594B2
RGB197148178
HSL323°29.70%67.65%
HSB/HSV323°24.87%77.25%
CMYK0.00%24.87%9.64%
22.75%

Color #C594B2 in popluar number systems.

HEXC594B2
Decimal197148178
Binary110001011001010010110010
Octal305224262

Shades and tints

Shades of #C594B2

#C594B2
(197,148,178)
#B487A2
(180,135,162)
#A37A92
(163,122,146)
#926D82
(146,109,130)
#816072
(129,96,114)
#705362
(112,83,98)
#5F4652
(95,70,82)
#4E3942
(78,57,66)
#3D2C32
(61,44,50)
#2C1F22
(44,31,34)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #C594B2

#C594B2
(197,148,178)
#CA9DB9
(202,157,185)
#CFA6C0
(207,166,192)
#D4AFC7
(212,175,199)
#D9B8CE
(217,184,206)
#DEC1D5
(222,193,213)
#E3CADC
(227,202,220)
#E8D3E3
(232,211,227)
#EDDCEA
(237,220,234)
#F2E5F1
(242,229,241)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C594B2 color. Also use rgb(197,148,178) instead hex code.

Text Font Color

.myTextColor { color: #C594B2; }

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

This text font color is #C594B2.


Background Color

.myBgColor { background-color: #C594B2; }

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

This div background color is #C594B2.


Border color

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

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

This div border color is #C594B2.


Opacity

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

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

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

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

This text has shadow with #C594B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C594B2 on black background.


Color preview on white background

This text has color #C594B2 on white background.



Black color preview on #C594B2 background

This text has black color on #C594B2 background.


White color preview on #C594B2 background

This text has white color on #C594B2 background.