COLOR #C05551

HEX: #C05551
RGB: (192,85,81)

Color info

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

RGB color model

#C05551 color RGB value is (192,85,81).

  • red value is 192;
  • green value is 85;
  • blue value is 81.
RGB:
(192,85,81)
(75%,33%,32%)

RGB channels and saturation

R 192 of 255 = 75%
G 85 of 255 = 33%
B 81 of 255 = 32%

192
85
81

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

Portions of RGB colors in percentages

R + G + B =
192 + 85 + 81 = 358 (100%)
R 192 of 358 ~ 53.63%
G 85 of 358 ~ 23.74%
B 81 of 358 ~ 22.63%

%53.63
%23.74
%22.63

CMYK color model

#C05551 color CMYK value is (0,56,58,25).

  • cyan value is 0.00%
  • magenta value is 55.73%
  • yellow value is 57.81%
  • key color value is 24.71%
CMYK:
(0,56,58,25)
C0M56Y58K25 
(0%,56%,58%,25%)
(0.00/0.56/0.58/0.25)	

CMYK percentages

%0
%55.73
%57.81
%24.71

Codes

Color #C05551 in popluar color models

C05551
RGB1928581
HSL46.84%53.53%
HSB/HSV57.81%75.29%
CMYK0.00%55.73%57.81%
24.71%

Color #C05551 in popluar number systems.

HEXC05551
Decimal1928581
Binary1100000010101011010001
Octal300125121

Shades and tints

Shades of #C05551

#C05551
(192,85,81)
#AF4E4A
(175,78,74)
#9E4743
(158,71,67)
#8D403C
(141,64,60)
#7C3935
(124,57,53)
#6B322E
(107,50,46)
#5A2B27
(90,43,39)
#492420
(73,36,32)
#381D19
(56,29,25)
#271612
(39,22,18)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #C05551

#C05551
(192,85,81)
#C56460
(197,100,96)
#CA736F
(202,115,111)
#CF827E
(207,130,126)
#D4918D
(212,145,141)
#D9A09C
(217,160,156)
#DEAFAB
(222,175,171)
#E3BEBA
(227,190,186)
#E8CDC9
(232,205,201)
#EDDCD8
(237,220,216)
#F2EBE7
(242,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C05551 color. Also use rgb(192,85,81) instead hex code.

Text Font Color

.myTextColor { color: #C05551; }

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

This text font color is #C05551.


Background Color

.myBgColor { background-color: #C05551; }

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

This div background color is #C05551.


Border color

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

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

This div border color is #C05551.


Opacity

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

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

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

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

This text has shadow with #C05551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C05551 on black background.


Color preview on white background

This text has color #C05551 on white background.



Black color preview on #C05551 background

This text has black color on #C05551 background.


White color preview on #C05551 background

This text has white color on #C05551 background.