COLOR #C08084

HEX: #C08084
RGB: (192,128,132)

Color info

#C08084 contains mainly red color. Web safe color of #C08084 is #CC6699 (or #C69).

RGB color model

#C08084 color RGB value is (192,128,132).

  • red value is 192;
  • green value is 128;
  • blue value is 132.
RGB:
(192,128,132)
(75%,50%,52%)

RGB channels and saturation

R 192 of 255 = 75%
G 128 of 255 = 50%
B 132 of 255 = 52%

192
128
132

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

Portions of RGB colors in percentages

R + G + B =
192 + 128 + 132 = 452 (100%)
R 192 of 452 ~ 42.48%
G 128 of 452 ~ 28.32%
B 132 of 452 ~ 29.2%

%42.48
%28.32
%29.2

CMYK color model

#C08084 color CMYK value is (0,33,31,25).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 31.25%
  • key color value is 24.71%
CMYK:
(0,33,31,25)
C0M33Y31K25 
(0%,33%,31%,25%)
(0.00/0.33/0.31/0.25)	

CMYK percentages

%0
%33.33
%31.25
%24.71

Codes

Color #C08084 in popluar color models

C08084
RGB192128132
HSL356°33.68%62.75%
HSB/HSV356°33.33%75.29%
CMYK0.00%33.33%31.25%
24.71%

Color #C08084 in popluar number systems.

HEXC08084
Decimal192128132
Binary110000001000000010000100
Octal300200204

Shades and tints

Shades of #C08084

#C08084
(192,128,132)
#AF7578
(175,117,120)
#9E6A6C
(158,106,108)
#8D5F60
(141,95,96)
#7C5454
(124,84,84)
#6B4948
(107,73,72)
#5A3E3C
(90,62,60)
#493330
(73,51,48)
#382824
(56,40,36)
#271D18
(39,29,24)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #C08084

#C08084
(192,128,132)
#C58B8F
(197,139,143)
#CA969A
(202,150,154)
#CFA1A5
(207,161,165)
#D4ACB0
(212,172,176)
#D9B7BB
(217,183,187)
#DEC2C6
(222,194,198)
#E3CDD1
(227,205,209)
#E8D8DC
(232,216,220)
#EDE3E7
(237,227,231)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08084 color. Also use rgb(192,128,132) instead hex code.

Text Font Color

.myTextColor { color: #C08084; }

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

This text font color is #C08084.


Background Color

.myBgColor { background-color: #C08084; }

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

This div background color is #C08084.


Border color

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

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

This div border color is #C08084.


Opacity

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

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

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

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

This text has shadow with #C08084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08084 on black background.


Color preview on white background

This text has color #C08084 on white background.



Black color preview on #C08084 background

This text has black color on #C08084 background.


White color preview on #C08084 background

This text has white color on #C08084 background.