COLOR #CC5D5A

HEX: #CC5D5A
RGB: (204,93,90)

Renk bilgisi

#CC5D5A contains mainly red color. #CC5D5A ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#CC5D5A color RGB value is (204,93,90).

  • kırmız ton 204;
  • yeşil ton 93;
  • mavi ton 90.
RGB:
(204,93,90)
(80%,36%,35%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 93 of 255 = 36%
B 90 of 255 = 35%

204
93
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 93 + 90 = 387 (100%)
R 204 of 387 ~ 52.71%
G 93 of 387 ~ 24.03%
B 90 of 387 ~ 23.26%

%52.71
%24.03
%23.26

CMYK RENK MODELİ

#CC5D5A rengi CMYK tonu (0,54,56,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.41%
  • sarı tonu 55.88%
  • ana renk tonu 20.00%
CMYK:
(0,54,56,20)
C0M54Y56K20 
(0%,54%,56%,20%)
(0.00/0.54/0.56/0.20)	

CMYK yüzdeleri

%0
%54.41
%55.88
%20

Codes

Color #CC5D5A in popluar color models

CC5D5A
RGB2049390
HSL52.78%57.65%
HSB/HSV55.88%80.00%
CMYK0.00%54.41%55.88%
20.00%

Color #CC5D5A in popluar number systems.

HEXCC5D5A
Decimal2049390
Binary1100110010111011011010
Octal314135132

Shades and tints

Shades of #CC5D5A

#CC5D5A
(204,93,90)
#BA5552
(186,85,82)
#A84D4A
(168,77,74)
#964542
(150,69,66)
#843D3A
(132,61,58)
#723532
(114,53,50)
#602D2A
(96,45,42)
#4E2522
(78,37,34)
#3C1D1A
(60,29,26)
#2A1512
(42,21,18)
#180D0A
(24,13,10)
#000000
(0,0,0)

Tints of #CC5D5A

#CC5D5A
(204,93,90)
#D06B69
(208,107,105)
#D47978
(212,121,120)
#D88787
(216,135,135)
#DC9596
(220,149,150)
#E0A3A5
(224,163,165)
#E4B1B4
(228,177,180)
#E8BFC3
(232,191,195)
#ECCDD2
(236,205,210)
#F0DBE1
(240,219,225)
#F4E9F0
(244,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC5D5A color. Also use rgb(204,93,90) instead hex code.

Text Font Color

.myTextColor { color: #CC5D5A; }

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

This text font color is #CC5D5A.


Background Color

.myBgColor { background-color: #CC5D5A; }

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

This div background color is #CC5D5A.


Border color

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

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

This div border color is #CC5D5A.


Opacity

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

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

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

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

This text has shadow with #CC5D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5D5A on black background.


Color preview on white background

This text has color #CC5D5A on white background.



Black color preview on #CC5D5A background

This text has black color on #CC5D5A background.


White color preview on #CC5D5A background

This text has white color on #CC5D5A background.