COLOR #C480B6

HEX: #C480B6
RGB: (196,128,182)

Renk bilgisi

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

RGB renk modeli

#C480B6 color RGB value is (196,128,182).

  • kırmız ton 196;
  • yeşil ton 128;
  • mavi ton 182.
RGB:
(196,128,182)
(77%,50%,71%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 128 of 255 = 50%
B 182 of 255 = 71%

196
128
182

R + G + B ~ 66%. #C480B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 128 + 182 = 506 (100%)
R 196 of 506 ~ 38.74%
G 128 of 506 ~ 25.3%
B 182 of 506 ~ 35.97%

%38.74
%25.3
%35.97

CMYK RENK MODELİ

#C480B6 rengi CMYK tonu (0,35,7,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.69%
  • sarı tonu 7.14%
  • ana renk tonu 23.14%
CMYK:
(0,35,7,23)
C0M35Y7K23 
(0%,35%,7%,23%)
(0.00/0.35/0.07/0.23)	

CMYK yüzdeleri

%0
%34.69
%7.14
%23.14

Codes

Color #C480B6 in popluar color models

C480B6
RGB196128182
HSL312°36.56%63.53%
HSB/HSV312°34.69%76.86%
CMYK0.00%34.69%7.14%
23.14%

Color #C480B6 in popluar number systems.

HEXC480B6
Decimal196128182
Binary110001001000000010110110
Octal304200266

Shades and tints

Shades of #C480B6

#C480B6
(196,128,182)
#B375A6
(179,117,166)
#A26A96
(162,106,150)
#915F86
(145,95,134)
#805476
(128,84,118)
#6F4966
(111,73,102)
#5E3E56
(94,62,86)
#4D3346
(77,51,70)
#3C2836
(60,40,54)
#2B1D26
(43,29,38)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #C480B6

#C480B6
(196,128,182)
#C98BBC
(201,139,188)
#CE96C2
(206,150,194)
#D3A1C8
(211,161,200)
#D8ACCE
(216,172,206)
#DDB7D4
(221,183,212)
#E2C2DA
(226,194,218)
#E7CDE0
(231,205,224)
#ECD8E6
(236,216,230)
#F1E3EC
(241,227,236)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C480B6 color. Also use rgb(196,128,182) instead hex code.

Text Font Color

.myTextColor { color: #C480B6; }

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

This text font color is #C480B6.


Background Color

.myBgColor { background-color: #C480B6; }

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

This div background color is #C480B6.


Border color

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

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

This div border color is #C480B6.


Opacity

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

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

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

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

This text has shadow with #C480B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C480B6 on black background.


Color preview on white background

This text has color #C480B6 on white background.



Black color preview on #C480B6 background

This text has black color on #C480B6 background.


White color preview on #C480B6 background

This text has white color on #C480B6 background.