COLOR #C76AB0

HEX: #C76AB0
RGB: (199,106,176)

Renk bilgisi

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

RGB renk modeli

#C76AB0 color RGB value is (199,106,176).

  • kırmız ton 199;
  • yeşil ton 106;
  • mavi ton 176.
RGB:
(199,106,176)
(78%,42%,69%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 106 of 255 = 42%
B 176 of 255 = 69%

199
106
176

R + G + B ~ 63%. #C76AB0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 106 + 176 = 481 (100%)
R 199 of 481 ~ 41.37%
G 106 of 481 ~ 22.04%
B 176 of 481 ~ 36.59%

%41.37
%22.04
%36.59

CMYK RENK MODELİ

#C76AB0 rengi CMYK tonu (0,47,12,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.73%
  • sarı tonu 11.56%
  • ana renk tonu 21.96%
CMYK:
(0,47,12,22)
C0M47Y12K22 
(0%,47%,12%,22%)
(0.00/0.47/0.12/0.22)	

CMYK yüzdeleri

%0
%46.73
%11.56
%21.96

Codes

Color #C76AB0 in popluar color models

C76AB0
RGB199106176
HSL315°45.37%59.80%
HSB/HSV315°46.73%78.04%
CMYK0.00%46.73%11.56%
21.96%

Color #C76AB0 in popluar number systems.

HEXC76AB0
Decimal199106176
Binary11000111110101010110000
Octal307152260

Shades and tints

Shades of #C76AB0

#C76AB0
(199,106,176)
#B561A0
(181,97,160)
#A35890
(163,88,144)
#914F80
(145,79,128)
#7F4670
(127,70,112)
#6D3D60
(109,61,96)
#5B3450
(91,52,80)
#492B40
(73,43,64)
#372230
(55,34,48)
#251920
(37,25,32)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #C76AB0

#C76AB0
(199,106,176)
#CC77B7
(204,119,183)
#D184BE
(209,132,190)
#D691C5
(214,145,197)
#DB9ECC
(219,158,204)
#E0ABD3
(224,171,211)
#E5B8DA
(229,184,218)
#EAC5E1
(234,197,225)
#EFD2E8
(239,210,232)
#F4DFEF
(244,223,239)
#F9ECF6
(249,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76AB0 color. Also use rgb(199,106,176) instead hex code.

Text Font Color

.myTextColor { color: #C76AB0; }

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

This text font color is #C76AB0.


Background Color

.myBgColor { background-color: #C76AB0; }

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

This div background color is #C76AB0.


Border color

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

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

This div border color is #C76AB0.


Opacity

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

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

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

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

This text has shadow with #C76AB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76AB0 on black background.


Color preview on white background

This text has color #C76AB0 on white background.



Black color preview on #C76AB0 background

This text has black color on #C76AB0 background.


White color preview on #C76AB0 background

This text has white color on #C76AB0 background.