COLOR #C08482

HEX: #C08482 RGB: (192,132,130)

Color info

#C08482 contains mainly red color. Web safe color of #C08482 is #CC9999 (or #C99).

RGB color model

#C08482 color RGB value is (192,132,130).

RGB: (192,132,130) (75%, 52%, 51%)

RGB channels and saturation

R 192 of 255 = 75%
G 132 of 255 = 52%
B 130 of 255 = 51%

192
132
130

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

Portions of RGB colors in percentages

R + G + B = 192 + 132 + 130 = 454 (100%)
R 192 of 454 ~ 42.29%
G 132 of 454 ~ 29.07%
B 130 of 454 ~ 28.63'%

%42.29
%29.07
%28.63

CMYK color model

#C08482 color CMYK value is (0,31,32,25).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 32.29%
  • key color value is 24.71%
CMYK: (0,31,32,25) C0M31Y32K25 (0%,31%,32%,25%) (0.00/0.31/0.32/0.25) 

CMYK percentages

%0
%31.25
%32.29
%24.71

Codes

Color #C08482 in popluar color models

C0 84 82
RGB 192 132 130
HSL 32.98% 63.14%
HSB/HSV 32.29% 75.29%
CMYK 0.00% 31.25% 32.29%
24.71%

Color #C08482 in popluar number systems.

HEX C0 84 82
Decimal 192 132 130
Binary 11000000 10000100 10000010
Octal 300 204 202

Shades and tints

Shades of #C08482

#C08482
(192,132,130)
#AF7877
(175,120,119)
#9E6C6C
(158,108,108)
#8D6061
(141,96,97)
#7C5456
(124,84,86)
#6B484B
(107,72,75)
#5A3C40
(90,60,64)
#493035
(73,48,53)
#38242A
(56,36,42)
#27181F
(39,24,31)
#160C14
(22,12,20)
#000000
(0,0,0)

Tints of #C08482

#C08482
(192,132,130)
#C58F8D
(197,143,141)
#CA9A98
(202,154,152)
#CFA5A3
(207,165,163)
#D4B0AE
(212,176,174)
#D9BBB9
(217,187,185)
#DEC6C4
(222,198,196)
#E3D1CF
(227,209,207)
#E8DCDA
(232,220,218)
#EDE7E5
(237,231,229)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08482; }

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

This text font color is #C08482.

Background Color

.myBgColor { background-color: #C08482; }

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

This div background color is #C08482.

Border color

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

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

This div border color is #C08482.

Opacity

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

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

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

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

This text has shadow with #C08482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08482.

Preview

Color preview on black background

This text has color #C08482 on black background.


Color preview on white background

This text has color #C08482 on white background.


Black color preview on #C08482 background

This text has black color on #C08482 background.


White color preview on #C08482 background

This text has white color on #C08482 background.


Related colors

Complementary color

Complementary color for #hex is #3F7B7D.


I love getcolorcode.com

Triadic colors

1 #82C084 and #8482C0 with #C08482 are triadic colors.

2 #8284C0 and #84C082 with #C08482 are triadic colors.