COLOR #C799A5

HEX: #C799A5
RGB: (199,153,165)

Renk bilgisi

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

RGB renk modeli

#C799A5 color RGB value is (199,153,165).

  • kırmız ton 199;
  • yeşil ton 153;
  • mavi ton 165.
RGB:
(199,153,165)
(78%,60%,65%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 153 of 255 = 60%
B 165 of 255 = 65%

199
153
165

R + G + B ~ 68%. #C799A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 153 + 165 = 517 (100%)
R 199 of 517 ~ 38.49%
G 153 of 517 ~ 29.59%
B 165 of 517 ~ 31.91%

%38.49
%29.59
%31.91

CMYK RENK MODELİ

#C799A5 rengi CMYK tonu (0,23,17,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.12%
  • sarı tonu 17.09%
  • ana renk tonu 21.96%
CMYK:
(0,23,17,22)
C0M23Y17K22 
(0%,23%,17%,22%)
(0.00/0.23/0.17/0.22)	

CMYK yüzdeleri

%0
%23.12
%17.09
%21.96

Codes

Color #C799A5 in popluar color models

C799A5
RGB199153165
HSL344°29.11%69.02%
HSB/HSV344°23.12%78.04%
CMYK0.00%23.12%17.09%
21.96%

Color #C799A5 in popluar number systems.

HEXC799A5
Decimal199153165
Binary110001111001100110100101
Octal307231245

Shades and tints

Shades of #C799A5

#C799A5
(199,153,165)
#B58C96
(181,140,150)
#A37F87
(163,127,135)
#917278
(145,114,120)
#7F6569
(127,101,105)
#6D585A
(109,88,90)
#5B4B4B
(91,75,75)
#493E3C
(73,62,60)
#37312D
(55,49,45)
#25241E
(37,36,30)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #C799A5

#C799A5
(199,153,165)
#CCA2AD
(204,162,173)
#D1ABB5
(209,171,181)
#D6B4BD
(214,180,189)
#DBBDC5
(219,189,197)
#E0C6CD
(224,198,205)
#E5CFD5
(229,207,213)
#EAD8DD
(234,216,221)
#EFE1E5
(239,225,229)
#F4EAED
(244,234,237)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C799A5 color. Also use rgb(199,153,165) instead hex code.

Text Font Color

.myTextColor { color: #C799A5; }

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

This text font color is #C799A5.


Background Color

.myBgColor { background-color: #C799A5; }

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

This div background color is #C799A5.


Border color

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

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

This div border color is #C799A5.


Opacity

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

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

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

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

This text has shadow with #C799A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C799A5 on black background.


Color preview on white background

This text has color #C799A5 on white background.



Black color preview on #C799A5 background

This text has black color on #C799A5 background.


White color preview on #C799A5 background

This text has white color on #C799A5 background.