COLOR #C08A7C

HEX: #C08A7C
RGB: (192,138,124)

Color info

#C08A7C contains mainly red and green colors. Web safe color of #C08A7C is #CC9966 (or #C96).

RGB color model

#C08A7C color RGB value is (192,138,124).

  • red value is 192;
  • green value is 138;
  • blue value is 124.
RGB:
(192,138,124)
(75%,54%,49%)

RGB channels and saturation

R 192 of 255 = 75%
G 138 of 255 = 54%
B 124 of 255 = 49%

192
138
124

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

Portions of RGB colors in percentages

R + G + B =
192 + 138 + 124 = 454 (100%)
R 192 of 454 ~ 42.29%
G 138 of 454 ~ 30.4%
B 124 of 454 ~ 27.31%

%42.29
%30.4
%27.31

CMYK color model

#C08A7C color CMYK value is (0,28,35,25).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 35.42%
  • key color value is 24.71%
CMYK:
(0,28,35,25)
C0M28Y35K25 
(0%,28%,35%,25%)
(0.00/0.28/0.35/0.25)	

CMYK percentages

%0
%28.13
%35.42
%24.71

Codes

Color #C08A7C in popluar color models

C08A7C
RGB192138124
HSL12°35.05%61.96%
HSB/HSV12°35.42%75.29%
CMYK0.00%28.13%35.42%
24.71%

Color #C08A7C in popluar number systems.

HEXC08A7C
Decimal192138124
Binary11000000100010101111100
Octal300212174

Shades and tints

Shades of #C08A7C

#C08A7C
(192,138,124)
#AF7E71
(175,126,113)
#9E7266
(158,114,102)
#8D665B
(141,102,91)
#7C5A50
(124,90,80)
#6B4E45
(107,78,69)
#5A423A
(90,66,58)
#49362F
(73,54,47)
#382A24
(56,42,36)
#271E19
(39,30,25)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #C08A7C

#C08A7C
(192,138,124)
#C59487
(197,148,135)
#CA9E92
(202,158,146)
#CFA89D
(207,168,157)
#D4B2A8
(212,178,168)
#D9BCB3
(217,188,179)
#DEC6BE
(222,198,190)
#E3D0C9
(227,208,201)
#E8DAD4
(232,218,212)
#EDE4DF
(237,228,223)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08A7C color. Also use rgb(192,138,124) instead hex code.

Text Font Color

.myTextColor { color: #C08A7C; }

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

This text font color is #C08A7C.


Background Color

.myBgColor { background-color: #C08A7C; }

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

This div background color is #C08A7C.


Border color

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

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

This div border color is #C08A7C.


Opacity

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

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

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

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

This text has shadow with #C08A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08A7C on black background.


Color preview on white background

This text has color #C08A7C on white background.



Black color preview on #C08A7C background

This text has black color on #C08A7C background.


White color preview on #C08A7C background

This text has white color on #C08A7C background.