COLOR #C7975A

HEX: #C7975A
RGB: (199,151,90)

Color info

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

RGB color model

#C7975A color RGB value is (199,151,90).

  • red value is 199;
  • green value is 151;
  • blue value is 90.
RGB:
(199,151,90)
(78%,59%,35%)

RGB channels and saturation

R 199 of 255 = 78%
G 151 of 255 = 59%
B 90 of 255 = 35%

199
151
90

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

Portions of RGB colors in percentages

R + G + B =
199 + 151 + 90 = 440 (100%)
R 199 of 440 ~ 45.23%
G 151 of 440 ~ 34.32%
B 90 of 440 ~ 20.45%

%45.23
%34.32
%20.45

CMYK color model

#C7975A color CMYK value is (0,24,55,22).

  • cyan value is 0.00%
  • magenta value is 24.12%
  • yellow value is 54.77%
  • key color value is 21.96%
CMYK:
(0,24,55,22)
C0M24Y55K22 
(0%,24%,55%,22%)
(0.00/0.24/0.55/0.22)	

CMYK percentages

%0
%24.12
%54.77
%21.96

Codes

Color #C7975A in popluar color models

C7975A
RGB19915190
HSL34°49.32%56.67%
HSB/HSV34°54.77%78.04%
CMYK0.00%24.12%54.77%
21.96%

Color #C7975A in popluar number systems.

HEXC7975A
Decimal19915190
Binary11000111100101111011010
Octal307227132

Shades and tints

Shades of #C7975A

#C7975A
(199,151,90)
#B58A52
(181,138,82)
#A37D4A
(163,125,74)
#917042
(145,112,66)
#7F633A
(127,99,58)
#6D5632
(109,86,50)
#5B492A
(91,73,42)
#493C22
(73,60,34)
#372F1A
(55,47,26)
#252212
(37,34,18)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #C7975A

#C7975A
(199,151,90)
#CCA069
(204,160,105)
#D1A978
(209,169,120)
#D6B287
(214,178,135)
#DBBB96
(219,187,150)
#E0C4A5
(224,196,165)
#E5CDB4
(229,205,180)
#EAD6C3
(234,214,195)
#EFDFD2
(239,223,210)
#F4E8E1
(244,232,225)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7975A color. Also use rgb(199,151,90) instead hex code.

Text Font Color

.myTextColor { color: #C7975A; }

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

This text font color is #C7975A.


Background Color

.myBgColor { background-color: #C7975A; }

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

This div background color is #C7975A.


Border color

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

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

This div border color is #C7975A.


Opacity

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

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

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

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

This text has shadow with #C7975A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7975A on black background.


Color preview on white background

This text has color #C7975A on white background.



Black color preview on #C7975A background

This text has black color on #C7975A background.


White color preview on #C7975A background

This text has white color on #C7975A background.