COLOR #C08078

HEX: #C08078 RGB: (192,128,120)

Color info

#C08078 contains mainly red color. Web safe color of #C08078 is #CC6666 (or #C66).

RGB color model

#C08078 color RGB value is (192,128,120).

RGB: (192,128,120) (75%, 50%, 47%)

RGB channels and saturation

R 192 of 255 = 75%
G 128 of 255 = 50%
B 120 of 255 = 47%

192
128
120

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

Portions of RGB colors in percentages

R + G + B = 192 + 128 + 120 = 440 (100%)
R 192 of 440 ~ 43.64%
G 128 of 440 ~ 29.09%
B 120 of 440 ~ 27.27'%

%43.64
%29.09
%27.27

CMYK color model

#C08078 color CMYK value is (0,33,38,25).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 37.50%
  • key color value is 24.71%

CMYK: (0,33,38,25)
C0M33Y38K25 (0%, 33%, 38%, 25%)
(0.00 / 0.33 / 0.38 / 0.25)

CMYK percentages

%0
%33.33
%37.5
%24.71

Codes

Color #C08078 in popluar color models

C0 80 78
RGB 192 128 120
HSL 36.36% 61.18%
HSB/HSV 37.50% 75.29%
CMYK 0.00% 33.33% 37.50%
24.71%

Color #C08078 in popluar number systems.

HEX C0 80 78
Decimal 192 128 120
Binary 11000000 10000000 1111000
Octal 300 200 170

Shades and tints

Shades of #C08078

#C08078
(192,128,120)
#AF756E
(175,117,110)
#9E6A64
(158,106,100)
#8D5F5A
(141,95,90)
#7C5450
(124,84,80)
#6B4946
(107,73,70)
#5A3E3C
(90,62,60)
#493332
(73,51,50)
#382828
(56,40,40)
#271D1E
(39,29,30)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #C08078

#C08078
(192,128,120)
#C58B84
(197,139,132)
#CA9690
(202,150,144)
#CFA19C
(207,161,156)
#D4ACA8
(212,172,168)
#D9B7B4
(217,183,180)
#DEC2C0
(222,194,192)
#E3CDCC
(227,205,204)
#E8D8D8
(232,216,216)
#EDE3E4
(237,227,228)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08078; }

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

This text font color is #C08078.

Background Color

.myBgColor { background-color: #C08078; }

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

This div background color is #C08078.

Border color

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

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

This div border color is #C08078.

Opacity

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

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

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

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

This text has shadow with #C08078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08078.

Preview

Color preview on black background

This text has color #C08078 on black background.


Color preview on white background

This text has color #C08078 on white background.


Black color preview on #C08078 background

This text has black color on #C08078 background.


White color preview on #C08078 background

This text has white color on #C08078 background.


Related colors

Complementary color

Complementary color for #hex is #3F7F87.


I love getcolorcode.com

Triadic colors

1 #78C080 and #8078C0 with #C08078 are triadic colors.

2 #7880C0 and #80C078 with #C08078 are triadic colors.