COLOR #C76497

HEX: #C76497
RGB: (199,100,151)

Renk bilgisi

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

RGB renk modeli

#C76497 color RGB value is (199,100,151).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 100 of 255 = 39%
B 151 of 255 = 59%

199
100
151

R + G + B ~ 59%. #C76497 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 100 + 151 = 450 (100%)
R 199 of 450 ~ 44.22%
G 100 of 450 ~ 22.22%
B 151 of 450 ~ 33.56%

%44.22
%22.22
%33.56

CMYK RENK MODELİ

#C76497 rengi CMYK tonu (0,50,24,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.75%
  • sarı tonu 24.12%
  • ana renk tonu 21.96%
CMYK:
(0,50,24,22)
C0M50Y24K22 
(0%,50%,24%,22%)
(0.00/0.50/0.24/0.22)	

CMYK yüzdeleri

%0
%49.75
%24.12
%21.96

Codes

Color #C76497 in popluar color models

C76497
RGB199100151
HSL329°46.92%58.63%
HSB/HSV329°49.75%78.04%
CMYK0.00%49.75%24.12%
21.96%

Color #C76497 in popluar number systems.

HEXC76497
Decimal199100151
Binary11000111110010010010111
Octal307144227

Shades and tints

Shades of #C76497

#C76497
(199,100,151)
#B55B8A
(181,91,138)
#A3527D
(163,82,125)
#914970
(145,73,112)
#7F4063
(127,64,99)
#6D3756
(109,55,86)
#5B2E49
(91,46,73)
#49253C
(73,37,60)
#371C2F
(55,28,47)
#251322
(37,19,34)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #C76497

#C76497
(199,100,151)
#CC72A0
(204,114,160)
#D180A9
(209,128,169)
#D68EB2
(214,142,178)
#DB9CBB
(219,156,187)
#E0AAC4
(224,170,196)
#E5B8CD
(229,184,205)
#EAC6D6
(234,198,214)
#EFD4DF
(239,212,223)
#F4E2E8
(244,226,232)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C76497; }

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

This text font color is #C76497.


Background Color

.myBgColor { background-color: #C76497; }

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

This div background color is #C76497.


Border color

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

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

This div border color is #C76497.


Opacity

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

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

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

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

This text has shadow with #C76497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76497 on black background.


Color preview on white background

This text has color #C76497 on white background.



Black color preview on #C76497 background

This text has black color on #C76497 background.


White color preview on #C76497 background

This text has white color on #C76497 background.