COLOR #C88433

HEX: #C88433
RGB: (200,132,51)

Color info

#C88433 contains mainly red color. Web safe color of #C88433 is #CC9933 (or #C93).

RGB color model

#C88433 color RGB value is (200,132,51).

  • red value is 200;
  • green value is 132;
  • blue value is 51.
RGB:
(200,132,51)
(78%,52%,20%)

RGB channels and saturation

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

200
132
51

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

Portions of RGB colors in percentages

R + G + B =
200 + 132 + 51 = 383 (100%)
R 200 of 383 ~ 52.22%
G 132 of 383 ~ 34.46%
B 51 of 383 ~ 13.32%

%52.22
%34.46
%13.32

CMYK color model

#C88433 color CMYK value is (0,34,75,22).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 74.50%
  • key color value is 21.57%
CMYK:
(0,34,75,22)
C0M34Y75K22 
(0%,34%,75%,22%)
(0.00/0.34/0.75/0.22)	

CMYK percentages

%0
%34
%74.5
%21.57

Codes

Color #C88433 in popluar color models

C88433
RGB20013251
HSL33°59.36%49.22%
HSB/HSV33°74.50%78.43%
CMYK0.00%34.00%74.50%
21.57%

Color #C88433 in popluar number systems.

HEXC88433
Decimal20013251
Binary1100100010000100110011
Octal31020463

Shades and tints

Shades of #C88433

#C88433
(200,132,51)
#B6782F
(182,120,47)
#A46C2B
(164,108,43)
#926027
(146,96,39)
#805423
(128,84,35)
#6E481F
(110,72,31)
#5C3C1B
(92,60,27)
#4A3017
(74,48,23)
#382413
(56,36,19)
#26180F
(38,24,15)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #C88433

#C88433
(200,132,51)
#CD8F45
(205,143,69)
#D29A57
(210,154,87)
#D7A569
(215,165,105)
#DCB07B
(220,176,123)
#E1BB8D
(225,187,141)
#E6C69F
(230,198,159)
#EBD1B1
(235,209,177)
#F0DCC3
(240,220,195)
#F5E7D5
(245,231,213)
#FAF2E7
(250,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88433; }

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

This text font color is #C88433.


Background Color

.myBgColor { background-color: #C88433; }

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

This div background color is #C88433.


Border color

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

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

This div border color is #C88433.


Opacity

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

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

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

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

This text has shadow with #C88433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88433 on black background.


Color preview on white background

This text has color #C88433 on white background.



Black color preview on #C88433 background

This text has black color on #C88433 background.


White color preview on #C88433 background

This text has white color on #C88433 background.