COLOR #C08483

HEX: #C08483 RGB: (192,132,131)

Color info

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

RGB color model

#C08483 color RGB value is (192,132,131).

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

RGB channels and saturation

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

192
132
131

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

Portions of RGB colors in percentages

R + G + B = 192 + 132 + 131 = 455 (100%)
R 192 of 455 ~ 42.2%
G 132 of 455 ~ 29.01%
B 131 of 455 ~ 28.79'%

%42.2
%29.01
%28.79

CMYK color model

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

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

Codes

Color #C08483 in popluar color models

C0 84 83
RGB 192 132 131
HSL 32.62% 63.33%
HSB/HSV 31.77% 75.29%
CMYK 0.00% 31.25% 31.77%
24.71%

Color #C08483 in popluar number systems.

HEX C0 84 83
Decimal 192 132 131
Binary 11000000 10000100 10000011
Octal 300 204 203

Shades and tints

Shades of #C08483

#C08483
(192,132,131)
#AF7878
(175,120,120)
#9E6C6D
(158,108,109)
#8D6062
(141,96,98)
#7C5457
(124,84,87)
#6B484C
(107,72,76)
#5A3C41
(90,60,65)
#493036
(73,48,54)
#38242B
(56,36,43)
#271820
(39,24,32)
#160C15
(22,12,21)
#000000
(0,0,0)

Tints of #C08483

#C08483
(192,132,131)
#C58F8E
(197,143,142)
#CA9A99
(202,154,153)
#CFA5A4
(207,165,164)
#D4B0AF
(212,176,175)
#D9BBBA
(217,187,186)
#DEC6C5
(222,198,197)
#E3D1D0
(227,209,208)
#E8DCDB
(232,220,219)
#EDE7E6
(237,231,230)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08483; }

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

This text font color is #C08483.

Background Color

.myBgColor { background-color: #C08483; }

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

This div background color is #C08483.

Border color

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

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

This div border color is #C08483.

Opacity

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

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

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

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

This text has shadow with #C08483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08483.

Preview

Color preview on black background

This text has color #C08483 on black background.


Color preview on white background

This text has color #C08483 on white background.


Black color preview on #C08483 background

This text has black color on #C08483 background.


White color preview on #C08483 background

This text has white color on #C08483 background.


Related colors

Complementary color

Complementary color for #hex is #3F7B7C.


I love getcolorcode.com

Triadic colors

1 #83C084 and #8483C0 with #C08483 are triadic colors.

2 #8384C0 and #84C083 with #C08483 are triadic colors.