COLOR #C08386

HEX: #C08386 RGB: (192,131,134)

Color info

#C08386 contains mainly red and blue colors. Web safe color of #C08386 is #CC9999 (or #C99).

RGB color model

#C08386 color RGB value is (192,131,134).

RGB: (192,131,134) (75%, 51%, 53%)

RGB channels and saturation

R 192 of 255 = 75%
G 131 of 255 = 51%
B 134 of 255 = 53%

192
131
134

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

Portions of RGB colors in percentages

R + G + B = 192 + 131 + 134 = 457 (100%)
R 192 of 457 ~ 42.01%
G 131 of 457 ~ 28.67%
B 134 of 457 ~ 29.32'%

%42.01
%28.67
%29.32

CMYK color model

#C08386 color CMYK value is (0,32,30,25).

  • cyan value is 0.00%
  • magenta value is 31.77%
  • yellow value is 30.21%
  • key color value is 24.71%
CMYK: (0,32,30,25) C0M32Y30K25 (0%,32%,30%,25%) (0.00/0.32/0.30/0.25) 

CMYK percentages

%0
%31.77
%30.21
%24.71

Codes

Color #C08386 in popluar color models

C0 83 86
RGB 192 131 134
HSL 357° 32.62% 63.33%
HSB/HSV 357° 31.77% 75.29%
CMYK 0.00% 31.77% 30.21%
24.71%

Color #C08386 in popluar number systems.

HEX C0 83 86
Decimal 192 131 134
Binary 11000000 10000011 10000110
Octal 300 203 206

Shades and tints

Shades of #C08386

#C08386
(192,131,134)
#AF787A
(175,120,122)
#9E6D6E
(158,109,110)
#8D6262
(141,98,98)
#7C5756
(124,87,86)
#6B4C4A
(107,76,74)
#5A413E
(90,65,62)
#493632
(73,54,50)
#382B26
(56,43,38)
#27201A
(39,32,26)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #C08386

#C08386
(192,131,134)
#C58E91
(197,142,145)
#CA999C
(202,153,156)
#CFA4A7
(207,164,167)
#D4AFB2
(212,175,178)
#D9BABD
(217,186,189)
#DEC5C8
(222,197,200)
#E3D0D3
(227,208,211)
#E8DBDE
(232,219,222)
#EDE6E9
(237,230,233)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08386 color. Also use rgb(192,131,134) instead hex code.

Text Font Color

.myTextColor { color: #C08386; }

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

This text font color is #C08386.

Background Color

.myBgColor { background-color: #C08386; }

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

This div background color is #C08386.

Border color

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

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

This div border color is #C08386.

Opacity

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

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

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

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

This text has shadow with #C08386 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08386.

Preview

Color preview on black background

This text has color #C08386 on black background.


Color preview on white background

This text has color #C08386 on white background.


Black color preview on #C08386 background

This text has black color on #C08386 background.


White color preview on #C08386 background

This text has white color on #C08386 background.


Related colors

Complementary color

Complementary color for #hex is #3F7C79.


I love getcolorcode.com

Triadic colors

1 #86C083 and #8386C0 with #C08386 are triadic colors.

2 #8683C0 and #83C086 with #C08386 are triadic colors.