Color Hex Logo

#c5976d Color Hex

#C5976D
(197,151,109)
0 Favorites   0 Comments

Color spaces of #c5976d

RGB 197151109
HSL0.080.430.60
HSV29°45°77°
CMYK 0.000.230.45   0.23
XYZ36.852935.107719.3021
Yxy35.10770.40380.3847
Hunter Lab59.25187.331322.1617
CIE-Lab65.832411.872128.7391

#c5976d color RGB value is (197,151,109).

#c5976d hex color red value is 197, green value is 151 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c5976d hue: 0.08 , saturation: 0.43 and the lightness value of c5976d is 0.60.

The process color (four color CMYK) of #c5976d color hex is 0.00, 0.23, 0.45, 0.23. Web safe color of #c5976d is #cc9966. Color #c5976d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010111 01101101
Octal 305 227 155
Decimal 197 151 109
Hex C5 97 6D

RGB Percentages of Color #c5976d

%43.11
%33.04
%23.85

CMYK Percentages of Color #c5976d

%0
%23
%45
%23

Triadic Colors of #c5976d

#c5976d #6dc597 #976dc5

Analogous Colors of #c5976d

#c5976d #c5c36d #c56d6f

Monochromatic Colors of #c5976d

#c5976d

Complementary Color

#c5976d #6d9bc5

#c5976d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5976d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5976d Color CSS Codes

.mybgcolor {background-color:#c5976d; } 
.myforecolor {color:#c5976d; }
.mybordercolor {border:3px solid #c5976d; }

#c5976d Text Font Color

<p style="color:#c5976d">Text here</p>

This sample text font color is #c5976d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c5976d Background Color

<div style="background-color:#c5976d">
Div content here</div>

This div background color is #c5976d


#c5976d Border Color

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

This div border color is #c5976d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,151,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5976d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5976d;
  -webkit-box-shadow: 1px 1px 3px 2px #c5976d;
  box-shadow:         1px 1px 3px 2px #c5976d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,151,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c5976d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c5976d;
  -webkit-box-shadow: 1px 1px 3px 2px #c5976d;
  box-shadow:         1px 1px 3px 2px #c5976d;">
Div content here</div>

This div box has shadow with color #c5976d


Comments

No comments written yet.

Please login to write comment.