COLOR #C06963

HEX: #C06963
RGB: (192,105,99)

Color info

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

RGB color model

#C06963 color RGB value is (192,105,99).

  • red value is 192;
  • green value is 105;
  • blue value is 99.
RGB:
(192,105,99)
(75%,41%,39%)

RGB channels and saturation

R 192 of 255 = 75%
G 105 of 255 = 41%
B 99 of 255 = 39%

192
105
99

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

Portions of RGB colors in percentages

R + G + B =
192 + 105 + 99 = 396 (100%)
R 192 of 396 ~ 48.48%
G 105 of 396 ~ 26.52%
B 99 of 396 ~ 25%

%48.48
%26.52
%25

CMYK color model

#C06963 color CMYK value is (0,45,48,25).

  • cyan value is 0.00%
  • magenta value is 45.31%
  • yellow value is 48.44%
  • key color value is 24.71%
CMYK:
(0,45,48,25)
C0M45Y48K25 
(0%,45%,48%,25%)
(0.00/0.45/0.48/0.25)	

CMYK percentages

%0
%45.31
%48.44
%24.71

Codes

Color #C06963 in popluar color models

C06963
RGB19210599
HSL42.47%57.06%
HSB/HSV48.44%75.29%
CMYK0.00%45.31%48.44%
24.71%

Color #C06963 in popluar number systems.

HEXC06963
Decimal19210599
Binary1100000011010011100011
Octal300151143

Shades and tints

Shades of #C06963

#C06963
(192,105,99)
#AF605A
(175,96,90)
#9E5751
(158,87,81)
#8D4E48
(141,78,72)
#7C453F
(124,69,63)
#6B3C36
(107,60,54)
#5A332D
(90,51,45)
#492A24
(73,42,36)
#38211B
(56,33,27)
#271812
(39,24,18)
#160F09
(22,15,9)
#000000
(0,0,0)

Tints of #C06963

#C06963
(192,105,99)
#C57671
(197,118,113)
#CA837F
(202,131,127)
#CF908D
(207,144,141)
#D49D9B
(212,157,155)
#D9AAA9
(217,170,169)
#DEB7B7
(222,183,183)
#E3C4C5
(227,196,197)
#E8D1D3
(232,209,211)
#EDDEE1
(237,222,225)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C06963 color. Also use rgb(192,105,99) instead hex code.

Text Font Color

.myTextColor { color: #C06963; }

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

This text font color is #C06963.


Background Color

.myBgColor { background-color: #C06963; }

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

This div background color is #C06963.


Border color

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

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

This div border color is #C06963.


Opacity

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

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

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

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

This text has shadow with #C06963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C06963 on black background.


Color preview on white background

This text has color #C06963 on white background.



Black color preview on #C06963 background

This text has black color on #C06963 background.


White color preview on #C06963 background

This text has white color on #C06963 background.