COLOR #C499AA

HEX: #C499AA
RGB: (196,153,170)

Renk bilgisi

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

RGB renk modeli

#C499AA color RGB value is (196,153,170).

  • kırmız ton 196;
  • yeşil ton 153;
  • mavi ton 170.
RGB:
(196,153,170)
(77%,60%,67%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 153 of 255 = 60%
B 170 of 255 = 67%

196
153
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 153 + 170 = 519 (100%)
R 196 of 519 ~ 37.76%
G 153 of 519 ~ 29.48%
B 170 of 519 ~ 32.76%

%37.76
%29.48
%32.76

CMYK RENK MODELİ

#C499AA rengi CMYK tonu (0,22,13,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.94%
  • sarı tonu 13.27%
  • ana renk tonu 23.14%
CMYK:
(0,22,13,23)
C0M22Y13K23 
(0%,22%,13%,23%)
(0.00/0.22/0.13/0.23)	

CMYK yüzdeleri

%0
%21.94
%13.27
%23.14

Codes

Color #C499AA in popluar color models

C499AA
RGB196153170
HSL336°26.71%68.43%
HSB/HSV336°21.94%76.86%
CMYK0.00%21.94%13.27%
23.14%

Color #C499AA in popluar number systems.

HEXC499AA
Decimal196153170
Binary110001001001100110101010
Octal304231252

Shades and tints

Shades of #C499AA

#C499AA
(196,153,170)
#B38C9B
(179,140,155)
#A27F8C
(162,127,140)
#91727D
(145,114,125)
#80656E
(128,101,110)
#6F585F
(111,88,95)
#5E4B50
(94,75,80)
#4D3E41
(77,62,65)
#3C3132
(60,49,50)
#2B2423
(43,36,35)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #C499AA

#C499AA
(196,153,170)
#C9A2B1
(201,162,177)
#CEABB8
(206,171,184)
#D3B4BF
(211,180,191)
#D8BDC6
(216,189,198)
#DDC6CD
(221,198,205)
#E2CFD4
(226,207,212)
#E7D8DB
(231,216,219)
#ECE1E2
(236,225,226)
#F1EAE9
(241,234,233)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C499AA color. Also use rgb(196,153,170) instead hex code.

Text Font Color

.myTextColor { color: #C499AA; }

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

This text font color is #C499AA.


Background Color

.myBgColor { background-color: #C499AA; }

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

This div background color is #C499AA.


Border color

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

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

This div border color is #C499AA.


Opacity

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

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

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

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

This text has shadow with #C499AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C499AA on black background.


Color preview on white background

This text has color #C499AA on white background.



Black color preview on #C499AA background

This text has black color on #C499AA background.


White color preview on #C499AA background

This text has white color on #C499AA background.