COLOR #C88483

HEX: #C88483 RGB: (200,132,131)

Color info

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

RGB color model

#C88483 color RGB value is (200,132,131).

RGB: (200,132,131) (78%, 52%, 51%)

RGB channels and saturation

R 200 of 255 = 78%
G 132 of 255 = 52%
B 131 of 255 = 51%

200
132
131

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

Portions of RGB colors in percentages

R + G + B = 200 + 132 + 131 = 463 (100%)
R 200 of 463 ~ 43.2%
G 132 of 463 ~ 28.51%
B 131 of 463 ~ 28.29'%

%43.2
%28.51
%28.29

CMYK color model

#C88483 color CMYK value is (0,34,35,22).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 34.50%
  • key color value is 21.57%

CMYK: (0,34,35,22)
C0M34Y35K22 (0%, 34%, 35%, 22%)
(0.00 / 0.34 / 0.35 / 0.22)

CMYK percentages

%0
%34
%34.5
%21.57

Codes

Color #C88483 in popluar color models

C8 84 83
RGB 200 132 131
HSL 38.55% 64.90%
HSB/HSV 34.50% 78.43%
CMYK 0.00% 34.00% 34.50%
21.57%

Color #C88483 in popluar number systems.

HEX C8 84 83
Decimal 200 132 131
Binary 11001000 10000100 10000011
Octal 310 204 203

Shades and tints

Shades of #C88483

#C88483
(200,132,131)
#B67878
(182,120,120)
#A46C6D
(164,108,109)
#926062
(146,96,98)
#805457
(128,84,87)
#6E484C
(110,72,76)
#5C3C41
(92,60,65)
#4A3036
(74,48,54)
#38242B
(56,36,43)
#261820
(38,24,32)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #C88483

#C88483
(200,132,131)
#CD8F8E
(205,143,142)
#D29A99
(210,154,153)
#D7A5A4
(215,165,164)
#DCB0AF
(220,176,175)
#E1BBBA
(225,187,186)
#E6C6C5
(230,198,197)
#EBD1D0
(235,209,208)
#F0DCDB
(240,220,219)
#F5E7E6
(245,231,230)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88483; }

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

This text font color is #C88483.

Background Color

.myBgColor { background-color: #C88483; }

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

This div background color is #C88483.

Border color

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

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

This div border color is #C88483.

Opacity

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

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

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

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

This text has shadow with #C88483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88483.

Preview

Color preview on black background

This text has color #C88483 on black background.


Color preview on white background

This text has color #C88483 on white background.


Black color preview on #C88483 background

This text has black color on #C88483 background.


White color preview on #C88483 background

This text has white color on #C88483 background.


Related colors

Complementary color

Complementary color for #hex is #377B7C.


I love getcolorcode.com

Triadic colors

1 #83C884 and #8483C8 with #C88483 are triadic colors.

2 #8384C8 and #84C883 with #C88483 are triadic colors.