COLOR #C88F20

HEX: #C88F20 RGB: (200,143,32)

Color info

#C88F20 contains mainly red and green colors. Web safe color of #C88F20 is #CC9933 (or #C93).

RGB color model

#C88F20 color RGB value is (200,143,32).

RGB: (200,143,32) (78%, 56%, 13%)

RGB channels and saturation

R 200 of 255 = 78%
G 143 of 255 = 56%
B 32 of 255 = 13%

200
143
32

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

Portions of RGB colors in percentages

R + G + B = 200 + 143 + 32 = 375 (100%)
R 200 of 375 ~ 53.33%
G 143 of 375 ~ 38.13%
B 32 of 375 ~ 8.53'%

%53.33
%38.13

CMYK color model

#C88F20 color CMYK value is (0,29,84,22).

  • cyan value is 0.00%
  • magenta value is 28.50%
  • yellow value is 84.00%
  • key color value is 21.57%

CMYK: (0,29,84,22)
C0M29Y84K22 (0%, 29%, 84%, 22%)
(0.00 / 0.29 / 0.84 / 0.22)

CMYK percentages

%0
%28.5
%84
%21.57

Codes

Color #C88F20 in popluar color models

C8 8F 20
RGB 200 143 32
HSL 40° 72.41% 45.49%
HSB/HSV 40° 84.00% 78.43%
CMYK 0.00% 28.50% 84.00%
21.57%

Color #C88F20 in popluar number systems.

HEX C8 8F 20
Decimal 200 143 32
Binary 11001000 10001111 100000
Octal 310 217 40

Shades and tints

Shades of #C88F20

#C88F20
(200,143,32)
#B6821E
(182,130,30)
#A4751C
(164,117,28)
#92681A
(146,104,26)
#805B18
(128,91,24)
#6E4E16
(110,78,22)
#5C4114
(92,65,20)
#4A3412
(74,52,18)
#382710
(56,39,16)
#261A0E
(38,26,14)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #C88F20

#C88F20
(200,143,32)
#CD9934
(205,153,52)
#D2A348
(210,163,72)
#D7AD5C
(215,173,92)
#DCB770
(220,183,112)
#E1C184
(225,193,132)
#E6CB98
(230,203,152)
#EBD5AC
(235,213,172)
#F0DFC0
(240,223,192)
#F5E9D4
(245,233,212)
#FAF3E8
(250,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88F20 color. Also use rgb(200,143,32) instead hex code.

Text Font Color

.myTextColor { color: #C88F20; }

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

This text font color is #C88F20.

Background Color

.myBgColor { background-color: #C88F20; }

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

This div background color is #C88F20.

Border color

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

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

This div border color is #C88F20.

Opacity

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

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

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

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

This text has shadow with #C88F20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88F20.

Preview

Color preview on black background

This text has color #C88F20 on black background.


Color preview on white background

This text has color #C88F20 on white background.


Black color preview on #C88F20 background

This text has black color on #C88F20 background.


White color preview on #C88F20 background

This text has white color on #C88F20 background.


Related colors

Complementary color

Complementary color for #hex is #3770DF.


I love getcolorcode.com

Triadic colors

1 #20C88F and #8F20C8 with #C88F20 are triadic colors.

2 #208FC8 and #8FC820 with #C88F20 are triadic colors.