COLOR #C06268

HEX: #C06268
RGB: (192,98,104)

Color info

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

RGB color model

#C06268 color RGB value is (192,98,104).

  • red value is 192;
  • green value is 98;
  • blue value is 104.
RGB:
(192,98,104)
(75%,38%,41%)

RGB channels and saturation

R 192 of 255 = 75%
G 98 of 255 = 38%
B 104 of 255 = 41%

192
98
104

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

Portions of RGB colors in percentages

R + G + B =
192 + 98 + 104 = 394 (100%)
R 192 of 394 ~ 48.73%
G 98 of 394 ~ 24.87%
B 104 of 394 ~ 26.4%

%48.73
%24.87
%26.4

CMYK color model

#C06268 color CMYK value is (0,49,46,25).

  • cyan value is 0.00%
  • magenta value is 48.96%
  • yellow value is 45.83%
  • key color value is 24.71%
CMYK:
(0,49,46,25)
C0M49Y46K25 
(0%,49%,46%,25%)
(0.00/0.49/0.46/0.25)	

CMYK percentages

%0
%48.96
%45.83
%24.71

Codes

Color #C06268 in popluar color models

C06268
RGB19298104
HSL356°42.73%56.86%
HSB/HSV356°48.96%75.29%
CMYK0.00%48.96%45.83%
24.71%

Color #C06268 in popluar number systems.

HEXC06268
Decimal19298104
Binary1100000011000101101000
Octal300142150

Shades and tints

Shades of #C06268

#C06268
(192,98,104)
#AF5A5F
(175,90,95)
#9E5256
(158,82,86)
#8D4A4D
(141,74,77)
#7C4244
(124,66,68)
#6B3A3B
(107,58,59)
#5A3232
(90,50,50)
#492A29
(73,42,41)
#382220
(56,34,32)
#271A17
(39,26,23)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #C06268

#C06268
(192,98,104)
#C57075
(197,112,117)
#CA7E82
(202,126,130)
#CF8C8F
(207,140,143)
#D49A9C
(212,154,156)
#D9A8A9
(217,168,169)
#DEB6B6
(222,182,182)
#E3C4C3
(227,196,195)
#E8D2D0
(232,210,208)
#EDE0DD
(237,224,221)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C06268 color. Also use rgb(192,98,104) instead hex code.

Text Font Color

.myTextColor { color: #C06268; }

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

This text font color is #C06268.


Background Color

.myBgColor { background-color: #C06268; }

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

This div background color is #C06268.


Border color

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

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

This div border color is #C06268.


Opacity

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

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

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

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

This text has shadow with #C06268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C06268 on black background.


Color preview on white background

This text has color #C06268 on white background.



Black color preview on #C06268 background

This text has black color on #C06268 background.


White color preview on #C06268 background

This text has white color on #C06268 background.