COLOR #C39063

HEX: #C39063
RGB: (195,144,99)

Color info

#C39063 contains mainly red and green colors. Web safe color of #C39063 is #CC9966 (or #C96).

RGB color model

#C39063 color RGB value is (195,144,99).

  • red value is 195;
  • green value is 144;
  • blue value is 99.
RGB:
(195,144,99)
(76%,56%,39%)

RGB channels and saturation

R 195 of 255 = 76%
G 144 of 255 = 56%
B 99 of 255 = 39%

195
144
99

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

Portions of RGB colors in percentages

R + G + B =
195 + 144 + 99 = 438 (100%)
R 195 of 438 ~ 44.52%
G 144 of 438 ~ 32.88%
B 99 of 438 ~ 22.6%

%44.52
%32.88
%22.6

CMYK color model

#C39063 color CMYK value is (0,26,49,24).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 49.23%
  • key color value is 23.53%
CMYK:
(0,26,49,24)
C0M26Y49K24 
(0%,26%,49%,24%)
(0.00/0.26/0.49/0.24)	

CMYK percentages

%0
%26.15
%49.23
%23.53

Codes

Color #C39063 in popluar color models

C39063
RGB19514499
HSL28°44.44%57.65%
HSB/HSV28°49.23%76.47%
CMYK0.00%26.15%49.23%
23.53%

Color #C39063 in popluar number systems.

HEXC39063
Decimal19514499
Binary11000011100100001100011
Octal303220143

Shades and tints

Shades of #C39063

#C39063
(195,144,99)
#B2835A
(178,131,90)
#A17651
(161,118,81)
#906948
(144,105,72)
#7F5C3F
(127,92,63)
#6E4F36
(110,79,54)
#5D422D
(93,66,45)
#4C3524
(76,53,36)
#3B281B
(59,40,27)
#2A1B12
(42,27,18)
#190E09
(25,14,9)
#000000
(0,0,0)

Tints of #C39063

#C39063
(195,144,99)
#C89A71
(200,154,113)
#CDA47F
(205,164,127)
#D2AE8D
(210,174,141)
#D7B89B
(215,184,155)
#DCC2A9
(220,194,169)
#E1CCB7
(225,204,183)
#E6D6C5
(230,214,197)
#EBE0D3
(235,224,211)
#F0EAE1
(240,234,225)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39063 color. Also use rgb(195,144,99) instead hex code.

Text Font Color

.myTextColor { color: #C39063; }

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

This text font color is #C39063.


Background Color

.myBgColor { background-color: #C39063; }

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

This div background color is #C39063.


Border color

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

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

This div border color is #C39063.


Opacity

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

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

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

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

This text has shadow with #C39063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39063 on black background.


Color preview on white background

This text has color #C39063 on white background.



Black color preview on #C39063 background

This text has black color on #C39063 background.


White color preview on #C39063 background

This text has white color on #C39063 background.