COLOR #CC9596

HEX: #CC9596
RGB: (204,149,150)

Renk bilgisi

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

RGB renk modeli

#CC9596 color RGB value is (204,149,150).

  • kırmız ton 204;
  • yeşil ton 149;
  • mavi ton 150.
RGB:
(204,149,150)
(80%,58%,59%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 149 of 255 = 58%
B 150 of 255 = 59%

204
149
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 149 + 150 = 503 (100%)
R 204 of 503 ~ 40.56%
G 149 of 503 ~ 29.62%
B 150 of 503 ~ 29.82%

%40.56
%29.62
%29.82

CMYK RENK MODELİ

#CC9596 rengi CMYK tonu (0,27,26,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.96%
  • sarı tonu 26.47%
  • ana renk tonu 20.00%
CMYK:
(0,27,26,20)
C0M27Y26K20 
(0%,27%,26%,20%)
(0.00/0.27/0.26/0.20)	

CMYK yüzdeleri

%0
%26.96
%26.47
%20

Codes

Color #CC9596 in popluar color models

CC9596
RGB204149150
HSL359°35.03%69.22%
HSB/HSV359°26.96%80.00%
CMYK0.00%26.96%26.47%
20.00%

Color #CC9596 in popluar number systems.

HEXCC9596
Decimal204149150
Binary110011001001010110010110
Octal314225226

Shades and tints

Shades of #CC9596

#CC9596
(204,149,150)
#BA8889
(186,136,137)
#A87B7C
(168,123,124)
#966E6F
(150,110,111)
#846162
(132,97,98)
#725455
(114,84,85)
#604748
(96,71,72)
#4E3A3B
(78,58,59)
#3C2D2E
(60,45,46)
#2A2021
(42,32,33)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #CC9596

#CC9596
(204,149,150)
#D09E9F
(208,158,159)
#D4A7A8
(212,167,168)
#D8B0B1
(216,176,177)
#DCB9BA
(220,185,186)
#E0C2C3
(224,194,195)
#E4CBCC
(228,203,204)
#E8D4D5
(232,212,213)
#ECDDDE
(236,221,222)
#F0E6E7
(240,230,231)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9596 color. Also use rgb(204,149,150) instead hex code.

Text Font Color

.myTextColor { color: #CC9596; }

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

This text font color is #CC9596.


Background Color

.myBgColor { background-color: #CC9596; }

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

This div background color is #CC9596.


Border color

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

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

This div border color is #CC9596.


Opacity

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

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

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

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

This text has shadow with #CC9596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9596 on black background.


Color preview on white background

This text has color #CC9596 on white background.



Black color preview on #CC9596 background

This text has black color on #CC9596 background.


White color preview on #CC9596 background

This text has white color on #CC9596 background.