COLOR #C764C0

HEX: #C764C0
RGB: (199,100,192)

Renk bilgisi

#C764C0 contains mainly red and blue colors. #C764C0 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#C764C0 color RGB value is (199,100,192).

  • kırmız ton 199;
  • yeşil ton 100;
  • mavi ton 192.
RGB:
(199,100,192)
(78%,39%,75%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 100 of 255 = 39%
B 192 of 255 = 75%

199
100
192

R + G + B ~ 64%. #C764C0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 100 + 192 = 491 (100%)
R 199 of 491 ~ 40.53%
G 100 of 491 ~ 20.37%
B 192 of 491 ~ 39.1%

%40.53
%20.37
%39.1

CMYK RENK MODELİ

#C764C0 rengi CMYK tonu (0,50,4,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.75%
  • sarı tonu 3.52%
  • ana renk tonu 21.96%
CMYK:
(0,50,4,22)
C0M50Y4K22 
(0%,50%,4%,22%)
(0.00/0.50/0.04/0.22)	

CMYK yüzdeleri

%0
%49.75
%3.52
%21.96

Codes

Color #C764C0 in popluar color models

C764C0
RGB199100192
HSL304°46.92%58.63%
HSB/HSV304°49.75%78.04%
CMYK0.00%49.75%3.52%
21.96%

Color #C764C0 in popluar number systems.

HEXC764C0
Decimal199100192
Binary11000111110010011000000
Octal307144300

Shades and tints

Shades of #C764C0

#C764C0
(199,100,192)
#B55BAF
(181,91,175)
#A3529E
(163,82,158)
#91498D
(145,73,141)
#7F407C
(127,64,124)
#6D376B
(109,55,107)
#5B2E5A
(91,46,90)
#492549
(73,37,73)
#371C38
(55,28,56)
#251327
(37,19,39)
#130A16
(19,10,22)
#000000
(0,0,0)

Tints of #C764C0

#C764C0
(199,100,192)
#CC72C5
(204,114,197)
#D180CA
(209,128,202)
#D68ECF
(214,142,207)
#DB9CD4
(219,156,212)
#E0AAD9
(224,170,217)
#E5B8DE
(229,184,222)
#EAC6E3
(234,198,227)
#EFD4E8
(239,212,232)
#F4E2ED
(244,226,237)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C764C0 color. Also use rgb(199,100,192) instead hex code.

Text Font Color

.myTextColor { color: #C764C0; }

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

This text font color is #C764C0.


Background Color

.myBgColor { background-color: #C764C0; }

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

This div background color is #C764C0.


Border color

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

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

This div border color is #C764C0.


Opacity

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

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

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

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

This text has shadow with #C764C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C764C0 on black background.


Color preview on white background

This text has color #C764C0 on white background.



Black color preview on #C764C0 background

This text has black color on #C764C0 background.


White color preview on #C764C0 background

This text has white color on #C764C0 background.