COLOR #C05D5A

HEX: #C05D5A RGB: (192,93,90)

Color info

#C05D5A contains mainly red color. Web safe color of #C05D5A is #CC6666 (or #C66).

RGB color model

#C05D5A color RGB value is (192,93,90).

RGB: (192,93,90) (75%, 36%, 35%)

RGB channels and saturation

R 192 of 255 = 75%
G 93 of 255 = 36%
B 90 of 255 = 35%

192
93
90

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

Portions of RGB colors in percentages

R + G + B = 192 + 93 + 90 = 375 (100%)
R 192 of 375 ~ 51.2%
G 93 of 375 ~ 24.8%
B 90 of 375 ~ 24'%

%51.2
%24.8
%24

CMYK color model

#C05D5A color CMYK value is (0,52,53,25).

  • cyan value is 0.00%
  • magenta value is 51.56%
  • yellow value is 53.13%
  • key color value is 24.71%

CMYK: (0,52,53,25)
C0M52Y53K25 (0%, 52%, 53%, 25%)
(0.00 / 0.52 / 0.53 / 0.25)

CMYK percentages

%0
%51.56
%53.13
%24.71

Codes

Color #C05D5A in popluar color models

C0 5D 5A
RGB 192 93 90
HSL 44.74% 55.29%
HSB/HSV 53.13% 75.29%
CMYK 0.00% 51.56% 53.13%
24.71%

Color #C05D5A in popluar number systems.

HEX C0 5D 5A
Decimal 192 93 90
Binary 11000000 1011101 1011010
Octal 300 135 132

Shades and tints

Shades of #C05D5A

#C05D5A
(192,93,90)
#AF5552
(175,85,82)
#9E4D4A
(158,77,74)
#8D4542
(141,69,66)
#7C3D3A
(124,61,58)
#6B3532
(107,53,50)
#5A2D2A
(90,45,42)
#492522
(73,37,34)
#381D1A
(56,29,26)
#271512
(39,21,18)
#160D0A
(22,13,10)
#000000
(0,0,0)

Tints of #C05D5A

#C05D5A
(192,93,90)
#C56B69
(197,107,105)
#CA7978
(202,121,120)
#CF8787
(207,135,135)
#D49596
(212,149,150)
#D9A3A5
(217,163,165)
#DEB1B4
(222,177,180)
#E3BFC3
(227,191,195)
#E8CDD2
(232,205,210)
#EDDBE1
(237,219,225)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C05D5A; }

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

This text font color is #C05D5A.

Background Color

.myBgColor { background-color: #C05D5A; }

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

This div background color is #C05D5A.

Border color

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

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

This div border color is #C05D5A.

Opacity

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

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

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

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

This text has shadow with #C05D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C05D5A.

Preview

Color preview on black background

This text has color #C05D5A on black background.


Color preview on white background

This text has color #C05D5A on white background.


Black color preview on #C05D5A background

This text has black color on #C05D5A background.


White color preview on #C05D5A background

This text has white color on #C05D5A background.


Related colors

Complementary color

Complementary color for #hex is #3FA2A5.


I love getcolorcode.com

Triadic colors

1 #5AC05D and #5D5AC0 with #C05D5A are triadic colors.

2 #5A5DC0 and #5DC05A with #C05D5A are triadic colors.