COLOR #C0486C

HEX: #C0486C
RGB: (192,72,108)

Color info

#C0486C contains mainly red color. Web safe color of #C0486C is #CC3366 (or #C36).

RGB color model

#C0486C color RGB value is (192,72,108).

  • red value is 192;
  • green value is 72;
  • blue value is 108.
RGB:
(192,72,108)
(75%,28%,42%)

RGB channels and saturation

R 192 of 255 = 75%
G 72 of 255 = 28%
B 108 of 255 = 42%

192
72
108

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

Portions of RGB colors in percentages

R + G + B =
192 + 72 + 108 = 372 (100%)
R 192 of 372 ~ 51.61%
G 72 of 372 ~ 19.35%
B 108 of 372 ~ 29.03%

%51.61
%19.35
%29.03

CMYK color model

#C0486C color CMYK value is (0,63,44,25).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 43.75%
  • key color value is 24.71%
CMYK:
(0,63,44,25)
C0M63Y44K25 
(0%,63%,44%,25%)
(0.00/0.63/0.44/0.25)	

CMYK percentages

%0
%62.5
%43.75
%24.71

Codes

Color #C0486C in popluar color models

C0486C
RGB19272108
HSL342°48.78%51.76%
HSB/HSV342°62.50%75.29%
CMYK0.00%62.50%43.75%
24.71%

Color #C0486C in popluar number systems.

HEXC0486C
Decimal19272108
Binary1100000010010001101100
Octal300110154

Shades and tints

Shades of #C0486C

#C0486C
(192,72,108)
#AF4263
(175,66,99)
#9E3C5A
(158,60,90)
#8D3651
(141,54,81)
#7C3048
(124,48,72)
#6B2A3F
(107,42,63)
#5A2436
(90,36,54)
#491E2D
(73,30,45)
#381824
(56,24,36)
#27121B
(39,18,27)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #C0486C

#C0486C
(192,72,108)
#C55879
(197,88,121)
#CA6886
(202,104,134)
#CF7893
(207,120,147)
#D488A0
(212,136,160)
#D998AD
(217,152,173)
#DEA8BA
(222,168,186)
#E3B8C7
(227,184,199)
#E8C8D4
(232,200,212)
#EDD8E1
(237,216,225)
#F2E8EE
(242,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0486C color. Also use rgb(192,72,108) instead hex code.

Text Font Color

.myTextColor { color: #C0486C; }

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

This text font color is #C0486C.


Background Color

.myBgColor { background-color: #C0486C; }

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

This div background color is #C0486C.


Border color

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

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

This div border color is #C0486C.


Opacity

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

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

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

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

This text has shadow with #C0486C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0486C on black background.


Color preview on white background

This text has color #C0486C on white background.



Black color preview on #C0486C background

This text has black color on #C0486C background.


White color preview on #C0486C background

This text has white color on #C0486C background.