COLOR #C08287

HEX: #C08287 RGB: (192,130,135)

Color info

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

RGB color model

#C08287 color RGB value is (192,130,135).

RGB: (192,130,135) (75%, 51%, 53%)

RGB channels and saturation

R 192 of 255 = 75%
G 130 of 255 = 51%
B 135 of 255 = 53%

192
130
135

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

Portions of RGB colors in percentages

R + G + B = 192 + 130 + 135 = 457 (100%)
R 192 of 457 ~ 42.01%
G 130 of 457 ~ 28.45%
B 135 of 457 ~ 29.54'%

%42.01
%28.45
%29.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.29%
  • yellow value is 29.69%
  • 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
%32.29
%29.69
%24.71

Codes

Color #C08287 in popluar color models

C0 82 87
RGB 192 130 135
HSL 355° 32.98% 63.14%
HSB/HSV 355° 32.29% 75.29%
CMYK 0.00% 32.29% 29.69%
24.71%

Color #C08287 in popluar number systems.

HEX C0 82 87
Decimal 192 130 135
Binary 11000000 10000010 10000111
Octal 300 202 207

Shades and tints

Shades of #C08287

#C08287
(192,130,135)
#AF777B
(175,119,123)
#9E6C6F
(158,108,111)
#8D6163
(141,97,99)
#7C5657
(124,86,87)
#6B4B4B
(107,75,75)
#5A403F
(90,64,63)
#493533
(73,53,51)
#382A27
(56,42,39)
#271F1B
(39,31,27)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #C08287

#C08287
(192,130,135)
#C58D91
(197,141,145)
#CA989B
(202,152,155)
#CFA3A5
(207,163,165)
#D4AEAF
(212,174,175)
#D9B9B9
(217,185,185)
#DEC4C3
(222,196,195)
#E3CFCD
(227,207,205)
#E8DAD7
(232,218,215)
#EDE5E1
(237,229,225)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08287 color. Also use rgb(192,130,135) instead hex code.

Text Font Color

.myTextColor { color: #C08287; }

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

This text font color is #C08287.

Background Color

.myBgColor { background-color: #C08287; }

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

This div background color is #C08287.

Border color

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

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

This div border color is #C08287.

Opacity

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

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

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

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

This text has shadow with #C08287 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08287.

Preview

Color preview on black background

This text has color #C08287 on black background.


Color preview on white background

This text has color #C08287 on white background.


Black color preview on #C08287 background

This text has black color on #C08287 background.


White color preview on #C08287 background

This text has white color on #C08287 background.


Related colors

Complementary color

Complementary color for #hex is #3F7D78.


I love getcolorcode.com

Triadic colors

1 #87C082 and #8287C0 with #C08287 are triadic colors.

2 #8782C0 and #82C087 with #C08287 are triadic colors.