COLOR #C8C483

HEX: #C8C483
RGB: (200,196,131)

Color info

#C8C483 contains mainly red and green colors. Web safe color of #C8C483 is #CCCC99 (or #CC9).

RGB color model

#C8C483 color RGB value is (200,196,131).

  • red value is 200;
  • green value is 196;
  • blue value is 131.
RGB:
(200,196,131)
(78%,77%,51%)

RGB channels and saturation

R 200 of 255 = 78%
G 196 of 255 = 77%
B 131 of 255 = 51%

200
196
131

R + G + B ~ 69%. #C8C483 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 196 + 131 = 527 (100%)
R 200 of 527 ~ 37.95%
G 196 of 527 ~ 37.19%
B 131 of 527 ~ 24.86%

%37.95
%37.19
%24.86

CMYK color model

#C8C483 color CMYK value is (0,2,35,22).

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 34.50%
  • key color value is 21.57%
CMYK:
(0,2,35,22)
C0M2Y35K22 
(0%,2%,35%,22%)
(0.00/0.02/0.35/0.22)	

CMYK percentages

%0
%2
%34.5
%21.57

Codes

Color #C8C483 in popluar color models

C8C483
RGB200196131
HSL57°38.55%64.90%
HSB/HSV57°34.50%78.43%
CMYK0.00%2.00%34.50%
21.57%

Color #C8C483 in popluar number systems.

HEXC8C483
Decimal200196131
Binary110010001100010010000011
Octal310304203

Shades and tints

Shades of #C8C483

#C8C483
(200,196,131)
#B6B378
(182,179,120)
#A4A26D
(164,162,109)
#929162
(146,145,98)
#808057
(128,128,87)
#6E6F4C
(110,111,76)
#5C5E41
(92,94,65)
#4A4D36
(74,77,54)
#383C2B
(56,60,43)
#262B20
(38,43,32)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #C8C483

#C8C483
(200,196,131)
#CDC98E
(205,201,142)
#D2CE99
(210,206,153)
#D7D3A4
(215,211,164)
#DCD8AF
(220,216,175)
#E1DDBA
(225,221,186)
#E6E2C5
(230,226,197)
#EBE7D0
(235,231,208)
#F0ECDB
(240,236,219)
#F5F1E6
(245,241,230)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C483; }

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

This text font color is #C8C483.


Background Color

.myBgColor { background-color: #C8C483; }

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

This div background color is #C8C483.


Border color

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

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

This div border color is #C8C483.


Opacity

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

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

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

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

This text has shadow with #C8C483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C483 on black background.


Color preview on white background

This text has color #C8C483 on white background.



Black color preview on #C8C483 background

This text has black color on #C8C483 background.


White color preview on #C8C483 background

This text has white color on #C8C483 background.