COLOR #C4995D

HEX: #C4995D
RGB: (196,153,93)

Color info

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

RGB color model

#C4995D color RGB value is (196,153,93).

  • red value is 196;
  • green value is 153;
  • blue value is 93.
RGB:
(196,153,93)
(77%,60%,36%)

RGB channels and saturation

R 196 of 255 = 77%
G 153 of 255 = 60%
B 93 of 255 = 36%

196
153
93

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

Portions of RGB colors in percentages

R + G + B =
196 + 153 + 93 = 442 (100%)
R 196 of 442 ~ 44.34%
G 153 of 442 ~ 34.62%
B 93 of 442 ~ 21.04%

%44.34
%34.62
%21.04

CMYK color model

#C4995D color CMYK value is (0,22,53,23).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 52.55%
  • key color value is 23.14%
CMYK:
(0,22,53,23)
C0M22Y53K23 
(0%,22%,53%,23%)
(0.00/0.22/0.53/0.23)	

CMYK percentages

%0
%21.94
%52.55
%23.14

Codes

Color #C4995D in popluar color models

C4995D
RGB19615393
HSL35°46.61%56.67%
HSB/HSV35°52.55%76.86%
CMYK0.00%21.94%52.55%
23.14%

Color #C4995D in popluar number systems.

HEXC4995D
Decimal19615393
Binary11000100100110011011101
Octal304231135

Shades and tints

Shades of #C4995D

#C4995D
(196,153,93)
#B38C55
(179,140,85)
#A27F4D
(162,127,77)
#917245
(145,114,69)
#80653D
(128,101,61)
#6F5835
(111,88,53)
#5E4B2D
(94,75,45)
#4D3E25
(77,62,37)
#3C311D
(60,49,29)
#2B2415
(43,36,21)
#1A170D
(26,23,13)
#000000
(0,0,0)

Tints of #C4995D

#C4995D
(196,153,93)
#C9A26B
(201,162,107)
#CEAB79
(206,171,121)
#D3B487
(211,180,135)
#D8BD95
(216,189,149)
#DDC6A3
(221,198,163)
#E2CFB1
(226,207,177)
#E7D8BF
(231,216,191)
#ECE1CD
(236,225,205)
#F1EADB
(241,234,219)
#F6F3E9
(246,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4995D color. Also use rgb(196,153,93) instead hex code.

Text Font Color

.myTextColor { color: #C4995D; }

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

This text font color is #C4995D.


Background Color

.myBgColor { background-color: #C4995D; }

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

This div background color is #C4995D.


Border color

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

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

This div border color is #C4995D.


Opacity

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

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

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

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

This text has shadow with #C4995D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4995D on black background.


Color preview on white background

This text has color #C4995D on white background.



Black color preview on #C4995D background

This text has black color on #C4995D background.


White color preview on #C4995D background

This text has white color on #C4995D background.