COLOR #C47598

HEX: #C47598
RGB: (196,117,152)

Renk bilgisi

#C47598 contains mainly red and blue colors. #C47598 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C47598 color RGB value is (196,117,152).

  • kırmız ton 196;
  • yeşil ton 117;
  • mavi ton 152.
RGB:
(196,117,152)
(77%,46%,60%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 117 of 255 = 46%
B 152 of 255 = 60%

196
117
152

R + G + B ~ 61%. #C47598 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 117 + 152 = 465 (100%)
R 196 of 465 ~ 42.15%
G 117 of 465 ~ 25.16%
B 152 of 465 ~ 32.69%

%42.15
%25.16
%32.69

CMYK RENK MODELİ

#C47598 rengi CMYK tonu (0,40,22,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.31%
  • sarı tonu 22.45%
  • ana renk tonu 23.14%
CMYK:
(0,40,22,23)
C0M40Y22K23 
(0%,40%,22%,23%)
(0.00/0.40/0.22/0.23)	

CMYK yüzdeleri

%0
%40.31
%22.45
%23.14

Codes

Color #C47598 in popluar color models

C47598
RGB196117152
HSL333°40.10%61.37%
HSB/HSV333°40.31%76.86%
CMYK0.00%40.31%22.45%
23.14%

Color #C47598 in popluar number systems.

HEXC47598
Decimal196117152
Binary11000100111010110011000
Octal304165230

Shades and tints

Shades of #C47598

#C47598
(196,117,152)
#B36B8B
(179,107,139)
#A2617E
(162,97,126)
#915771
(145,87,113)
#804D64
(128,77,100)
#6F4357
(111,67,87)
#5E394A
(94,57,74)
#4D2F3D
(77,47,61)
#3C2530
(60,37,48)
#2B1B23
(43,27,35)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #C47598

#C47598
(196,117,152)
#C981A1
(201,129,161)
#CE8DAA
(206,141,170)
#D399B3
(211,153,179)
#D8A5BC
(216,165,188)
#DDB1C5
(221,177,197)
#E2BDCE
(226,189,206)
#E7C9D7
(231,201,215)
#ECD5E0
(236,213,224)
#F1E1E9
(241,225,233)
#F6EDF2
(246,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47598 color. Also use rgb(196,117,152) instead hex code.

Text Font Color

.myTextColor { color: #C47598; }

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

This text font color is #C47598.


Background Color

.myBgColor { background-color: #C47598; }

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

This div background color is #C47598.


Border color

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

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

This div border color is #C47598.


Opacity

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

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

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

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

This text has shadow with #C47598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47598 on black background.


Color preview on white background

This text has color #C47598 on white background.



Black color preview on #C47598 background

This text has black color on #C47598 background.


White color preview on #C47598 background

This text has white color on #C47598 background.