COLOR #C88A58

HEX: #C88A58 RGB: (200,138,88)

Color info

#C88A58 contains mainly red color. Web safe color of #C88A58 is #CC9966 (or #C96).

RGB color model

#C88A58 color RGB value is (200,138,88).

RGB: (200,138,88) (78%, 54%, 35%)

RGB channels and saturation

R 200 of 255 = 78%
G 138 of 255 = 54%
B 88 of 255 = 35%

200
138
88

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

Portions of RGB colors in percentages

R + G + B = 200 + 138 + 88 = 426 (100%)
R 200 of 426 ~ 46.95%
G 138 of 426 ~ 32.39%
B 88 of 426 ~ 20.66'%

%46.95
%32.39
%20.66

CMYK color model

#C88A58 color CMYK value is (0,31,56,22).

  • cyan value is 0.00%
  • magenta value is 31.00%
  • yellow value is 56.00%
  • key color value is 21.57%

CMYK: (0,31,56,22)
C0M31Y56K22 (0%, 31%, 56%, 22%)
(0.00 / 0.31 / 0.56 / 0.22)

CMYK percentages

%0
%31
%56
%21.57

Codes

Color #C88A58 in popluar color models

C8 8A 58
RGB 200 138 88
HSL 27° 50.45% 56.47%
HSB/HSV 27° 56.00% 78.43%
CMYK 0.00% 31.00% 56.00%
21.57%

Color #C88A58 in popluar number systems.

HEX C8 8A 58
Decimal 200 138 88
Binary 11001000 10001010 1011000
Octal 310 212 130

Shades and tints

Shades of #C88A58

#C88A58
(200,138,88)
#B67E50
(182,126,80)
#A47248
(164,114,72)
#926640
(146,102,64)
#805A38
(128,90,56)
#6E4E30
(110,78,48)
#5C4228
(92,66,40)
#4A3620
(74,54,32)
#382A18
(56,42,24)
#261E10
(38,30,16)
#141208
(20,18,8)
#000000
(0,0,0)

Tints of #C88A58

#C88A58
(200,138,88)
#CD9467
(205,148,103)
#D29E76
(210,158,118)
#D7A885
(215,168,133)
#DCB294
(220,178,148)
#E1BCA3
(225,188,163)
#E6C6B2
(230,198,178)
#EBD0C1
(235,208,193)
#F0DAD0
(240,218,208)
#F5E4DF
(245,228,223)
#FAEEEE
(250,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88A58 color. Also use rgb(200,138,88) instead hex code.

Text Font Color

.myTextColor { color: #C88A58; }

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

This text font color is #C88A58.

Background Color

.myBgColor { background-color: #C88A58; }

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

This div background color is #C88A58.

Border color

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

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

This div border color is #C88A58.

Opacity

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

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

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

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

This text has shadow with #C88A58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88A58.

Preview

Color preview on black background

This text has color #C88A58 on black background.


Color preview on white background

This text has color #C88A58 on white background.


Black color preview on #C88A58 background

This text has black color on #C88A58 background.


White color preview on #C88A58 background

This text has white color on #C88A58 background.


Related colors

Complementary color

Complementary color for #hex is #3775A7.


I love getcolorcode.com

Triadic colors

1 #58C88A and #8A58C8 with #C88A58 are triadic colors.

2 #588AC8 and #8AC858 with #C88A58 are triadic colors.