COLOR #C0665C

HEX: #C0665C
RGB: (192,102,92)

Color info

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

RGB color model

#C0665C color RGB value is (192,102,92).

  • red value is 192;
  • green value is 102;
  • blue value is 92.
RGB:
(192,102,92)
(75%,40%,36%)

RGB channels and saturation

R 192 of 255 = 75%
G 102 of 255 = 40%
B 92 of 255 = 36%

192
102
92

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

Portions of RGB colors in percentages

R + G + B =
192 + 102 + 92 = 386 (100%)
R 192 of 386 ~ 49.74%
G 102 of 386 ~ 26.42%
B 92 of 386 ~ 23.83%

%49.74
%26.42
%23.83

CMYK color model

#C0665C color CMYK value is (0,47,52,25).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 52.08%
  • key color value is 24.71%
CMYK:
(0,47,52,25)
C0M47Y52K25 
(0%,47%,52%,25%)
(0.00/0.47/0.52/0.25)	

CMYK percentages

%0
%46.88
%52.08
%24.71

Codes

Color #C0665C in popluar color models

C0665C
RGB19210292
HSL44.25%55.69%
HSB/HSV52.08%75.29%
CMYK0.00%46.88%52.08%
24.71%

Color #C0665C in popluar number systems.

HEXC0665C
Decimal19210292
Binary1100000011001101011100
Octal300146134

Shades and tints

Shades of #C0665C

#C0665C
(192,102,92)
#AF5D54
(175,93,84)
#9E544C
(158,84,76)
#8D4B44
(141,75,68)
#7C423C
(124,66,60)
#6B3934
(107,57,52)
#5A302C
(90,48,44)
#492724
(73,39,36)
#381E1C
(56,30,28)
#271514
(39,21,20)
#160C0C
(22,12,12)
#000000
(0,0,0)

Tints of #C0665C

#C0665C
(192,102,92)
#C5736A
(197,115,106)
#CA8078
(202,128,120)
#CF8D86
(207,141,134)
#D49A94
(212,154,148)
#D9A7A2
(217,167,162)
#DEB4B0
(222,180,176)
#E3C1BE
(227,193,190)
#E8CECC
(232,206,204)
#EDDBDA
(237,219,218)
#F2E8E8
(242,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0665C color. Also use rgb(192,102,92) instead hex code.

Text Font Color

.myTextColor { color: #C0665C; }

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

This text font color is #C0665C.


Background Color

.myBgColor { background-color: #C0665C; }

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

This div background color is #C0665C.


Border color

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

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

This div border color is #C0665C.


Opacity

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

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

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

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

This text has shadow with #C0665C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0665C on black background.


Color preview on white background

This text has color #C0665C on white background.



Black color preview on #C0665C background

This text has black color on #C0665C background.


White color preview on #C0665C background

This text has white color on #C0665C background.