COLOR #C75C3C

HEX: #C75C3C
RGB: (199,92,60)

Color info

#C75C3C contains mainly red color. Web safe color of #C75C3C is #CC6633 (or #C63).

RGB color model

#C75C3C color RGB value is (199,92,60).

  • red value is 199;
  • green value is 92;
  • blue value is 60.
RGB:
(199,92,60)
(78%,36%,24%)

RGB channels and saturation

R 199 of 255 = 78%
G 92 of 255 = 36%
B 60 of 255 = 24%

199
92
60

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

Portions of RGB colors in percentages

R + G + B =
199 + 92 + 60 = 351 (100%)
R 199 of 351 ~ 56.7%
G 92 of 351 ~ 26.21%
B 60 of 351 ~ 17.09%

%56.7
%26.21
%17.09

CMYK color model

#C75C3C color CMYK value is (0,54,70,22).

  • cyan value is 0.00%
  • magenta value is 53.77%
  • yellow value is 69.85%
  • key color value is 21.96%
CMYK:
(0,54,70,22)
C0M54Y70K22 
(0%,54%,70%,22%)
(0.00/0.54/0.70/0.22)	

CMYK percentages

%0
%53.77
%69.85
%21.96

Codes

Color #C75C3C in popluar color models

C75C3C
RGB1999260
HSL14°55.38%50.78%
HSB/HSV14°69.85%78.04%
CMYK0.00%53.77%69.85%
21.96%

Color #C75C3C in popluar number systems.

HEXC75C3C
Decimal1999260
Binary110001111011100111100
Octal30713474

Shades and tints

Shades of #C75C3C

#C75C3C
(199,92,60)
#B55437
(181,84,55)
#A34C32
(163,76,50)
#91442D
(145,68,45)
#7F3C28
(127,60,40)
#6D3423
(109,52,35)
#5B2C1E
(91,44,30)
#492419
(73,36,25)
#371C14
(55,28,20)
#25140F
(37,20,15)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #C75C3C

#C75C3C
(199,92,60)
#CC6A4D
(204,106,77)
#D1785E
(209,120,94)
#D6866F
(214,134,111)
#DB9480
(219,148,128)
#E0A291
(224,162,145)
#E5B0A2
(229,176,162)
#EABEB3
(234,190,179)
#EFCCC4
(239,204,196)
#F4DAD5
(244,218,213)
#F9E8E6
(249,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C75C3C color. Also use rgb(199,92,60) instead hex code.

Text Font Color

.myTextColor { color: #C75C3C; }

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

This text font color is #C75C3C.


Background Color

.myBgColor { background-color: #C75C3C; }

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

This div background color is #C75C3C.


Border color

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

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

This div border color is #C75C3C.


Opacity

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

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

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

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

This text has shadow with #C75C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C75C3C on black background.


Color preview on white background

This text has color #C75C3C on white background.



Black color preview on #C75C3C background

This text has black color on #C75C3C background.


White color preview on #C75C3C background

This text has white color on #C75C3C background.