COLOR #C492C7

HEX: #C492C7
RGB: (196,146,199)

Renk bilgisi

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

RGB renk modeli

#C492C7 color RGB value is (196,146,199).

  • kırmız ton 196;
  • yeşil ton 146;
  • mavi ton 199.
RGB:
(196,146,199)
(77%,57%,78%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 146 of 255 = 57%
B 199 of 255 = 78%

196
146
199

R + G + B ~ 71%. #C492C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 146 + 199 = 541 (100%)
R 196 of 541 ~ 36.23%
G 146 of 541 ~ 26.99%
B 199 of 541 ~ 36.78%

%36.23
%26.99
%36.78

CMYK RENK MODELİ

#C492C7 rengi CMYK tonu (2,27,0,22).

  • camgöbeği tonu 1.51%
  • eflatun tonu 26.63%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(2,27,0,22)
C2M27Y0K22 
(2%,27%,0%,22%)
(0.02/0.27/0.00/0.22)	

CMYK yüzdeleri

%1.51
%26.63
%0
%21.96

Codes

Color #C492C7 in popluar color models

C492C7
RGB196146199
HSL297°32.12%67.65%
HSB/HSV297°26.63%78.04%
CMYK1.51%26.63%0.00%
21.96%

Color #C492C7 in popluar number systems.

HEXC492C7
Decimal196146199
Binary110001001001001011000111
Octal304222307

Shades and tints

Shades of #C492C7

#C492C7
(196,146,199)
#B385B5
(179,133,181)
#A278A3
(162,120,163)
#916B91
(145,107,145)
#805E7F
(128,94,127)
#6F516D
(111,81,109)
#5E445B
(94,68,91)
#4D3749
(77,55,73)
#3C2A37
(60,42,55)
#2B1D25
(43,29,37)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #C492C7

#C492C7
(196,146,199)
#C99BCC
(201,155,204)
#CEA4D1
(206,164,209)
#D3ADD6
(211,173,214)
#D8B6DB
(216,182,219)
#DDBFE0
(221,191,224)
#E2C8E5
(226,200,229)
#E7D1EA
(231,209,234)
#ECDAEF
(236,218,239)
#F1E3F4
(241,227,244)
#F6ECF9
(246,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C492C7 color. Also use rgb(196,146,199) instead hex code.

Text Font Color

.myTextColor { color: #C492C7; }

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

This text font color is #C492C7.


Background Color

.myBgColor { background-color: #C492C7; }

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

This div background color is #C492C7.


Border color

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

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

This div border color is #C492C7.


Opacity

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

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

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

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

This text has shadow with #C492C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C492C7 on black background.


Color preview on white background

This text has color #C492C7 on white background.



Black color preview on #C492C7 background

This text has black color on #C492C7 background.


White color preview on #C492C7 background

This text has white color on #C492C7 background.