COLOR #C08F82

HEX: #C08F82
RGB: (192,143,130)

Color info

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

RGB color model

#C08F82 color RGB value is (192,143,130).

  • red value is 192;
  • green value is 143;
  • blue value is 130.
RGB:
(192,143,130)
(75%,56%,51%)

RGB channels and saturation

R 192 of 255 = 75%
G 143 of 255 = 56%
B 130 of 255 = 51%

192
143
130

R + G + B ~ 61%. #C08F82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 143 + 130 = 465 (100%)
R 192 of 465 ~ 41.29%
G 143 of 465 ~ 30.75%
B 130 of 465 ~ 27.96%

%41.29
%30.75
%27.96

CMYK color model

#C08F82 color CMYK value is (0,26,32,25).

  • cyan value is 0.00%
  • magenta value is 25.52%
  • yellow value is 32.29%
  • key color value is 24.71%
CMYK:
(0,26,32,25)
C0M26Y32K25 
(0%,26%,32%,25%)
(0.00/0.26/0.32/0.25)	

CMYK percentages

%0
%25.52
%32.29
%24.71

Codes

Color #C08F82 in popluar color models

C08F82
RGB192143130
HSL13°32.98%63.14%
HSB/HSV13°32.29%75.29%
CMYK0.00%25.52%32.29%
24.71%

Color #C08F82 in popluar number systems.

HEXC08F82
Decimal192143130
Binary110000001000111110000010
Octal300217202

Shades and tints

Shades of #C08F82

#C08F82
(192,143,130)
#AF8277
(175,130,119)
#9E756C
(158,117,108)
#8D6861
(141,104,97)
#7C5B56
(124,91,86)
#6B4E4B
(107,78,75)
#5A4140
(90,65,64)
#493435
(73,52,53)
#38272A
(56,39,42)
#271A1F
(39,26,31)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #C08F82

#C08F82
(192,143,130)
#C5998D
(197,153,141)
#CAA398
(202,163,152)
#CFADA3
(207,173,163)
#D4B7AE
(212,183,174)
#D9C1B9
(217,193,185)
#DECBC4
(222,203,196)
#E3D5CF
(227,213,207)
#E8DFDA
(232,223,218)
#EDE9E5
(237,233,229)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08F82; }

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

This text font color is #C08F82.


Background Color

.myBgColor { background-color: #C08F82; }

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

This div background color is #C08F82.


Border color

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

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

This div border color is #C08F82.


Opacity

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

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

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

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

This text has shadow with #C08F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08F82 on black background.


Color preview on white background

This text has color #C08F82 on white background.



Black color preview on #C08F82 background

This text has black color on #C08F82 background.


White color preview on #C08F82 background

This text has white color on #C08F82 background.